OpusDecoderCtlApi
Function Usage
Controls Opus decoding. This API is similar to the opus_decoder_ctl interface in Opus 1.3.1.
Restrictions
N/A
Prototype
int OpusDecoderCtlApi(OpusDecoder *st, int request, opus_int32 par)
Parameter Description
This API is similar to the opus_decoder_ctl interface in Opus 1.3.1. For details, refer to the Opus 1.3.1 documentation.
Return Value Description
This API is similar to the opus_decoder_ctl interface in Opus 1.3.1. For details, refer to the Opus 1.3.1 documentation.
Parent topic: Opus Encoding and Decoding APIs (C and C++)