Function: venc_destroy_channel_desc

C Prototype

aclError aclvencDestroyChannelDesc(aclvencChannelDesc *channelDesc)

Python Function

ret = acl.media.venc_destroy_channel_desc(venc_channel_desc)

Function Usage

Destroys data of the aclvencChannelDesc type created by the acl.media.venc_create_channel_desc call.

The Atlas Training Series Product does not support this API.

Input Description

venc_channel_desc: int, pointer address of the aclvencChannelDesc data to be destroyed.

Return Value

ret: int, error code.