Function: venc_create_channel_desc

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 aclvencChannelDesc type to describe a video encoding channel.

To destroy data of the aclvencChannelDesc type, call acl.media.venc_destroy_channel_desc.

Prototype

  • C Prototype
    1
    aclvencChannelDesc *aclvencCreateChannelDesc()
    
  • Python Function
    1
    venc_channel_desc = acl.media.venc_create_channel_desc()
    

Parameters

None

Return Value

Return Value

Description

venc_channel_desc

Int, pointer address of aclvencChannelDesc type data.

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