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
2
def DestroyAllStreams() -> int:
    pass