FMLiveSwitchSdpRtpSimulcastStreamDescription Class Reference

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

Instance Methods

(NSString *) - direction
 Gets the direction. More...
 
(instancetype) - initWithDirection:streams:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamDescription class. More...
 
(NSMutableArray *) - streams
 Gets the streams. More...
 

Class Methods

(FMLiveSwitchSdpRtpSimulcastStreamDescription *) + simulcastStreamDescriptionWithDirection:streams:
 Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamDescription class. More...
 

Detailed Description

A stream description for a simulcast attribute.

Method Documentation

◆ direction

- (NSString*) direction

Gets the direction.

◆ initWithDirection:streams:

- (instancetype) initWithDirection: (NSString *)  direction
streams: (NSMutableArray *)  streams 

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamDescription class.

Parameters
directionThe direction.
streamsThe streams.

◆ simulcastStreamDescriptionWithDirection:streams:

+ (FMLiveSwitchSdpRtpSimulcastStreamDescription*) simulcastStreamDescriptionWithDirection: (NSString *)  direction
streams: (NSMutableArray *)  streams 

Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamDescription class.

Parameters
directionThe direction.
streamsThe streams.

◆ streams

- (NSMutableArray*) streams

Gets the streams.