Function: venc_get_channel_desc_pic_height
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the encoding channel description attribute: image height.
Prototype
- C Prototype
1uint32_t aclvencGetChannelDescPicHeight(const aclvencChannelDesc *channelDesc);
- Python Function
1in_pic_height = acl.media.venc_get_channel_desc_pic_height(venc_channel_desc)
Parameter Description
Parameter |
Description |
|---|---|
venc_channel_desc |
Int, pointer address of the description of a video encoding channel. |
Return Value Description
Return Value |
Description |
|---|---|
in_pic_height |
Int, image height. |
Parent topic: VENC