Function: venc_set_channel_desc_pic_height

C Prototype

aclError aclvencSetChannelDescPicHeight(aclvencChannelDesc *channelDesc, uint32_t picHeight);

Python Function

ret = acl.media.venc_set_channel_desc_pic_height(venc_channel_desc, in_pic_height)

Function Usage

Sets the encoding channel description attribute: image height.

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.

Call acl.media.venc_create_channel_desc to create data of the aclvencChannelDesc type in advance.

in_pic_height: int, image height.

Return Value

ret: int, error code.