mmr_async_seek()

Asynchronously seek to a position.

Synopsis:

#include <mm/renderer/async.h>
 
int mmr_async_seek(mmr_context_t *ctxt,
                   void *udata,
                   const char *position)

Since:

BlackBerry 10.3.0

Arguments:

ctxt

A context handle.

udata

User data to be returned with the result.

position

The position to seek to, in a media-specific format.

Library:

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

Description:

Send a request to seek to a position.

Returns:

Zero on success, -1 on failure (check errno).