StopStream
Function Usage
This function is used to destroy 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
1 2 | def StopStream(streamName: bytes) -> int: pass |
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
streamName |
bytes |
Stream name |
Response Parameters
Data Structure |
Description |
|---|---|
int |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: StreamManagerApi