Function: venc_create_channel_desc

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

Parameter Description

None.

Return Value Description

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.