fm.liveswitch.sdp.Timing Class Reference

An SDP timing element. More...

Public Member Functions

double getStartTime ()
 Gets the start time. More...
 
double getStopTime ()
 Gets the stop time. More...
 
void setStartTime (double value)
 Sets the start time. More...
 
void setStopTime (double value)
 Sets the stop time. More...
 
 Timing ()
 Initializes a new instance of the fm.liveswitch.sdp.Timing class. More...
 
 Timing (double startTime, double stopTime)
 Initializes a new instance of the fm.liveswitch.sdp.Timing class. More...
 
String toString ()
 Converts this instance to a string. More...
 

Static Public Member Functions

static fm.liveswitch.sdp.Timing parse (String s)
 Creates an fm.liveswitch.sdp.Timing instance from a string. More...
 

Detailed Description

An SDP timing element.

Constructor & Destructor Documentation

◆ Timing() [1/2]

fm.liveswitch.sdp.Timing.Timing ( )

Initializes a new instance of the fm.liveswitch.sdp.Timing class.

◆ Timing() [2/2]

fm.liveswitch.sdp.Timing.Timing ( double  startTime,
double  stopTime 
)

Initializes a new instance of the fm.liveswitch.sdp.Timing class.

Parameters
startTimeThe start time.
stopTimeThe stop time.

Member Function Documentation

◆ getStartTime()

double fm.liveswitch.sdp.Timing.getStartTime ( )

Gets the start time.

◆ getStopTime()

double fm.liveswitch.sdp.Timing.getStopTime ( )

Gets the stop time.

◆ parse()

static fm.liveswitch.sdp.Timing fm.liveswitch.sdp.Timing.parse ( String  s)
static

Creates an fm.liveswitch.sdp.Timing instance from a string.

Parameters
sThe string to parse.

◆ setStartTime()

void fm.liveswitch.sdp.Timing.setStartTime ( double  value)

Sets the start time.

◆ setStopTime()

void fm.liveswitch.sdp.Timing.setStopTime ( double  value)

Sets the stop time.

◆ toString()

String fm.liveswitch.sdp.Timing.toString ( )

Converts this instance to a string.