Developers
Rate This Document
Findability
Accuracy
Completeness
Readability
在线提单
论坛求助

OpusDecodeApi

函数功能

Opus解码接口,类似Opus 1.3.1版本的opus_decode接口。

函数原型

int OpusDecodeApi(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec)

参数说明

与Opus 1.3.1中opus_decode接口一致,请参见Opus 1.3.1中定义。

返回值说明

与Opus 1.3.1中opus_decode接口一致,请参见Opus 1.3.1中定义。