FMLiveSwitchOpusApplicationType Class Reference

Application types for Opus, used when updating the "OPUS_SET_APPLICATION" (EncoderConfig.Application) configuration. More...

Instance Methods

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

Class Methods

(FMLiveSwitchOpusApplicationType *) + audio
 Gets an application type of Opus "OPUS_APPLICATION_AUDIO". More...
 
(FMLiveSwitchOpusApplicationType *) + restrictedLowDelay
 Gets an application type of Opus "OPUS_APPLICATION_RESTRICTED_LOWDELAY". More...
 
(FMLiveSwitchOpusApplicationType *) + voip
 Gets an application type of Opus "OPUS_APPLICATION_VOIP". More...
 

Detailed Description

Application types for Opus, used when updating the "OPUS_SET_APPLICATION" (EncoderConfig.Application) configuration.

Method Documentation

◆ audio

Gets an application type of Opus "OPUS_APPLICATION_AUDIO".

◆ restrictedLowDelay

+ (FMLiveSwitchOpusApplicationType*) restrictedLowDelay

Gets an application type of Opus "OPUS_APPLICATION_RESTRICTED_LOWDELAY".

◆ value

- (int) value

Gets the internal integer value representation of this application type.

◆ voip

Gets an application type of Opus "OPUS_APPLICATION_VOIP".