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... | |
A stream for a simulcast stream description.
| - (NSMutableArray*) ids | 
Gets the identifiers.
| - (instancetype) initWithId: | (FMLiveSwitchSdpRtpSimulcastStreamId *) | idValue | 
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.
| idValue | The identifier. | 
| - (instancetype) initWithIds: | (NSMutableArray *) | ids | 
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.
| ids | The identifiers. | 
| + (FMLiveSwitchSdpRtpSimulcastStream*) simulcastStreamWithId: | (FMLiveSwitchSdpRtpSimulcastStreamId *) | idValue | 
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.
| idValue | The identifier. | 
| + (FMLiveSwitchSdpRtpSimulcastStream*) simulcastStreamWithIds: | (NSMutableArray *) | ids | 
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastStream class.
| ids | The identifiers. |