Function: venc_get_channel_desc_entype
C Prototype |
acldvppStreamFormat aclvencGetChannelDescEnType(const aclvencChannelDesc *channelDesc); |
|---|---|
Python Function |
entype = acl.media.venc_get_channel_desc_entype(venc_channel_desc) |
Function Usage |
Obtains the encoding channel description attribute: video encoding protocol. 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 |
entype: int, video encoding protocol. For details, see acldvppStreamFormat. |
Parent topic: VENC