FMLiveSwitchSdpRtpSimulcastStreamId Class Reference

A simulcast stream identifier. More...

Instance Methods

(NSString *) - id
 Gets the identifier. More...
 
(instancetype) - initWithId:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class. More...
 
(instancetype) - initWithId:paused:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class. More...
 
(bool) - paused
 Gets whether the stream is paused. More...
 

Class Methods

(FMLiveSwitchSdpRtpSimulcastStreamId *) + simulcastStreamId:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class. More...
 
(FMLiveSwitchSdpRtpSimulcastStreamId *) + simulcastStreamId:paused:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class. More...
 

Detailed Description

A simulcast stream identifier.

Method Documentation

◆ id

- (NSString*) id

Gets the identifier.

◆ initWithId:

- (instancetype) initWithId: (NSString *)  idValue

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.

Parameters
idValueThe identifier.

◆ initWithId:paused:

- (instancetype) initWithId: (NSString *)  idValue
paused: (bool)  paused 

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.

Parameters
idValueThe identifier.
pausedWhether the stream is paused.

◆ paused

- (bool) paused

Gets whether the stream is paused.

◆ simulcastStreamId:

+ (FMLiveSwitchSdpRtpSimulcastStreamId*) simulcastStreamId: (NSString *)  idValue

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.

Parameters
idValueThe identifier.

◆ simulcastStreamId:paused:

+ (FMLiveSwitchSdpRtpSimulcastStreamId*) simulcastStreamId: (NSString *)  idValue
paused: (bool)  paused 

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.

Parameters
idValueThe identifier.
pausedWhether the stream is paused.