Function: vdec_get_channel_desc_entype
C Prototype |
acldvppStreamFormat aclvdecGetChannelDescEnType(const aclvdecChannelDesc *channelDesc); |
|---|---|
Python Function |
entype = acl.media.vdec_get_channel_desc_entype(vdec_channel_desc) |
Function Usage |
Obtains the decoding channel description attribute: video encoding protocol. |
Input Description |
vdec_channel_desc: int, description of the video decoding channel. |
Return Value |
entype: int, video encoding protocol. For details, see acldvppStreamFormat. |
Parent topic: VDEC