A media configuration. More...
Instance Methods | |
| (instancetype) | - initWithClockRate: |
| Initializes a new instance of the FMLiveSwitchMediaConfig`1 class. More... | |
| (bool) | - isEquivalentWithConfig: |
| Determines whether the specified configuration is equivalent. More... | |
Class Methods | |
| (FMLiveSwitchMediaConfig *) | + mediaConfigWithClockRate: |
| Initializes a new instance of the FMLiveSwitchMediaConfig`1 class. More... | |
Protected Attributes | |
| __pad0__: NSObject- (int) clockRate | |
A media configuration.
| - (instancetype) initWithClockRate: | (int) | clockRate |
Initializes a new instance of the FMLiveSwitchMediaConfig`1 class.
| clockRate | The clock rate. |
| - (bool) isEquivalentWithConfig: | (TConfig) | config |
Determines whether the specified configuration is equivalent.
| config | The configuration. |
| + (FMLiveSwitchMediaConfig*) mediaConfigWithClockRate: | (int) | clockRate |
Initializes a new instance of the FMLiveSwitchMediaConfig`1 class.
| clockRate | The clock rate. |
|
protected |