Updated: October 28, 2024 |
Connect to mm-renderer
#include <mm/renderer.h>
mmr_connection_t* mmr_connect(const char *name)
Connect to the mm-renderer service through the specified device path. If the connection succeeds, this function returns a new connection handle, which you can use in subsequent API calls to refer to this active connection.
A connection handle on success, or NULL on failure (errno is set)