下载
中文
注册

函数:venc_create_frame_config

C函数原型

aclvencFrameConfig *aclvencCreateFrameConfig()

Python函数

frame_config = acl.media.venc_create_frame_config()

函数功能

创建aclvencFrameConfig类型的数据,创建VENC编码时的单帧编码配置参数。同步接口。

返回值说明

frame_config:int。

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