Function: venc_destroy_channel
|
C Prototype |
aclError aclvencDestroyChannel(aclvencChannelDesc *channelDesc) |
|---|---|
|
Python Function |
ret = acl.media.venc_destroy_channel(venc_channel_desc) |
|
Function Usage |
Destroys a video encoding channel created by calling acl.media.venc_create_channel. The Atlas Training Series Product does not support this API. |
|
Input Description |
venc_channel_desc: int, channel description. It must be the same as the channelDesc argument passed to the acl.media.venc_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. |
Parent topic: VENC Channel