FMLiveSwitchOpusSignal Class Reference

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

Instance Methods

(int) - value
 Gets the internal integer value representation of this signal. More...
 

Class Methods

(FMLiveSwitchOpusSignal *) + auto
 Gets an signal type of Opus "OPUS_AUTO". More...
 
(FMLiveSwitchOpusSignal *) + music
 Gets an signal type of Opus "OPUS_SIGNAL_MUSIC". More...
 
(FMLiveSwitchOpusSignal *) + voice
 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.

Method Documentation

◆ auto

Gets an signal type of Opus "OPUS_AUTO".

◆ music

Gets an signal type of Opus "OPUS_SIGNAL_MUSIC".

◆ value

- (int) value

Gets the internal integer value representation of this signal.

◆ voice

Gets an signal type of Opus "OPUS_SIGNAL_VOICE".