OpusDecoderCreateApi
Function Usage
Creates an Opus decoder. This API is similar to the opus_decoder_create interface in Opus 1.3.1.
Prototype
OpusDecoder *OpusDecoderCreateApi(opus_int32 Fs, int channels, int *error)
Parameter Description
This API is similar to the opus_decoder_create 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_create 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++)