mmstream_enable()
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:
libmmstreamDescription:
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.
Page updated:
