---
title: OpusDecoderCreateApi
description: "创建Opus解码器，类似Opus 1.3.1版本的opus_decoder_create接口。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2400/armnative/kunpengcpsvideo_16_0107.html
sourcePath: /source/zh/kunpengboostkithistory/2400/armnative/kunpengcpsvideo_16_0107.html
indexId: cb6975554058134d3b61052437374eaad7c7672a12fd1a262ca698ac7f7c9f0077
---
# OpusDecoderCreateApi

#### 函数功能

创建Opus解码器，类似Opus 1.3.1版本的opus_decoder_create接口。


#### 约束说明

NA


#### 函数原型

OpusDecoder *OpusDecoderCreateApi(opus_int32 Fs, int channels, int *error)


#### 参数说明

与Opus 1.3.1中opus_decoder_create接口一致，请参见Opus 1.3.1中定义。


#### 返回值说明

与Opus 1.3.1中opus_decoder_create接口一致，请参见Opus 1.3.1中定义。
