Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or "OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration. More...
Instance Methods | |
(int) | - value |
Gets the internal integer value representation of this signal. More... | |
Class Methods | |
(FMLiveSwitchOpusBandwidth *) | + auto |
Gets a bandwidth of Opus "OPUS_AUTO". More... | |
(FMLiveSwitchOpusBandwidth *) | + fullBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND". More... | |
(FMLiveSwitchOpusBandwidth *) | + mediumBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND". More... | |
(FMLiveSwitchOpusBandwidth *) | + narrowBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND". More... | |
(FMLiveSwitchOpusBandwidth *) | + superWideBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND". More... | |
(FMLiveSwitchOpusBandwidth *) | + wideBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_WIDEBAND". More... | |
Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or "OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration.
+ (FMLiveSwitchOpusBandwidth*) auto |
Gets a bandwidth of Opus "OPUS_AUTO".
+ (FMLiveSwitchOpusBandwidth*) fullBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND".
+ (FMLiveSwitchOpusBandwidth*) mediumBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND".
+ (FMLiveSwitchOpusBandwidth*) narrowBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND".
+ (FMLiveSwitchOpusBandwidth*) superWideBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".
- (int) value |
Gets the internal integer value representation of this signal.
+ (FMLiveSwitchOpusBandwidth*) wideBand |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_WIDEBAND".