mmstream_disable()

Updated: April 19, 2023

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:

libmmstream

Description:

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.