Enum OpusErrorCode
- Namespace
- DSharpPlus.VoiceLink.Opus
- Assembly
- DSharpPlus.VoiceLink.dll
public enum OpusErrorCode
Fields
AllocFail = -7
Memory allocation has failed.
BadArg = -1
One or more invalid/out of range arguments.
BufferTooSmall = -2
Not enough bytes allocated in the buffer.
InternalError = -3
An internal error was detected.
InvalidPacket = -4
The compressed data passed is corrupted.
InvalidState = -6
An encoder or decoder structure is invalid or already freed.
Ok = 0
No error.
Unimplemented = -5
Invalid/unsupported request number.