Function: venc_destroy_frame_config
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Destroys data of the aclvencFrameConfig type created by the acl.media.venc_create_frame_config call.
Prototype
- C Prototype
1aclError aclvencDestroyFrameConfig(aclvencFrameConfig *config)
- Python Function
1ret = acl.media.venc_destroy_frame_config(frame_config)
Parameter Description
Parameter |
Description |
|---|---|
frame_config |
Int, pointer address of the aclvencFrameConfig data to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: VENC