cef_media_router_t.get_source

Returns a MediaSource object for the specified media source URN. Supported URN schemes include "cast:" and "dial:", and will be already known by the client application (e.g. "cast:<appId>?clientId=<clientId>").

struct cef_media_router_t
extern (System)
cef_media_source_t* function(cef_media_router_t* self, const(cef_string_t)* urn) nothrow get_source;

Meta