Function: vdec_get_channel_desc_thread_id

C Prototype

uint32_t aclvdecGetChannelDescThreadId(const aclvdecChannelDesc *channelDesc);

Python Function

thread_id = acl.media.vdec_get_channel_desc_thread_id(vdec_channel_desc)

Function Usage

Obtains the decoding channel description attribute: callback thread ID.

Input Description

vdec_channel_desc: int, description of the video decoding channel.

Return Value

thread_id: int, callback thread ID.