<tdclass="itemcode"><code>class function <strong><ahref="uCEFMediaRouter.TCefMediaRouterRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a>;</code></td>
<tdclass="itemcode"><code>class function <strong><ahref="uCEFMediaRouter.TCefMediaRouterRef.html#Global">Global</a></strong>: <ahref="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMediaRouter.html#AddObserver-ICefMediaObserver-">ICefMediaRouter.AddObserver</a>.</p><p>
Add an observer for MediaRouter events. The observer will remain registered until the returned Registration object is destroyed. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMediaRouter.html#GetSource-ustring-">ICefMediaRouter.GetSource</a>.</p><p>
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>"). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMediaRouter.html#NotifyCurrentSinks">ICefMediaRouter.NotifyCurrentSinks</a>.</p><p>
Trigger an asynchronous call to ICefMediaObserver.OnSinks on all registered observers. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMediaRouter.html#CreateRoute-ICefMediaSource-ICefMediaSink-ICefMediaRouteCreateCallback-">ICefMediaRouter.CreateRoute</a>.</p><p>
Create a new route between |source| and |sink|. Source and sink must be valid, compatible (as reported by ICefMediaSink.IsCompatibleWith), and a route between them must not already exist. |callback| will be executed on success or failure. If route creation succeeds it will also trigger an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMediaRouter.html#NotifyCurrentRoutes">ICefMediaRouter.NotifyCurrentRoutes</a>.</p><p>
Trigger an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>
<tdclass="itemcode"><spanid="Global"></span><code>class function <strong>Global</strong>: <ahref="uCEFInterfaces.ICefMediaRouter.html">ICefMediaRouter</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>