An audio configuration. More...
Instance Methods | |
(int) | - channelCount |
Gets the channel count. More... | |
(NSString *) | - description |
Returns a string that represents this instance. More... | |
(instancetype) | - initWithClockRate:channelCount: |
Initializes a new instance of the FMLiveSwitchAudioConfig class. More... | |
(bool) | - isEquivalentWithConfig: |
Determines whether the specified configuration is equivalent. More... | |
Instance Methods inherited from FMLiveSwitchMediaConfig | |
(instancetype) | - initWithClockRate: |
Initializes a new instance of the FMLiveSwitchMediaConfig`1 class. More... | |
(bool) | - isEquivalentWithConfig: |
Determines whether the specified configuration is equivalent. More... | |
Class Methods | |
(FMLiveSwitchAudioConfig *) | + audioConfigWithClockRate:channelCount: |
Initializes a new instance of the FMLiveSwitchAudioConfig class. More... | |
Class Methods inherited from FMLiveSwitchMediaConfig | |
(FMLiveSwitchMediaConfig *) | + mediaConfigWithClockRate: |
Initializes a new instance of the FMLiveSwitchMediaConfig`1 class. More... | |
Additional Inherited Members | |
Protected Attributes inherited from FMLiveSwitchMediaConfig | |
__pad0__: NSObject- (int) clockRate | |
An audio configuration.
+ (FMLiveSwitchAudioConfig*) audioConfigWithClockRate: | (int) | clockRate | |
channelCount: | (int) | channelCount | |
Initializes a new instance of the FMLiveSwitchAudioConfig class.
clockRate | The clock rate. |
channelCount | The channel count. |
- (int) channelCount |
Gets the channel count.
- (NSString*) description |
Returns a string that represents this instance.
- (instancetype) initWithClockRate: | (int) | clockRate | |
channelCount: | (int) | channelCount | |
Initializes a new instance of the FMLiveSwitchAudioConfig class.
clockRate | The clock rate. |
channelCount | The channel count. |
- (bool) isEquivalentWithConfig: | (FMLiveSwitchAudioConfig *) | config |
Determines whether the specified configuration is equivalent.
config | The configuration. |