fm.liveswitch.opus.Bandwidth Class Reference

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...
 

Detailed Description

Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or "OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration.

Member Function Documentation

◆ getAuto()

static fm.liveswitch.opus.Bandwidth fm.liveswitch.opus.Bandwidth.getAuto ( )
static

Gets a bandwidth of Opus "OPUS_AUTO".

◆ getFullBand()

static fm.liveswitch.opus.Bandwidth fm.liveswitch.opus.Bandwidth.getFullBand ( )
static

Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND".

◆ getMediumBand()

static fm.liveswitch.opus.Bandwidth fm.liveswitch.opus.Bandwidth.getMediumBand ( )
static

Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND".

◆ getNarrowBand()

static fm.liveswitch.opus.Bandwidth fm.liveswitch.opus.Bandwidth.getNarrowBand ( )
static

Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND".

◆ getSuperWideBand()

static fm.liveswitch.opus.Bandwidth fm.liveswitch.opus.Bandwidth.getSuperWideBand ( )
static

Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".

◆ getValue()

int fm.liveswitch.opus.Bandwidth.getValue ( )

Gets the internal integer value representation of this signal.

◆ getWideBand()

static fm.liveswitch.opus.Bandwidth fm.liveswitch.opus.Bandwidth.getWideBand ( )
static

Gets a bandwidth of Opus "OPUS_BANDWIDTH_WIDEBAND".