Search Results for

    Show / Hide Table of Contents

    Enum ErrorCode

    Represents error codes that may be returned by Opus functions.

    Namespace: Adrenak.UnityOpus
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ErrorCode

    Fields

    Name Description
    AllocFail

    Memory allocation failed during the operation.

    BadArg

    One or more invalid arguments were provided.

    BufferTooSmall

    The provided buffer was too small to hold the output data.

    InternalError

    An internal error occurred within the Opus library.

    InvalidPacket

    The input packet is invalid or corrupted.

    InvalidState

    The encoder or decoder is in an invalid state.

    OK

    No error occurred; the operation was successful.

    Unimplemented

    The requested operation has not been implemented.

    In This Article
    Back to top UnityOpus documentation