StopStream

Function Usage

Destroys all stream data. It destroys only the streams created by GStreamer and does not destroy the underlying processor resources. It can be called for multiple times in a single process.

Prototype

def StopStream(streamName: bytes) -> int:
    pass

Parameter Description

Parameter

Type

Description

streamName

bytes

Stream name

Return Parameter Description

Data Structure

Description

int

Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file.