Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or "OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration. More...
Public Member Functions | |
int | getValue () |
Gets the internal integer value representation of this signal. More... | |
Static Public Member Functions | |
static fm.liveswitch.opus.Bandwidth | getAuto () |
Gets a bandwidth of Opus "OPUS_AUTO". More... | |
static fm.liveswitch.opus.Bandwidth | getFullBand () |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND". More... | |
static fm.liveswitch.opus.Bandwidth | getMediumBand () |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND". More... | |
static fm.liveswitch.opus.Bandwidth | getNarrowBand () |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND". More... | |
static fm.liveswitch.opus.Bandwidth | getSuperWideBand () |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND". More... | |
static fm.liveswitch.opus.Bandwidth | getWideBand () |
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.
|
static |
Gets a bandwidth of Opus "OPUS_AUTO".
|
static |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND".
|
static |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND".
|
static |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND".
|
static |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".
int fm.liveswitch.opus.Bandwidth.getValue | ( | ) |
Gets the internal integer value representation of this signal.
|
static |
Gets a bandwidth of Opus "OPUS_BANDWIDTH_WIDEBAND".