Function: venc_create_frame_config
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Creates data of the aclvencFrameConfig type and configures the single-frame encoding configuration.
To destroy data of the aclvencFrameConfig type, call acl.media.venc_destroy_frame_config.
Prototype
- C Prototype
1aclvencFrameConfig *aclvencCreateFrameConfig()
- Python Function
1frame_config = acl.media.venc_create_frame_config()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
frame_config |
Int.
|
Parent topic: VENC