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... | |
An SDP timing element.
| fm.liveswitch.sdp.Timing.Timing | ( | ) |
Initializes a new instance of the fm.liveswitch.sdp.Timing class.
| fm.liveswitch.sdp.Timing.Timing | ( | double | startTime, |
| double | stopTime | ||
| ) |
Initializes a new instance of the fm.liveswitch.sdp.Timing class.
| startTime | The start time. |
| stopTime | The stop time. |
| double fm.liveswitch.sdp.Timing.getStartTime | ( | ) |
Gets the start time.
| double fm.liveswitch.sdp.Timing.getStopTime | ( | ) |
Gets the stop time.
|
static |
Creates an fm.liveswitch.sdp.Timing instance from a string.
| s | The string to parse. |
| void fm.liveswitch.sdp.Timing.setStartTime | ( | double | value | ) |
Sets the start time.
| void fm.liveswitch.sdp.Timing.setStopTime | ( | double | value | ) |
Sets the stop time.
| String fm.liveswitch.sdp.Timing.toString | ( | ) |
Converts this instance to a string.