Function: vdec_create_frame_config
C Prototype |
aclvdecFrameConfig *aclvdecCreateFrameConfig() |
|---|---|
Python Function |
vdec_frame_config = acl.media.vdec_create_frame_config() |
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. |
Return Value |
vdec_frame_config: int, returns the pointer address of the aclvdecFrameConfig type data.
|
Parent topic: VDEC