Function: vdec_create_frame_config
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates data of the aclvdecFrameConfig type as a single-frame decoding configuration.
To destroy data of the aclvdecFrameConfig type, call acl.media.vdec_destroy_frame_config.
Prototype
- C Prototype
1aclvdecFrameConfig *aclvdecCreateFrameConfig()
- Python Function
1vdec_frame_config = acl.media.vdec_create_frame_config()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
vdec_frame_config |
Int, pointer address of aclvdecFrameConfig type data.
|
Parent topic: VDEC