---
title: OpusDecoderCtlApi
description: "Opus解码控制接口，类似Opus 1.3.1版本的opus_decoder_ctl接口。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/240RC2/armnative/kunpengcpsvideo_16_0109.html
sourcePath: /source/zh/kunpengboostkithistory/240RC2/armnative/kunpengcpsvideo_16_0109.html
indexId: 4c777dd5788494440be973e0bb39a55da209dc963a121f022809d9a4eceb009179
---
# OpusDecoderCtlApi

#### 函数功能

Opus解码控制接口，类似Opus 1.3.1版本的opus_decoder_ctl接口。


#### 约束说明

NA


#### 函数原型

int OpusDecoderCtlApi(OpusDecoder *st, int request, opus_int32 par)


#### 参数说明

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


#### 返回值说明

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