Multimedia Renderer Client API

The multimedia renderer Client API exposes the functions you can use to connect to mm-renderer, create contexts, attach inputs and outputs, and manage playback.

The Client API lets you manage the flow of media content by providing calls for setting the input, directing the output to an audio or video device for playback or to a file for recording, and starting or stopping the media flow. The API also lets you define parameters for inputs, outputs, contexts, and tracks. These parameters are specified with dictionary objects that are passed to the Client API (see the "Dictionary Object API" section for details on dictionary objects).

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