Multimedia Renderer Event API

The multimedia renderer Event API exposes the data types that contain event information and the functions that let you monitor and process events.

The Event API provides functions for waiting on events and for retrieving information on the latest event that occurred. You can write an event-processing loop to continuously monitor and react to events by storing the necessary data and performing follow-up actions, if desired.

The event information delivered by the API contains, but is not limited to:

The Event API helps you process events in an automated way without having to manually access and parse status files to keep up with the state of the mm-renderer service.

For the location of the multimedia renderer's libraries and header files, see the section "Headers and libraries" in the Release Notes.