aclvdecCreateFrameConfig
Description
Creates data of the aclvdecFrameConfig type as a single-frame decoding configuration.
To destroy data of the aclvdecFrameConfig type, call aclvdecDestroyFrameConfig.
Prototype
aclvdecFrameConfig *aclvdecCreateFrameConfig()
Parameters
None
Returns
- Success: a pointer to data of the aclvdecFrameConfig type
- Failure: nullptr
Parent topic: aclvdecFrameConfig