Function: vdec_get_channel_desc_entype

Product Support

Product

Supported

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Obtains the decoding channel description attribute: video encoding protocol.

Prototype

  • C Prototype
    1
    acldvppStreamFormat aclvdecGetChannelDescEnType(const aclvdecChannelDesc *channelDesc);
    
  • Python Function
    1
    entype = acl.media.vdec_get_channel_desc_entype(vdec_channel_desc)
    

Parameters

Parameter

Description

vdec_channel_desc

Int, description of the video decoding channel.

Return Value

Return Value

Description

entype

Int, video encoding protocol. For details, see acldvppStreamFormat.