mmr_async_output_parameters()

Asynchronously set output parameters.

Synopsis:

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

Since:

BlackBerry 10.3.0

Arguments:

ctxt

A context handle.

udata

User data to be returned with the result.

output_id

An output ID.

parms

A dictionary object containing the parameters to set (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 parameters for the specified output device.

Returns:

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