Function: venc_get_channel_desc_pic_width
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the encoding channel description attribute: image width.
Prototype
- C Prototype
1uint32_t aclvencGetChannelDescPicWidth(const aclvencChannelDesc *channelDesc);
- Python Function
1in_pic_width = acl.media.venc_get_channel_desc_pic_width(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_width |
Int, image width. |
Parent topic: VENC