Function: vdec_create_frame_config

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Creates data of the aclvdecFrameConfig type as a single-frame decoding configuration.

To destroy data of the aclvdecFrameConfig type, call acl.media.vdec_destroy_frame_config.

Prototype

  • C Prototype
    1
    aclvdecFrameConfig *aclvdecCreateFrameConfig()
    
  • Python Function
    1
    vdec_frame_config = acl.media.vdec_create_frame_config()
    

Parameter Description

None.

Return Value Description

Return Value

Description

vdec_frame_config

Int, pointer address of aclvdecFrameConfig type data.

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