DestroyAllStreams

Function Usage

This function is used to destroy 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

def DestroyAllStreams() -> int:
    pass