Function: venc_get_channel_desc_thread_id

C Prototype

uint64_t aclvencGetChannelDescThreadId(const aclvencChannelDesc *channelDesc);

Python Function

thread_id = acl.media.venc_get_channel_desc_thread_id(venc_channel_desc)

Function Usage

Obtains the encoding channel description attribute: callback thread 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

thread_id: int, callback thread ID.