DestroyAllStreams
Function Usage
Destroys all stream data. This API destroys the GStreamer-created streams and underlying processor resources. It can be called only once in a single stream process. (Note that this API is used differently from the StopStream API.)
Prototype
1 | APP_ERROR MxStreamManager::DestroyAllStreams(); |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxStreamManager