OpusSharp OpusSharp
OpusSharp OpusSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Enum OpusErrorCodes

    Error codes for opus.

    Namespace: OpusSharp.Core
    Assembly: OpusSharp.Core.dll
    Syntax
    public enum OpusErrorCodes

    Fields

    Name Description
    OPUS_ALLOC_FAIL

    Memory allocation has failed.

    OPUS_BAD_ARG

    One or more invalid/out of range arguments.

    OPUS_BUFFER_TOO_SMALL

    Not enough bytes allocated in the buffer.

    OPUS_INTERNAL_ERROR

    An internal error was detected.

    OPUS_INVALID_PACKET

    The compressed data passed is corrupted.

    OPUS_INVALID_STATE

    An encoder or decoder structure is invalid or already freed.

    OPUS_OK

    No error.

    OPUS_UNIMPLEMENTED

    Invalid/unsupported request number.