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... | |
A stream description for a simulcast attribute.
- (NSString*) direction |
Gets the direction.
- (instancetype) initWithDirection: | (NSString *) | direction | |
streams: | (NSMutableArray *) | streams | |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamDescription class.
direction | The direction. |
streams | The streams. |
+ (FMLiveSwitchSdpRtpSimulcastStreamDescription*) simulcastStreamDescriptionWithDirection: | (NSString *) | direction | |
streams: | (NSMutableArray *) | streams | |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamDescription class.
direction | The direction. |
streams | The streams. |
- (NSMutableArray*) streams |
Gets the streams.