cef_request_context_t.get_media_router

Returns the MediaRouter object associated with this context. If |callback| is non-NULL it will be executed asnychronously on the UI thread after the manager's context has been initialized.

struct cef_request_context_t
extern (System)
cef_media_router_t* function(cef_request_context_t* self, cef_completion_callback_t* callback) nothrow get_media_router;

Meta