An SDP repeat time element. More...
Instance Methods | |
(FMLiveSwitchTimeSpan *) | - activeDuration |
Gets the active duration. More... | |
(void) | - addOffset: |
Adds an offset from the start time. More... | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - initWithRepeatInterval:activeDuration: |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class. More... | |
(instancetype) | - initWithRepeatInterval:activeDuration:offsets: |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class. More... | |
(NSMutableArray *) | - offsets |
Gets the array of offsets from the start time. More... | |
(bool) | - removeOffset: |
Removes an offset from the start time. More... | |
(FMLiveSwitchTimeSpan *) | - repeatInterval |
Gets the repeat interval. More... | |
Class Methods | |
(FMLiveSwitchSdpRepeatTime *) | + parseWithS: |
Creates an FMLiveSwitchSdpRepeatTime instance from a string. More... | |
(FMLiveSwitchSdpRepeatTime *) | + repeatTimeWithRepeatInterval:activeDuration: |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class. More... | |
(FMLiveSwitchSdpRepeatTime *) | + repeatTimeWithRepeatInterval:activeDuration:offsets: |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class. More... | |
An SDP repeat time element.
- (FMLiveSwitchTimeSpan*) activeDuration |
Gets the active duration.
- (void) addOffset: | (FMLiveSwitchTimeSpan *) | offset |
Adds an offset from the start time.
offset | The offset from the start time to add. |
- (NSString*) description |
Converts this instance to a string.
- (instancetype) initWithRepeatInterval: | (FMLiveSwitchTimeSpan *) | repeatInterval | |
activeDuration: | (FMLiveSwitchTimeSpan *) | activeDuration | |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class.
repeatInterval | The repeat interval. |
activeDuration | The active duration. |
- (instancetype) initWithRepeatInterval: | (FMLiveSwitchTimeSpan *) | repeatInterval | |
activeDuration: | (FMLiveSwitchTimeSpan *) | activeDuration | |
offsets: | (NSMutableArray *) | offsets | |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class.
repeatInterval | The repeat interval. |
activeDuration | The active duration. |
offsets | The offsets from the start time. |
- (NSMutableArray*) offsets |
Gets the array of offsets from the start time.
+ (FMLiveSwitchSdpRepeatTime*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpRepeatTime instance from a string.
s | The string to parse. |
- (bool) removeOffset: | (FMLiveSwitchTimeSpan *) | offset |
Removes an offset from the start time.
offset | The offset from the start time to remove. |
- (FMLiveSwitchTimeSpan*) repeatInterval |
Gets the repeat interval.
+ (FMLiveSwitchSdpRepeatTime*) repeatTimeWithRepeatInterval: | (FMLiveSwitchTimeSpan *) | repeatInterval | |
activeDuration: | (FMLiveSwitchTimeSpan *) | activeDuration | |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class.
repeatInterval | The repeat interval. |
activeDuration | The active duration. |
+ (FMLiveSwitchSdpRepeatTime*) repeatTimeWithRepeatInterval: | (FMLiveSwitchTimeSpan *) | repeatInterval | |
activeDuration: | (FMLiveSwitchTimeSpan *) | activeDuration | |
offsets: | (NSMutableArray *) | offsets | |
Initializes a new instance of the FMLiveSwitchSdpRepeatTime class.
repeatInterval | The repeat interval. |
activeDuration | The active duration. |
offsets | The offsets from the start time. |