Function: vdec_create_channel_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the vdec_channel_desc type to describe a video decoding channel.
To destroy data of the aclvdecChannelDesc type, call acl.media.vdec_destroy_channel_desc.
Prototype
- C Prototype
1aclvdecChannelDesc *aclvdecCreateChannelDesc()
- Python Function
1vdec_channel_desc = acl.media.vdec_create_channel_desc()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
vdec_channel_desc |
Int, pointer address of aclvdecChannelDesc type data.
|
Parent topic: VDEC