Asynchronously set track parameters.
#include <mm/renderer/async.h>
int mmr_async_track_parameters(mmr_context_t *ctxt,
void *udata,
unsigned index,
strm_dict_t *parms)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
Zero to set the default parameters, or an index within the current playlist window.
The parameters, or NULL to reset to the default (handle is consumed by this call, even on failure).
Send a request to set track parameters. This function can only be used when the input is a playlist.
Zero on success, -1 on failure (check errno).