mmr_play()

Start playing.

Synopsis:

#include <mm/renderer/renderer.h>
 
int mmr_play(mmr_context_t *ctxt)

Since:

BlackBerry 10.0.0

Arguments:

ctxt

A context handle.

Library:

libmmrndclient (For the qcc command, use the -l mrndclient option to link against this library)

Description:

Start playing. A no-op if already playing.

When mm-renderer is playing media, you can adjust the play speed, seek to another position, change playlists, or stop playback.

Returns:

Zero on success, -1 on failure (use mmr_error_info()).