函数:vdec_create_frame_config

C函数原型

aclvdecFrameConfig *aclvdecCreateFrameConfig()

Python函数

vdec_frame_config = acl.media.vdec_create_frame_config()

函数功能

创建aclvdecFrameConfig类型的数据,表示创建单帧编码配置参数。该接口为同步接口。

输入说明

返回值说明

vdec_frame_config:int,aclvdecFrameConfig数据类型对象。

  • 返回非0值,表示成功。
  • 返回0,表示失败。

约束说明

注意事项