fm.liveswitch.sdp.TimeDescription Class Reference

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...
 

Detailed Description

An SDP time description element.

Constructor & Destructor Documentation

◆ TimeDescription()

fm.liveswitch.sdp.TimeDescription.TimeDescription ( fm.liveswitch.sdp.Timing  timing)

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

Parameters
timingThe start and stop time.

Member Function Documentation

◆ addRepeatTime()

void fm.liveswitch.sdp.TimeDescription.addRepeatTime ( fm.liveswitch.sdp.RepeatTime  repeatTime)

Adds a repeat time.

Parameters
repeatTimeThe repeat time to add.

◆ getRepeatTimes()

fm.liveswitch.sdp.RepeatTime [] fm.liveswitch.sdp.TimeDescription.getRepeatTimes ( )

Gets the array of repeat times.

◆ getTiming()

fm.liveswitch.sdp.Timing fm.liveswitch.sdp.TimeDescription.getTiming ( )

Gets the start and stop time.

◆ parse()

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

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

Parameters
sThe string to parse.

◆ removeRepeatTime()

boolean fm.liveswitch.sdp.TimeDescription.removeRepeatTime ( fm.liveswitch.sdp.RepeatTime  repeatTime)

Removes a repeat time.

Parameters
repeatTimeThe repeat time to remove.

◆ toString()

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

Converts this instance to a string.