Table of Contents

Enum OpusError

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public enum OpusError

Fields

AllocFail = -7

Memory allocation has failed.

BadArg = -1

One or more invalid/out of range arguments.

BufferToSmall = -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.

NoError = 0

No error.

Unimplemented = -5

Invalid/unsupported request number.