Function: venc_create_channel
|
C Prototype |
aclError aclvencCreateChannel(aclvencChannelDesc *channelDesc) |
|---|---|
|
Python Function |
ret = acl.media.venc_create_channel(venc_channel_desc) |
|
Function Usage |
Creates a video encoding channel, which is reusable. After being destroyed, the channel is no longer available. The Atlas Training Series Product does not support this API. |
|
Input Description |
venc_channel_desc: int, channel description. Use the acl.media.venc_create_channel_desc call to create data of the aclvencChannelDesc type, and use the acl.media.venc_set_channel_desc series calls to set the attributes of the channel description. |
|
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