Function: venc_destroy_frame_config
C Prototype |
aclError aclvencDestroyFrameConfig(aclvencFrameConfig *config) |
|---|---|
Python Function |
ret = acl.media.venc_destroy_frame_config(frame_config) |
Function Usage |
Destroys data of the aclvencFrameConfig type created by the acl.media.venc_create_frame_config call. The Atlas Training Series Product does not support this API in the current version. |
Input Description |
frame_config: int, pointer address of the aclvencFrameConfig data to be destroyed. |
Return Value |
ret: int, error code.
|
Parent topic: VENC