Function: venc_get_channel_desc_pic_height
C Prototype |
uint32_t aclvencGetChannelDescPicHeight(const aclvencChannelDesc *channelDesc); |
|---|---|
Python Function |
in_pic_height = acl.media.venc_get_channel_desc_pic_height(venc_channel_desc) |
Function Usage |
Obtains 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. |
Return Value |
in_pic_height: int, image height. |
Parent topic: VENC