Function: dvpp_destroy_stream_desc

C Prototype

aclError acldvppDestroyStreamDesc(acldvppStreamDesc *streamDesc)

Python Function

ret = acl.media.dvpp_destroy_stream_desc(dvpp_stream_desc)

Function Usage

Destroys the description of a video stream. Only the video stream description created by calling acl.media.dvpp_create_stream_desc can be destroyed.

Input Description

dvpp_stream_desc: int, pointer address of the description of the video stream to be destroyed.

Return Value

ret: int, error code.

Restrictions

None