Function: venc_create_frame_config

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

x

Atlas A2 training products/Atlas A2 inference products

x

Atlas training products

x

Atlas inference products

Atlas 200I/500 A2 inference products

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
    1
    aclvencFrameConfig *aclvencCreateFrameConfig()
    
  • Python Function
    1
    frame_config = acl.media.venc_create_frame_config()
    

Parameter Description

None.

Return Value Description

Return Value

Description

frame_config

Int.

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