Multimedia Renderer API
This chapter describes the publicly visible mm-renderer API functions and data types.
The multimedia renderer header file, renderer.h, can be found in the folder \usr\include\mm
Related links
- mm_error_code_t
mm-renderer error codes
- mmr_command_send()
Send a remote control command to the context.
- mmr_connect()
Connect to mm-renderer
- mmr_connection_t
The connection to mm-renderer
- mmr_context_close()
Close a context handle
- mmr_context_create()
Create a new context and open a context handle
- mmr_context_destroy()
Destroy a context
- mmr_context_open()
Open a handle to an existing context
- mmr_context_parameters()
Set the context parameters
- mmr_context_t
The mm-renderer context type
- mmr_disconnect()
Disconnect from mm-renderer
- mmr_error_info()
Return error information related to the most recent function call
- mmr_error_info_t
mm-renderer error information
- mmr_input_attach()
Attach an input.
- mmr_input_detach()
Detach context input
- mmr_input_parameters()
Set input media parameters
- mmr_list_change()
Set a new playlist without interrupting playback
- mmr_output_attach()
Attach an output.
- mmr_output_detach()
Detach context output
- mmr_output_parameters()
Set output parameters
- mmr_play()
Start playback
- mmr_seek()
Seek to a specified play position
- mmr_speed_set()
Set the play speed
- mmr_stop()
Stop playback