FMLiveSwitchSdpRtpSimulcastStream Class Reference

A stream for a simulcast stream description. More...

Instance Methods

(NSMutableArray *) - ids
 Gets the identifiers. More...
 
(instancetype) - initWithId:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class. More...
 
(instancetype) - initWithIds:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class. More...
 

Class Methods

(FMLiveSwitchSdpRtpSimulcastStream *) + simulcastStreamWithId:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class. More...
 
(FMLiveSwitchSdpRtpSimulcastStream *) + simulcastStreamWithIds:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class. More...
 

Detailed Description

A stream for a simulcast stream description.

Method Documentation

◆ ids

- (NSMutableArray*) ids

Gets the identifiers.

◆ initWithId:

- (instancetype) initWithId: (FMLiveSwitchSdpRtpSimulcastStreamId *)  idValue

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.

Parameters
idValueThe identifier.

◆ initWithIds:

- (instancetype) initWithIds: (NSMutableArray *)  ids

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.

Parameters
idsThe identifiers.

◆ simulcastStreamWithId:

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.

Parameters
idValueThe identifier.

◆ simulcastStreamWithIds:

+ (FMLiveSwitchSdpRtpSimulcastStream*) simulcastStreamWithIds: (NSMutableArray *)  ids

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.

Parameters
idsThe identifiers.