FMLiveSwitchSdpTiming Class Reference

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

Detailed Description

An SDP timing element.

Method Documentation

◆ description

- (NSString*) description

Converts this instance to a string.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSdpTiming class.

◆ initWithStartTime:stopTime:

- (instancetype) initWithStartTime: (double)  startTime
stopTime: (double)  stopTime 

Initializes a new instance of the FMLiveSwitchSdpTiming class.

Parameters
startTimeThe start time.
stopTimeThe stop time.

◆ parseWithS:

+ (FMLiveSwitchSdpTiming*) parseWithS: (NSString *)  s

Creates an FMLiveSwitchSdpTiming instance from a string.

Parameters
sThe string to parse.

◆ setStartTime:

- (void) setStartTime: (double)  value

Sets the start time.

◆ setStopTime:

- (void) setStopTime: (double)  value

Sets the stop time.

◆ startTime

- (double) startTime

Gets the start time.

◆ stopTime

- (double) stopTime

Gets the stop time.

◆ timing

+ (FMLiveSwitchSdpTiming*) timing

Initializes a new instance of the FMLiveSwitchSdpTiming class.

◆ timingWithStartTime:stopTime:

+ (FMLiveSwitchSdpTiming*) timingWithStartTime: (double)  startTime
stopTime: (double)  stopTime 

Initializes a new instance of the FMLiveSwitchSdpTiming class.

Parameters
startTimeThe start time.
stopTimeThe stop time.