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... | |
Signal types for Opus, used when updating the "OPUS_SET_SIGNAL_REQUEST" (EncoderConfig.Signal) configuration.
+ (FMLiveSwitchOpusSignal*) auto |
Gets an signal type of Opus "OPUS_AUTO".
+ (FMLiveSwitchOpusSignal*) music |
Gets an signal type of Opus "OPUS_SIGNAL_MUSIC".
- (int) value |
Gets the internal integer value representation of this signal.
+ (FMLiveSwitchOpusSignal*) voice |
Gets an signal type of Opus "OPUS_SIGNAL_VOICE".