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

#### 函数功能

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


#### 函数原型

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