FMIceLinkSdpTiming Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpTiming.h
FMIceLinkSdpTiming.m

Overview

An SDP [timing](#//api/name/timing) element.

– description

Converts this instance to a string.
- (NSString *)description

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpTiming.h

– init

Initializes a new instance of the FMIceLinkSdpTiming class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSdpTiming class.

Declared In

FMIceLinkSdpTiming.h

– initWithStartTime:stopTime:

Initializes a new instance of the FMIceLinkSdpTiming class.
- (instancetype)initWithStartTime:(double)startTime stopTime:(double)stopTime

Parameters

startTime

The start time.

stopTime

The stop time.

Discussion

Initializes a new instance of the FMIceLinkSdpTiming class.

Declared In

FMIceLinkSdpTiming.h

+ parseWithS:

Creates an FMIceLinkSdpTiming instance from a string.
+ (FMIceLinkSdpTiming *)parseWithS:(NSString *)s

Parameters

s

The string to parse.

Discussion

Creates an FMIceLinkSdpTiming instance from a string.

Declared In

FMIceLinkSdpTiming.h

– setStartTime:

Sets the start time.
- (void)setStartTime:(double)value

Discussion

Sets the start time.

Declared In

FMIceLinkSdpTiming.h

– setStopTime:

Sets the stop time.
- (void)setStopTime:(double)value

Discussion

Sets the stop time.

Declared In

FMIceLinkSdpTiming.h

– startTime

Gets the start time.
- (double)startTime

Discussion

Gets the start time.

Declared In

FMIceLinkSdpTiming.h

– stopTime

Gets the stop time.
- (double)stopTime

Discussion

Gets the stop time.

Declared In

FMIceLinkSdpTiming.h

+ timing

Initializes a new instance of the FMIceLinkSdpTiming class.
+ (FMIceLinkSdpTiming *)timing

Discussion

Initializes a new instance of the FMIceLinkSdpTiming class.

Declared In

FMIceLinkSdpTiming.h

+ timingWithStartTime:stopTime:

Initializes a new instance of the FMIceLinkSdpTiming class.
+ (FMIceLinkSdpTiming *)timingWithStartTime:(double)startTime stopTime:(double)stopTime

Parameters

startTime

The start time.

stopTime

The stop time.

Discussion

Initializes a new instance of the FMIceLinkSdpTiming class.

Declared In

FMIceLinkSdpTiming.h