Function: vdec_create_channel_desc

C Prototype

aclvdecChannelDesc *aclvdecCreateChannelDesc()

Python Function

vdec_channel_desc = acl.media.vdec_create_channel_desc()

Function Usage

Creates data of the vdec_channel_desc type to describe a video decoding channel.

To destroy data of the aclvdecChannelDesc type, call acl.media.vdec_destroy_channel_desc.

Return Value

vdec_channel_desc: int, returns the pointer address of the aclvdecChannelDesc type data.

  • If non-0 value is returned, the operation is successful.
  • If 0 is returned, the operation fails.