aclvencDestroyChannel

The Atlas Training Series Product does not support this API.

Description

Destroys a video encoding channel created by the aclvencCreateChannel call. This API is synchronous.

Restrictions

  • The channel is destroyed after the callback function is handled.
  • If aclvencDestroyChannelDesc has been called to destroy the channel description before the aclvencDestroyChannel call, an error is reported.

Prototype

aclError aclvencDestroyChannel(aclvencChannelDesc *channelDesc)

Parameters

Parameter

Input/Output

Description

channelDesc

Input

Pointer to the channel description.

Must be the same as the channelDesc argument passed to the aclvencCreateChannel call.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.

See Also

For details about the API call sequence and example, see DVPP Image/video Processing (Media Data Processing V1).