mmstream_instance_t

Updated: April 19, 2023

An mm-stream instance handle

Synopsis:

#include <mmstream/mmstream.h>
typedef struct mmstream_instance_s* mmstream_instance_t;

Library:

libmmstream

Description:

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.