FMIceLinkSdpTimeDescription Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpTimeDescription.h
FMIceLinkSdpTimeDescription.m

Overview

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

– addRepeatTime:

Adds a repeat time.
- (void)addRepeatTime:(FMIceLinkSdpRepeatTime *)repeatTime

Parameters

repeatTime

The repeat time to add.

Discussion

Adds a repeat time.

Declared In

FMIceLinkSdpTimeDescription.h

– description

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

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpTimeDescription.h

– initWithTiming:

Initializes a new instance of the FMIceLinkSdpTimeDescription class.
- (instancetype)initWithTiming:(FMIceLinkSdpTiming *)timing

Parameters

timing

The start and stop time.

Discussion

Initializes a new instance of the FMIceLinkSdpTimeDescription class.

Declared In

FMIceLinkSdpTimeDescription.h

+ parseWithS:

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

Parameters

s

The string to parse.

Discussion

Creates an FMIceLinkSdpTimeDescription instance from a string.

Declared In

FMIceLinkSdpTimeDescription.h

– removeRepeatTime:

Removes a repeat time.
- (bool)removeRepeatTime:(FMIceLinkSdpRepeatTime *)repeatTime

Parameters

repeatTime

The repeat time to remove.

Discussion

Removes a repeat time.

Declared In

FMIceLinkSdpTimeDescription.h

– repeatTimes

Gets the array of repeat times.
- (NSMutableArray *)repeatTimes

Discussion

Gets the array of repeat times.

Declared In

FMIceLinkSdpTimeDescription.h

+ timeDescriptionWithTiming:

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

Parameters

timing

The start and stop time.

Discussion

Initializes a new instance of the FMIceLinkSdpTimeDescription class.

Declared In

FMIceLinkSdpTimeDescription.h

– timing

Gets the start and stop time.
- (FMIceLinkSdpTiming *)timing

Discussion

Gets the start and stop time.

Declared In

FMIceLinkSdpTimeDescription.h