Opus Library
Macros
Error codes

Macros

#define OPUS_ALLOC_FAIL
 
#define OPUS_BAD_ARG
 
#define OPUS_BUFFER_TOO_SMALL
 
#define OPUS_INTERNAL_ERROR
 
#define OPUS_INVALID_PACKET
 
#define OPUS_INVALID_STATE
 
#define OPUS_OK
 
#define OPUS_UNIMPLEMENTED
 

Detailed Description

Macro Definition Documentation

§ OPUS_ALLOC_FAIL

#define OPUS_ALLOC_FAIL

Memory allocation has failed

§ OPUS_BAD_ARG

#define OPUS_BAD_ARG

One or more invalid/out of range arguments

§ OPUS_BUFFER_TOO_SMALL

#define OPUS_BUFFER_TOO_SMALL

Not enough bytes allocated in the buffer

§ OPUS_INTERNAL_ERROR

#define OPUS_INTERNAL_ERROR

An internal error was detected

§ OPUS_INVALID_PACKET

#define OPUS_INVALID_PACKET

The compressed data passed is corrupted

§ OPUS_INVALID_STATE

#define OPUS_INVALID_STATE

An encoder or decoder structure is invalid or already freed

§ OPUS_OK

#define OPUS_OK

No error

§ OPUS_UNIMPLEMENTED

#define OPUS_UNIMPLEMENTED

Invalid/unsupported request number

© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale