Function: venc_get_channel_desc_channel_id

C Prototype

uint32_t aclvencGetChannelDescChannelId(const aclvencChannelDesc *channelDesc);

Python Function

channel_id = acl.media.venc_get_channel_desc_channel_id(venc_channel_desc)

Function Usage

Obtains the encoding channel description attribute: channel ID.

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

channel_id: int, channel ID (default = 0).