An SDP time description element. More...
Instance Methods | |
(void) | - addRepeatTime: |
Adds a repeat time. More... | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - initWithTiming: |
Initializes a new instance of the FMLiveSwitchSdpTimeDescription class. More... | |
(bool) | - removeRepeatTime: |
Removes a repeat time. More... | |
(NSMutableArray *) | - repeatTimes |
Gets the array of repeat times. More... | |
(FMLiveSwitchSdpTiming *) | - timing |
Gets the start and stop time. More... | |
Class Methods | |
(FMLiveSwitchSdpTimeDescription *) | + parseWithS: |
Creates an FMLiveSwitchSdpTimeDescription instance from a string. More... | |
(FMLiveSwitchSdpTimeDescription *) | + timeDescriptionWithTiming: |
Initializes a new instance of the FMLiveSwitchSdpTimeDescription class. More... | |
An SDP time description element.
- (void) addRepeatTime: | (FMLiveSwitchSdpRepeatTime *) | repeatTime |
Adds a repeat time.
repeatTime | The repeat time to add. |
- (NSString*) description |
Converts this instance to a string.
- (instancetype) initWithTiming: | (FMLiveSwitchSdpTiming *) | timing |
Initializes a new instance of the FMLiveSwitchSdpTimeDescription class.
timing | The start and stop time. |
+ (FMLiveSwitchSdpTimeDescription*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpTimeDescription instance from a string.
s | The string to parse. |
- (bool) removeRepeatTime: | (FMLiveSwitchSdpRepeatTime *) | repeatTime |
Removes a repeat time.
repeatTime | The repeat time to remove. |
- (NSMutableArray*) repeatTimes |
Gets the array of repeat times.
+ (FMLiveSwitchSdpTimeDescription*) timeDescriptionWithTiming: | (FMLiveSwitchSdpTiming *) | timing |
Initializes a new instance of the FMLiveSwitchSdpTimeDescription class.
timing | The start and stop time. |
- (FMLiveSwitchSdpTiming*) timing |
Gets the start and stop time.