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