logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

opus_errorcodes - Error codes

Author

Generated automatically by Doxygen for Opus from the source code. Version 1.5.2 Wed Jul 3 2024 11:41:33 opus_errorcodes(3)

Detailed Description

Macro Definition Documentation

#defineOPUS_ALLOC_FAIL Memory allocation has failed. #defineOPUS_BAD_ARG One or more invalid/out of range arguments. #defineOPUS_BUFFER_TOO_SMALL Not enough bytes allocated in the buffer. #defineOPUS_INTERNAL_ERROR An internal error was detected. #defineOPUS_INVALID_PACKET The compressed data passed is corrupted. #defineOPUS_INVALID_STATE An encoder or decoder structure is invalid or already freed. #defineOPUS_OK No error. #defineOPUS_UNIMPLEMENTED Invalid/unsupported request number.

Name

opus_errorcodes - Error codes

Synopsis

Macros #define OPUS_OK No error. #define OPUS_BAD_ARG One or more invalid/out of range arguments. #define OPUS_BUFFER_TOO_SMALL Not enough bytes allocated in the buffer. #define OPUS_INTERNAL_ERROR An internal error was detected. #define OPUS_INVALID_PACKET The compressed data passed is corrupted. #define OPUS_UNIMPLEMENTED Invalid/unsupported request number. #define OPUS_INVALID_STATE An encoder or decoder structure is invalid or already freed. #define OPUS_ALLOC_FAIL Memory allocation has failed.

See Also