An SDP timing element. More...
Instance Methods | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSdpTiming class. More... | |
(instancetype) | - initWithStartTime:stopTime: |
Initializes a new instance of the FMLiveSwitchSdpTiming class. More... | |
(void) | - setStartTime: |
Sets the start time. More... | |
(void) | - setStopTime: |
Sets the stop time. More... | |
(double) | - startTime |
Gets the start time. More... | |
(double) | - stopTime |
Gets the stop time. More... | |
Class Methods | |
(FMLiveSwitchSdpTiming *) | + parseWithS: |
Creates an FMLiveSwitchSdpTiming instance from a string. More... | |
(FMLiveSwitchSdpTiming *) | + timing |
Initializes a new instance of the FMLiveSwitchSdpTiming class. More... | |
(FMLiveSwitchSdpTiming *) | + timingWithStartTime:stopTime: |
Initializes a new instance of the FMLiveSwitchSdpTiming class. More... | |
An SDP timing element.
- (NSString*) description |
Converts this instance to a string.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSdpTiming class.
- (instancetype) initWithStartTime: | (double) | startTime | |
stopTime: | (double) | stopTime | |
Initializes a new instance of the FMLiveSwitchSdpTiming class.
startTime | The start time. |
stopTime | The stop time. |
+ (FMLiveSwitchSdpTiming*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpTiming instance from a string.
s | The string to parse. |
- (void) setStartTime: | (double) | value |
Sets the start time.
- (void) setStopTime: | (double) | value |
Sets the stop time.
- (double) startTime |
Gets the start time.
- (double) stopTime |
Gets the stop time.
+ (FMLiveSwitchSdpTiming*) timing |
Initializes a new instance of the FMLiveSwitchSdpTiming class.
+ (FMLiveSwitchSdpTiming*) timingWithStartTime: | (double) | startTime | |
stopTime: | (double) | stopTime | |
Initializes a new instance of the FMLiveSwitchSdpTiming class.
startTime | The start time. |
stopTime | The stop time. |