aclvdecDestroyChannelDesc
Description
Destroys data of the aclvdecChannelDesc type created by the aclvdecCreateChannelDesc call.
Prototype
aclError aclvdecDestroyChannelDesc(aclvdecChannelDesc *channelDesc)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Input |
Pointer to data of the aclvdecChannelDesc type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclvdecChannelDesc