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... | |
A simulcast stream identifier.
- (instancetype) initWithId: | (NSString *) | idValue |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.
idValue | The identifier. |
- (instancetype) initWithId: | (NSString *) | idValue | |
paused: | (bool) | paused | |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.
idValue | The identifier. |
paused | Whether the stream is paused. |
- (bool) paused |
Gets whether the stream is paused.
+ (FMLiveSwitchSdpRtpSimulcastStreamId*) simulcastStreamId: | (NSString *) | idValue |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.
idValue | The identifier. |
+ (FMLiveSwitchSdpRtpSimulcastStreamId*) simulcastStreamId: | (NSString *) | idValue | |
paused: | (bool) | paused | |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStreamId class.
idValue | The identifier. |
paused | Whether the stream is paused. |