Function: vdec_destroy_frame_config
C Prototype |
aclError aclvdecDestroyFrameConfig(aclvdecFrameConfig *vdecFrameConfig) |
|---|---|
Python Function |
ret = acl.media.vdec_destroy_frame_config(vdec_frame_config) |
Function Usage |
Destroys the configuration data created by calling acl.media.vdec_create_frame_config. |
Input Description |
vdec_frame_config: int, pointer address of the aclvdecFrameConfig data to be destroyed. |
Return Value |
ret: int, error code.
|
Parent topic: VDEC