---
title: OpusDecodeApi
description: "Opus解码接口，类似Opus 1.3.1版本的opus_decode接口。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/240RC2/armnative/kunpengcpsvideo_16_0108.html
sourcePath: /source/zh/kunpengboostkithistory/240RC2/armnative/kunpengcpsvideo_16_0108.html
indexId: aa8004e7e69c81e3e62ca4618ce67aceec634c48b0cb4295f60529065dd6ebeb79
---
# OpusDecodeApi

#### 函数功能

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


#### 约束说明

NA


#### 函数原型

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中定义。
