Updated: October 28, 2024 |
An mm-stream instance handle
#include <mmstream/mmstream.h>
typedef struct mmstream_instance_s* mmstream_instance_t;
The mmstream_instance_t structure is a private data type representing a handle to an mm-stream instance. A handle of this type is returned by mmstream_connect(). You must pass in this handle in subsequent API calls to refer to the same instance.