Function: vdec_set_channel_desc_entype
C Prototype |
aclError aclvdecSetChannelDescEnType(aclvdecChannelDesc *channelDesc, acldvppStreamFormat enType) |
|---|---|
Python Function |
ret = acl.media.vdec_set_channel_desc_entype(vdec_channel_desc, entype) |
Function Usage |
Sets the decoding channel description attribute: video encoding protocol. |
Input Description |
vdec_channel_desc: int, pointer address of the description of a video decoding channel. Call acl.media.vdec_create_channel_desc to create data of the aclvdecChannelDesc type in advance. entype: int, video encoding protocol. For details, see acldvppStreamFormat. |
Return Value |
ret: int, error code.
|
Parent topic: VDEC