Functions in async.h
Aysnc API functions in the
mmrndclient
library.
mmr_async_command_send()
Asynchronously send a remote control command to the context.
mmr_async_context_close()
Asynchronously close a context.
mmr_async_context_create()
Asynchronously create a context.
mmr_async_context_destroy()
Asynchronously destroy a context.
mmr_async_context_open()
Asynchronously open an existing context.
mmr_async_context_parameters()
Asynchronously set context parameters.
mmr_async_input_attach()
Asynchronously attach an input.
mmr_async_input_detach()
Asynchronously detach an input.
mmr_async_input_parameters()
Asynchronously set input parameters.
mmr_async_list_change()
Asynchronously set a new playlist.
mmr_async_nextcomplete()
Find a completed asynchronous operation.
mmr_async_output_attach()
Asynchronously attach an output.
mmr_async_output_detach()
Asynchronously detach an output.
mmr_async_output_parameters()
Asynchronously set output parameters.
mmr_async_play()
Asynchronously start playing.
mmr_async_seek()
Asynchronously seek to a position.
mmr_async_setevent()
Set an event for asynchronous requests.
mmr_async_speed_set()
Asynchronously set the play speed.
mmr_async_stop()
Asynchronously stop playing.
mmr_async_track_parameters()
Asynchronously set track parameters.
Parent topic:
Multimedia Renderer Async API