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... | |
Signal types for Opus, used when updating the "OPUS_SET_SIGNAL_REQUEST" (EncoderConfig.Signal) configuration.
|
static |
Gets an signal type of Opus "OPUS_AUTO".
|
static |
Gets an signal type of Opus "OPUS_SIGNAL_MUSIC".
int fm.liveswitch.opus.Signal.getValue | ( | ) |
Gets the internal integer value representation of this signal.
|
static |
Gets an signal type of Opus "OPUS_SIGNAL_VOICE".