Function: venc_create_frame_config

Applicability

Product

Supported

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

x

Atlas A2 training product/Atlas A2 inference product

x

Atlas training product

x

Atlas inference product

Atlas 200I/500 A2 inference product

Description

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()
    

Parameters

None

Return Value

Return Value

Description

frame_config

int.

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