Function: vdec_destroy_channel

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

Destroys a video processing channel created by calling acl.media.vdec_create_channel.

Prototype

  • C Prototype
    1
    aclError aclvdecDestroyChannel(aclvdecChannelDesc *channelDesc)
    
  • Python Function
    1
    ret = acl.media.vdec_destroy_channel(vdec_channel_desc)
    

Parameter Description

Parameter

Description

vdec_channel_desc

Int, pointer address of the channel description.

It must be the same as the vdec_channel_desc argument passed to the acl.media.vdec_create_channel call.

Return Value Description

Return Value

Description

ret

Int, error code: 0 on success; else, failure.

Restrictions

Reference

For details about the API call sequence and example, see Media Data Processing V1.