Function: vdec_destroy_channel_desc
C Prototype |
aclError aclvdecDestroyChannelDesc(aclvdecChannelDesc *channelDesc) |
|---|---|
Python Function |
ret = acl.media.vdec_destroy_channel_desc(vdec_channel_desc) |
Function Usage |
Destroys data of the aclvdecChannelDesc type created by the acl.media.vdec_create_channel_desc call. |
Input Description |
vdec_channel_desc: int, pointer address of the aclvdecChannelDesc type data to be destroyed. |
Return Value |
ret: int, error code.
|
Parent topic: VDEC