Function: venc_create_frame_config

C Prototype

aclvencFrameConfig *aclvencCreateFrameConfig()

Python Function

frame_config = acl.media.venc_create_frame_config()

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.

The Atlas Training Series Product does not support this API.

Return Value

frame_config: int.

  • If a non-zero value is returned, the operation is successful.
  • If 0 is returned, the operation fails.