mmstream_disable()
Disable an instance
Synopsis:
#include <mmstream/mmstream.h>int mmstream_disable(mmstream_instance_t instance)Arguments:
- instance
- A handle to the instance to disable
Library:
libmmstreamDescription:
This function disables the specified instance. Remote clients can no longer access it and stream content.
Returns:
Zero on success, a negative value on failure.
Page updated:
