Function: vdec_create_frame_config
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
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()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
vdec_frame_config |
Int, pointer address of aclvdecFrameConfig type data.
|
Parent topic: VDEC