Function: venc_destroy_channel_desc
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Destroys data of the aclvencChannelDesc type created by the acl.media.venc_create_channel_desc call.
Prototype
- C Prototype
1aclError aclvencDestroyChannelDesc(aclvencChannelDesc *channelDesc)
- Python Function
1ret = acl.media.venc_destroy_channel_desc(venc_channel_desc)
Parameter Description
Parameter |
Description |
|---|---|
venc_channel_desc |
Int, pointer address of the aclvencChannelDesc data to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: VENC