Function: venc_create_channel_desc
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Creates data of the aclvencChannelDesc type to describe a video encoding channel.
To destroy data of the aclvencChannelDesc type, call acl.media.venc_destroy_channel_desc.
Prototype
- C Prototype
1aclvencChannelDesc *aclvencCreateChannelDesc()
- Python Function
1venc_channel_desc = acl.media.venc_create_channel_desc()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
venc_channel_desc |
Int, pointer address of aclvencChannelDesc type data.
|
Parent topic: VENC