Function: venc_get_channel_desc_max_bit_rate
C Prototype |
uint32_t aclvencGetChannelDescMaxBitRate(const aclvencChannelDesc *channelDesc) |
|---|---|
Python Function |
max_bit_rate = acl.media.venc_get_channel_desc_max_bit_rate(venc_channel_desc) |
Function Usage |
Obtains the description of a video encoding channel. 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 |
max_bit_rate: int, output bit rate (kbit/s). |
Parent topic: VENC