mmr_async_track_parameters()

Asynchronously set track parameters.

Synopsis:

#include <mm/renderer/async.h>
 
int mmr_async_track_parameters(mmr_context_t *ctxt,
                               void *udata,
                               unsigned index,
                               strm_dict_t *parms)

Since:

BlackBerry 10.3.0

Arguments:

ctxt

A context handle.

udata

User data to be returned with the result.

index

Zero to set the default parameters, or an index within the current playlist window.

parms

The parameters, or NULL to reset to the default (handle is consumed by this call, even on failure).

Library:

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

Description:

Send a request to set track parameters. This function can only be used when the input is a playlist.

Returns:

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