Function: venc_create_channel_desc

C Prototype

aclvencChannelDesc *aclvencCreateChannelDesc()

Python Function

venc_channel_desc = acl.media.venc_create_channel_desc()

Function Usage

Creates data of the aclvencChannelDesc type to describe a video encoding channel.

To destroy data of the aclvencChannelDesc type, call acl.media.venc_destroy_channel_desc.

The Atlas Training Series Product does not support this API.

Return Value

venc_channel_desc: int, returns the pointer address of the aclvencChannelDesc type data.

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