Function: venc_get_channel_desc_pic_width

C Prototype

uint32_t aclvencGetChannelDescPicWidth(const aclvencChannelDesc *channelDesc);

Python Function

in_pic_width = acl.media.venc_get_channel_desc_pic_width(venc_channel_desc)

Function Usage

Obtains the encoding channel description attribute: image width.

The Atlas Training Series Product does not support this API.

Input Description

venc_channel_desc: int, pointer address of the description of a video encoding channel.

Return Value

in_pic_width: int, image width.