Asynchronously set a new playlist.
#include <mm/renderer/async.h>
int mmr_async_list_change(mmr_context_t *ctxt,
void *udata,
const char *url,
int delta)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
The URL of a new playlist.
The difference between the position of the current track on the two lists.
Send a request to set a new playlist without interrupting playback.
Zero on success, -1 on failure (check errno).