Asynchronously seek to a position.
#include <mm/renderer/async.h>
int mmr_async_seek(mmr_context_t *ctxt,
void *udata,
const char *position)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
The position to seek to, in a media-specific format.
Send a request to seek to a position.
Zero on success, -1 on failure (check errno).