Set context parameters.
#include <mm/renderer/renderer.h>
int mmr_context_parameters(mmr_context_t *ctxt,
strm_dict_t *parms)
BlackBerry 10.0.0
A context handle.
A dictionary containing the context parameters to set. Any previous parameters are overridden. Do not use or destroy the dictionary after passing it to this function, even if the call fails.
Set parameters associated with the specified context. BlackBerry 10 OS supports the following parameter:
updateinterval
Allows an application to request a particular frequency in status updates from mm-renderer. How accurately this delivery reflects the updateinterval setting depends on the plugin handling the media flow. Currently, this parameter is supported only for the MMF audio/video player routing plugin. The default update interval is 1000 ms, but your client code should dynamically adjust this parameter based on the application's state, such as fullscreen versus minimized versus when the screen is off.
BlackBerry 10 supports the following HTTP input parameters that map to libcurl options:
Blackberry 10 OS supports the following parameters that map to socket options (see the getsockopt() function in the C Library Reference for more information):
Zero on success, -1 on failure (use mmr_error_info()).