函数:venc_get_channel_desc_pic_width
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
|
√ |
功能说明
获取视频编码处理通道的描述信息:图片宽度。
函数原型
- C函数原型
1
uint32_t aclvencGetChannelDescPicWidth(const aclvencChannelDesc *channelDesc);
- python函数
1
in_pic_width = acl.media.venc_get_channel_desc_pic_width(venc_channel_desc)
参数说明
参数名 |
说明 |
---|---|
venc_channel_desc |
int,视频数据编码处理通道的描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
in_pic_width |
int,图片宽度。 |
父主题: VENC功能