mmr_play()
Start playing.
Synopsis:
#include <mm/renderer.h>
int mmr_play( mmr_context_t *ctxt )
Arguments:
- ctxt
- A context handle.
Library:
mmrndclientDescription:
Start playing. A no-op if already playing.
Once 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()).
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |