mmr_context_t

Updated: April 19, 2023

The mm-renderer context object

Synopsis:

#include <mm/renderer.h>
typedef struct mmr_context mmr_context_t;

Library:

mmrndclient

Description:

The mmr_context_t structure is a private data type representing a context. Pointers to this data type are used as context handles in the API functions that perform any context operations, including attaching and detaching inputs and outputs, retrieving events and errors, and managing playback.

For details about how mm-renderer opens context handles and returns them to the client, and how the service behaves when the client closes handles, see the Working with contexts section.