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