A WebRTC/ORTC-compatible audio track configuration. More...
Instance Methods | |
| (bool) | - g722Disabled | 
| Gets whether the G.722 codec should be disabled.  More... | |
| (instancetype) | - init | 
| Initializes a new instance of the FMLiveSwitchRtcAudioTrackConfig class.  More... | |
| (bool) | - l16Disabled | 
| Gets whether the L16 codec should be disabled.  More... | |
| (bool) | - opusDisabled | 
| Gets whether the Opus codec should be disabled.  More... | |
| (bool) | - pcmaDisabled | 
| Gets whether the PCMA codec should be disabled.  More... | |
| (bool) | - pcmuDisabled | 
| Gets whether the PCMU codec should be disabled.  More... | |
| (void) | - setG722Disabled: | 
| Sets whether the G.722 codec should be disabled.  More... | |
| (void) | - setL16Disabled: | 
| Sets whether the L16 codec should be disabled.  More... | |
| (void) | - setOpusDisabled: | 
| Sets whether the Opus codec should be disabled.  More... | |
| (void) | - setPcmaDisabled: | 
| Sets whether the PCMA codec should be disabled.  More... | |
| (void) | - setPcmuDisabled: | 
| Sets whether the PCMU codec should be disabled.  More... | |
Class Methods | |
| (bool) | + defaultL16Disabled | 
| Gets whether the L16 codec should be disabled by default.  More... | |
| (FMLiveSwitchRtcAudioTrackConfig *) | + rtcAudioTrackConfig | 
| Initializes a new instance of the FMLiveSwitchRtcAudioTrackConfig class.  More... | |
A WebRTC/ORTC-compatible audio track configuration.
| + (bool) defaultL16Disabled | 
Gets whether the L16 codec should be disabled by default.
| - (bool) g722Disabled | 
Gets whether the G.722 codec should be disabled.
Defaults to false. 
| - (instancetype) init | 
Initializes a new instance of the FMLiveSwitchRtcAudioTrackConfig class.
| - (bool) l16Disabled | 
Gets whether the L16 codec should be disabled.
Defaults to false. 
| - (bool) opusDisabled | 
Gets whether the Opus codec should be disabled.
Defaults to false. 
| - (bool) pcmaDisabled | 
Gets whether the PCMA codec should be disabled.
Defaults to false. 
| - (bool) pcmuDisabled | 
Gets whether the PCMU codec should be disabled.
Defaults to false. 
| + (FMLiveSwitchRtcAudioTrackConfig*) rtcAudioTrackConfig | 
Initializes a new instance of the FMLiveSwitchRtcAudioTrackConfig class.
| - (void) setG722Disabled: | (bool) | value | 
Sets whether the G.722 codec should be disabled.
Defaults to false. 
| - (void) setL16Disabled: | (bool) | value | 
Sets whether the L16 codec should be disabled.
Defaults to false. 
| - (void) setOpusDisabled: | (bool) | value | 
Sets whether the Opus codec should be disabled.
Defaults to false. 
| - (void) setPcmaDisabled: | (bool) | value | 
Sets whether the PCMA codec should be disabled.
Defaults to false. 
| - (void) setPcmuDisabled: | (bool) | value | 
Sets whether the PCMU codec should be disabled.
Defaults to false.