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