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