Function: vdec_get_channel_desc_channel_id
C Prototype |
uint32_t aclvdecGetChannelDescChannelId(const aclvdecChannelDesc *channelDesc) |
|---|---|
Python Function |
channel_id = acl.media.vdec_get_channel_desc_channel_id(vdec_channel_desc) |
Function Usage |
Obtains the decoding channel description attribute: decoding channel ID. |
Input Description |
vdec_channel_desc: int, description of the video decoding channel. |
Return Value |
channel_id: int, decoding channel ID. Atlas 200/300/500 Inference Product: Must be in the range of [0, 31]. Atlas Training Series Product: Must be in the range of [0, 31]. |
Parent topic: VDEC