fm.liveswitch.opus.Signal Class Reference

Signal types for Opus, used when updating the "OPUS_SET_SIGNAL_REQUEST" (EncoderConfig.Signal) 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.Signal getAuto ()
 Gets an signal type of Opus "OPUS_AUTO". More...
 
static fm.liveswitch.opus.Signal getMusic ()
 Gets an signal type of Opus "OPUS_SIGNAL_MUSIC". More...
 
static fm.liveswitch.opus.Signal getVoice ()
 Gets an signal type of Opus "OPUS_SIGNAL_VOICE". More...
 

Detailed Description

Signal types for Opus, used when updating the "OPUS_SET_SIGNAL_REQUEST" (EncoderConfig.Signal) configuration.

Member Function Documentation

◆ getAuto()

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

Gets an signal type of Opus "OPUS_AUTO".

◆ getMusic()

static fm.liveswitch.opus.Signal fm.liveswitch.opus.Signal.getMusic ( )
static

Gets an signal type of Opus "OPUS_SIGNAL_MUSIC".

◆ getValue()

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

Gets the internal integer value representation of this signal.

◆ getVoice()

static fm.liveswitch.opus.Signal fm.liveswitch.opus.Signal.getVoice ( )
static

Gets an signal type of Opus "OPUS_SIGNAL_VOICE".