mmstream_instance_t
An mm-stream instance handle
Synopsis:
#include <mmstream/mmstream.h>typedef struct mmstream_instance_s* mmstream_instance_t;Library:
libmmstreamDescription:
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.
Page updated:
