wrappers/opus_custom library

WARNING! Trying to use opus_custom will FAIL if opus_custom support was not enabled during library building!

Contains methods and structs from the opus_custom group of opus_custom.h. SHOULD be imported as opus_custom.

AUTOMATICALLY GENERATED FILE. DO NOT MODIFY.

Classes

FunctionsAndGlobals
OpusCustomDecoder
State of the decoder. One decoder state is needed for each stream. It is initialized once at the beginning of the stream. Do not re-initialize the state for every frame. @brief Decoder state
OpusCustomEncoder
Contains the state of an encoder. One encoder state is needed for each stream. It is initialized once at the beginning of the stream. Do not re-initialize the state for every frame. @brief Encoder state
OpusCustomMode
The mode contains all the information necessary to create an encoder. Both the encoder and decoder need to be initialized with exactly the same mode, otherwise the output will be corrupted. @brief Mode configuration