An SDP time description element. More...
Public Member Functions | |
| void | addRepeatTime (fm.liveswitch.sdp.RepeatTime repeatTime) |
| Adds a repeat time. More... | |
| fm.liveswitch.sdp.RepeatTime[] | getRepeatTimes () |
| Gets the array of repeat times. More... | |
| fm.liveswitch.sdp.Timing | getTiming () |
| Gets the start and stop time. More... | |
| boolean | removeRepeatTime (fm.liveswitch.sdp.RepeatTime repeatTime) |
| Removes a repeat time. More... | |
| TimeDescription (fm.liveswitch.sdp.Timing timing) | |
| Initializes a new instance of the fm.liveswitch.sdp.TimeDescription class. More... | |
| String | toString () |
| Converts this instance to a string. More... | |
Static Public Member Functions | |
| static fm.liveswitch.sdp.TimeDescription | parse (String s) |
| Creates an fm.liveswitch.sdp.TimeDescription instance from a string. More... | |
An SDP time description element.
| fm.liveswitch.sdp.TimeDescription.TimeDescription | ( | fm.liveswitch.sdp.Timing | timing | ) |
Initializes a new instance of the fm.liveswitch.sdp.TimeDescription class.
| timing | The start and stop time. |
| void fm.liveswitch.sdp.TimeDescription.addRepeatTime | ( | fm.liveswitch.sdp.RepeatTime | repeatTime | ) |
Adds a repeat time.
| repeatTime | The repeat time to add. |
| fm.liveswitch.sdp.RepeatTime [] fm.liveswitch.sdp.TimeDescription.getRepeatTimes | ( | ) |
Gets the array of repeat times.
| fm.liveswitch.sdp.Timing fm.liveswitch.sdp.TimeDescription.getTiming | ( | ) |
Gets the start and stop time.
|
static |
Creates an fm.liveswitch.sdp.TimeDescription instance from a string.
| s | The string to parse. |
| boolean fm.liveswitch.sdp.TimeDescription.removeRepeatTime | ( | fm.liveswitch.sdp.RepeatTime | repeatTime | ) |
Removes a repeat time.
| repeatTime | The repeat time to remove. |
| String fm.liveswitch.sdp.TimeDescription.toString | ( | ) |
Converts this instance to a string.