FMIceLinkSdpRepeatTime Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpRepeatTime.h
FMIceLinkSdpRepeatTime.m

Overview

An SDP repeat time element.

– activeDuration

Gets the active duration.
- (FMIceLinkTimeSpan *)activeDuration

Discussion

Gets the active duration.

Declared In

FMIceLinkSdpRepeatTime.h

– addOffset:

Adds an offset from the start time.
- (void)addOffset:(FMIceLinkTimeSpan *)offset

Parameters

offset

The offset from the start time to add.

Discussion

Adds an offset from the start time.

Declared In

FMIceLinkSdpRepeatTime.h

– description

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

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpRepeatTime.h

– initWithRepeatInterval:activeDuration:

Initializes a new instance of the FMIceLinkSdpRepeatTime class.
- (instancetype)initWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDuration

Parameters

repeatInterval

The repeat interval.

activeDuration

The active duration.

Discussion

Initializes a new instance of the FMIceLinkSdpRepeatTime class.

Declared In

FMIceLinkSdpRepeatTime.h

– initWithRepeatInterval:activeDuration:offsets:

Initializes a new instance of the FMIceLinkSdpRepeatTime class.
- (instancetype)initWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDuration offsets:(NSMutableArray *)offsets

Parameters

repeatInterval

The repeat interval.

activeDuration

The active duration.

offsets

The offsets from the start time.

Discussion

Initializes a new instance of the FMIceLinkSdpRepeatTime class.

Declared In

FMIceLinkSdpRepeatTime.h

– offsets

Gets the array of offsets from the start time.
- (NSMutableArray *)offsets

Discussion

Gets the array of offsets from the start time.

Declared In

FMIceLinkSdpRepeatTime.h

+ parseWithS:

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

Parameters

s

The string to parse.

Discussion

Creates an FMIceLinkSdpRepeatTime instance from a string.

Declared In

FMIceLinkSdpRepeatTime.h

– removeOffset:

Removes an offset from the start time.
- (bool)removeOffset:(FMIceLinkTimeSpan *)offset

Parameters

offset

The offset from the start time to remove.

Discussion

Removes an offset from the start time.

Declared In

FMIceLinkSdpRepeatTime.h

– repeatInterval

Gets the repeat interval.
- (FMIceLinkTimeSpan *)repeatInterval

Discussion

Gets the repeat interval.

Declared In

FMIceLinkSdpRepeatTime.h

+ repeatTimeWithRepeatInterval:activeDuration:

Initializes a new instance of the FMIceLinkSdpRepeatTime class.
+ (FMIceLinkSdpRepeatTime *)repeatTimeWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDuration

Parameters

repeatInterval

The repeat interval.

activeDuration

The active duration.

Discussion

Initializes a new instance of the FMIceLinkSdpRepeatTime class.

Declared In

FMIceLinkSdpRepeatTime.h

+ repeatTimeWithRepeatInterval:activeDuration:offsets:

Initializes a new instance of the FMIceLinkSdpRepeatTime class.
+ (FMIceLinkSdpRepeatTime *)repeatTimeWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDuration offsets:(NSMutableArray *)offsets

Parameters

repeatInterval

The repeat interval.

activeDuration

The active duration.

offsets

The offsets from the start time.

Discussion

Initializes a new instance of the FMIceLinkSdpRepeatTime class.

Declared In

FMIceLinkSdpRepeatTime.h