Function: venc_get_channel_desc_pic_format

C Prototype

acldvppPixelFormat aclvencGetChannelDescPicFormat(const aclvencChannelDesc *channelDesc);

Python Function

in_pic_format = acl.media.venc_get_channel_desc_pic_format(venc_channel_desc)

Function Usage

Obtains the encoding channel description attribute: input image format.

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_format: int, input image format.