Function: vdec_destroy_channel

C Prototype

aclError aclvdecDestroyChannel(aclvdecChannelDesc *channelDesc)

Python Function

ret = acl.media.vdec_destroy_channel(vdec_channel_desc)

Function Usage

Destroys a video processing channel created by calling acl.media.vdec_create_channel.

Input Description

vdec_channel_desc: int, pointer address of the channel description.

It must be the same as the vdec_channel_desc argument passed to the acl.media.vdec_create_channel call.

Return Value

ret: int, error code.

Restrictions

Reference

For details about the API call sequence and example, see Media Data Processing V1.