Asynchronously set output parameters.
#include <mm/renderer/async.h>
int mmr_async_output_parameters(mmr_context_t *ctxt,
void *udata,
unsigned output_id,
strm_dict_t *parms)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
An output ID.
A dictionary object containing the parameters to set (handle is consumed by this call, even on failure).
Send a request to set parameters for the specified output device.
Zero on success, -1 on failure (check errno).