Function: venc_create_channel_desc
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
x |
|
x |
|
x |
|
√ |
|
√ |
Description
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()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
venc_channel_desc |
Int, pointer address of aclvencChannelDesc type data.
|
Parent topic: VENC