mmstream_enable()

Updated: April 19, 2023

Enable an instance

Synopsis:

#include <mmstream/mmstream.h>
int mmstream_enable(mmstream_instance_t instance)

Arguments:

instance
A handle to the instance to enable

Library:

libmmstream

Description:

This function enables the specified instance. Remote clients can then access it and begin streaming content.

Returns:

Zero on success, a negative value on failure.