Enum VoiceApplication
- Namespace
- DSharpPlus.VoiceNext
- Assembly
- DSharpPlus.VoiceNext.dll
Represents encoder settings preset for Opus.
public enum VoiceApplication- Extension Methods
Fields
- LowLatency = 2051
- Defines that the encoder must optimize settings for low latency applications. 
- Music = 2049
- Defines that the encoder must optimize settings for music data. 
- Voice = 2048
- Defines that the encoder must optimize settings for voice data.