UNPKG

bitmovin-player-ui

Version:
69 lines (68 loc) 45.2 kB
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>InternalUIConfig | bitmovin-player-ui</title><meta name="description" content="Documentation for bitmovin-player-ui"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">bitmovin-player-ui</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">InternalUIConfig</a></li></ul><h1>Interface InternalUIConfig</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">InternalUIConfig</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#adbreaktracker">adBreakTracker</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">AdBreakTracker</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#autouivariantresolve">autoUiVariantResolve</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#container">container</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#disableautohidewhenhovered">disableAutoHideWhenHovered</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#disablestorageapi">disableStorageApi</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#ecomode">ecoMode</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#enableseekpreview">enableSeekPreview</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#enterfullscreenoninitialplayback">enterFullscreenOnInitialPlayback</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#errormessages">errorMessages</a><span class="tsd-signature-symbol">?:</span> <a href="ErrorMessageMap.html" class="tsd-signature-type tsd-kind-interface">ErrorMessageMap</a> <span class="tsd-signature-symbol">|</span> <a href="ErrorMessageTranslator.html" class="tsd-signature-type tsd-kind-interface">ErrorMessageTranslator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#events">events</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">onUpdated</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventDispatcher</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/UIManager.html" class="tsd-signature-type tsd-kind-class">UIManager</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#forcesubtitlesintoviewcontainer">forceSubtitlesIntoViewContainer</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#includewatermark">includeWatermark</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#localization">localization</a><span class="tsd-signature-symbol">?:</span> <a href="LocalizationConfig.html" class="tsd-signature-type tsd-kind-interface">LocalizationConfig</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#metadata">metadata</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">markers</span><span class="tsd-signature-symbol">?:</span> <a href="TimelineMarker.html" class="tsd-signature-type tsd-kind-interface">TimelineMarker</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">recommendations</span><span class="tsd-signature-symbol">?:</span> <a href="RecommendationConfig.html" class="tsd-signature-type tsd-kind-interface">RecommendationConfig</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#playbackspeedselectionenabled">playbackSpeedSelectionEnabled</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#seekbarsnappingenabled">seekbarSnappingEnabled</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#seekbarsnappingrange">seekbarSnappingRange</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#shadowdom">shadowDom</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><br/>    <span class="tsd-signature-symbol">|</span> <a href="ShadowDomConfig.html" class="tsd-signature-type tsd-kind-interface">ShadowDomConfig</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#volumecontroller">volumeController</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">VolumeController</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="9"><h4>Hierarchy (<a href="../hierarchy.html#InternalUIConfig">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="UIConfig.html" class="tsd-signature-type tsd-kind-interface">UIConfig</a><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">InternalUIConfig</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIManager.ts#L57">src/ts/UIManager.ts:57</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#adbreaktracker" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ad<wbr/>Break<wbr/>Tracker</span></a> <a href="#autouivariantresolve" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Ui<wbr/>Variant<wbr/>Resolve?</span></a> <a href="#container" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>container?</span></a> <a href="#disableautohidewhenhovered" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Auto<wbr/>Hide<wbr/>When<wbr/>Hovered?</span></a> <a href="#disablestorageapi" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Storage<wbr/>Api?</span></a> <a href="#ecomode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>eco<wbr/>Mode?</span></a> <a href="#enableseekpreview" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enable<wbr/>Seek<wbr/>Preview?</span></a> <a href="#enterfullscreenoninitialplayback" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enter<wbr/>Fullscreen<wbr/>On<wbr/>Initial<wbr/>Playback?</span></a> <a href="#errormessages" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>error<wbr/>Messages?</span></a> <a href="#events" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>events</span></a> <a href="#forcesubtitlesintoviewcontainer" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>force<wbr/>Subtitles<wbr/>Into<wbr/>View<wbr/>Container?</span></a> <a href="#includewatermark" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>include<wbr/>Watermark?</span></a> <a href="#localization" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>localization?</span></a> <a href="#metadata" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>metadata?</span></a> <a href="#playbackspeedselectionenabled" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>playback<wbr/>Speed<wbr/>Selection<wbr/>Enabled?</span></a> <a href="#seekbarsnappingenabled" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>seekbar<wbr/>Snapping<wbr/>Enabled?</span></a> <a href="#seekbarsnappingrange" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>seekbar<wbr/>Snapping<wbr/>Range?</span></a> <a href="#shadowdom" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>shadow<wbr/>Dom?</span></a> <a href="#volumecontroller" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>volume<wbr/>Controller</span></a> </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="adbreaktracker"><span>ad<wbr/>Break<wbr/>Tracker</span><a href="#adbreaktracker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">adBreakTracker</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">AdBreakTracker</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIManager.ts#L65">src/ts/UIManager.ts:65</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="autouivariantresolve"><code class="tsd-tag">Optional</code><span>auto<wbr/>Ui<wbr/>Variant<wbr/>Resolve</span><a href="#autouivariantresolve" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoUiVariantResolve</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Specifies if the UI variants should be resolved and switched automatically upon certain player events. The default is <code>true</code>. Should be set to <code>false</code> if purely manual switching through <a href="../classes/UIManager.html#resolveuivariant" class="tsd-kind-method">UIManager.resolveUiVariant</a> is desired. A hybrid approach can be used by setting this to <code>true</code> (or leaving the default) and overriding automatic switches through a <a href="../classes/UIManager.html#onuivariantresolve" class="tsd-kind-accessor">UIManager.onUiVariantResolve</a> event handler.</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#autouivariantresolve">autoUiVariantResolve</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L103">src/ts/UIConfig.ts:103</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="container"><code class="tsd-tag">Optional</code><span>container</span><a href="#container" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">container</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">HTMLElement</span></div><div class="tsd-comment tsd-typography"><p>Specifies the container in the DOM into which the UI will be added. Can be a CSS selector string or a HTMLElement object. By default, the player container will be used (PlayerAPI#getContainer).</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#container">container</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L90">src/ts/UIConfig.ts:90</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="disableautohidewhenhovered"><code class="tsd-tag">Optional</code><span>disable<wbr/>Auto<wbr/>Hide<wbr/>When<wbr/>Hovered</span><a href="#disableautohidewhenhovered" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">disableAutoHideWhenHovered</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Specifies if the player controls including <code>SettingsPanel</code> should auto hide when still hovered. This configuration does not apply to devices using a touch screen. On touch screen devices the <code>SettingsPanel</code> is by default configured to not auto-hide and the behaviour cannot be changed using this configuration. Default: false</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#disableautohidewhenhovered">disableAutoHideWhenHovered</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L115">src/ts/UIConfig.ts:115</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="disablestorageapi"><code class="tsd-tag">Optional</code><span>disable<wbr/>Storage<wbr/>Api</span><a href="#disablestorageapi" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">disableStorageApi</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>If set to true, prevents the UI from using <code>localStorage</code>.</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#disablestorageapi">disableStorageApi</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L161">src/ts/UIConfig.ts:161</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ecomode"><code class="tsd-tag">Optional</code><span>eco<wbr/>Mode</span><a href="#ecomode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ecoMode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Specifies if the <code>EcoModeToggleButton</code> should be displayed within the <code>SettingsPanel</code></p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#ecomode">ecoMode</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L165">src/ts/UIConfig.ts:165</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="enableseekpreview"><code class="tsd-tag">Optional</code><span>enable<wbr/>Seek<wbr/>Preview</span><a href="#enableseekpreview" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">enableSeekPreview</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Toggles the seek preview feature. Default: true</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#enableseekpreview">enableSeekPreview</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L146">src/ts/UIConfig.ts:146</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="enterfullscreenoninitialplayback"><code class="tsd-tag">Optional</code><span>enter<wbr/>Fullscreen<wbr/>On<wbr/>Initial<wbr/>Playback</span><a href="#enterfullscreenoninitialplayback" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">enterFullscreenOnInitialPlayback</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Specifies if the player should enter fullscreen by clicking on the <code>PlaybackToggleButton</code>, <code>HugePlaybackToggleButton</code>, or <code>PlaybackToggleOverlay</code> when attempting the initial playback start. Default: false</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#enterfullscreenoninitialplayback">enterFullscreenOnInitialPlayback</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L152">src/ts/UIConfig.ts:152</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="errormessages"><code class="tsd-tag">Optional</code><span>error<wbr/>Messages</span><a href="#errormessages" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">errorMessages</span><span class="tsd-signature-symbol">?:</span> <a href="ErrorMessageMap.html" class="tsd-signature-type tsd-kind-interface">ErrorMessageMap</a> <span class="tsd-signature-symbol">|</span> <a href="ErrorMessageTranslator.html" class="tsd-signature-type tsd-kind-interface">ErrorMessageTranslator</a></div><div class="tsd-comment tsd-typography"><p>Provide customized errorMessages For an example have a look at <a href="ErrorMessageOverlayConfig.html#messages" class="tsd-kind-property">ErrorMessageOverlayConfig.messages</a></p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#errormessages">errorMessages</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L141">src/ts/UIConfig.ts:141</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="events"><span>events</span><a href="#events" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">events</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">onUpdated</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">EventDispatcher</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/UIManager.html" class="tsd-signature-type tsd-kind-class">UIManager</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-property">onUpdated</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventDispatcher</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/UIManager.html" class="tsd-signature-type tsd-kind-class">UIManager</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h5><div class="tsd-comment tsd-typography"><p>Fires when the configuration has been updated/changed.</p> </div></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIManager.ts#L58">src/ts/UIManager.ts:58</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="forcesubtitlesintoviewcontainer"><code class="tsd-tag">Optional</code><span>force<wbr/>Subtitles<wbr/>Into<wbr/>View<wbr/>Container</span><a href="#forcesubtitlesintoviewcontainer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">forceSubtitlesIntoViewContainer</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Forces subtitle-labels back into their respective container if they overflow and are therefore cropped.</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#forcesubtitlesintoviewcontainer">forceSubtitlesIntoViewContainer</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L156">src/ts/UIConfig.ts:156</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="includewatermark"><code class="tsd-tag">Optional</code><span>include<wbr/>Watermark</span><a href="#includewatermark" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">includeWatermark</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Specifies if the Watermark element should be included in the UI. Per default, the Watermark shows the Bitmovin Logo.</p> <p>Default: false</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#includewatermark">includeWatermark</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L172">src/ts/UIConfig.ts:172</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="localization"><code class="tsd-tag">Optional</code><span>localization</span><a href="#localization" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">localization</span><span class="tsd-signature-symbol">?:</span> <a href="LocalizationConfig.html" class="tsd-signature-type tsd-kind-interface">LocalizationConfig</a></div><div class="tsd-comment tsd-typography"><p>Allows setting a <a href="LocalizationConfig.html" class="tsd-kind-interface">LocalizationConfig</a> to specify language details of the UI.</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#localization">localization</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L188">src/ts/UIConfig.ts:188</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="metadata"><code class="tsd-tag">Optional</code><span>metadata</span><a href="#metadata" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">markers</span><span class="tsd-signature-symbol">?:</span> <a href="TimelineMarker.html" class="tsd-signature-type tsd-kind-interface">TimelineMarker</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">recommendations</span><span class="tsd-signature-symbol">?:</span> <a href="RecommendationConfig.html" class="tsd-signature-type tsd-kind-interface">RecommendationConfig</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#metadata">metadata</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L91">src/ts/UIConfig.ts:91</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="playbackspeedselectionenabled"><code class="tsd-tag">Optional</code><span>playback<wbr/>Speed<wbr/>Selection<wbr/>Enabled</span><a href="#playbackspeedselectionenabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">playbackSpeedSelectionEnabled</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Specifies if the <code>PlaybackSpeedSelectBox</code> should be displayed within the <code>SettingsPanel</code> Default: true</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#playbackspeedselectionenabled">playbackSpeedSelectionEnabled</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L108">src/ts/UIConfig.ts:108</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="seekbarsnappingenabled"><code class="tsd-tag">Optional</code><span>seekbar<wbr/>Snapping<wbr/>Enabled</span><a href="#seekbarsnappingenabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">seekbarSnappingEnabled</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Whether the play head should snap to markers on the seek bar when seeking sufficiently near them.</p> <p>The related config option <code>seekbarSnappingRange</code> defines the tolerance that is used to determine whether a seek time hits a marker.</p> <p>Note:</p> <ul> <li>When hitting a point marker (i.e. one without duration), the play head would snap to the exact time of the marker.</li> <li>Likewise, when hitting a range marker (i.e. one with duration) which effectively snaps to the start of the time range that it defines.</li> </ul> <p>Default: true</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#seekbarsnappingenabled">seekbarSnappingEnabled</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L130">src/ts/UIConfig.ts:130</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="seekbarsnappingrange"><code class="tsd-tag">Optional</code><span>seekbar<wbr/>Snapping<wbr/>Range</span><a href="#seekbarsnappingrange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">seekbarSnappingRange</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Specifies the seek bar marker snapping tolerance in percent. This option has no effect if <code>seekbarSnappingEnabled</code> is set to false. Default: 1</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#seekbarsnappingrange">seekbarSnappingRange</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L136">src/ts/UIConfig.ts:136</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="shadowdom"><code class="tsd-tag">Optional</code><span>shadow<wbr/>Dom</span><a href="#shadowdom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">shadowDom</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">|</span> <a href="ShadowDomConfig.html" class="tsd-signature-type tsd-kind-interface">ShadowDomConfig</a></div><div class="tsd-comment tsd-typography"><p>Configure Shadow DOM rendering. Enable it with: <code>shadowDom: true</code> <code>shadowDom: { enabled: true }</code> (especially if you need to set more configuration options)</p> <p>Enable ShadowDom rendering to prevent CSS from an enclosing website to interfere with the UI styles. Check the availability here: <a href="https://caniuse.com/shadowdomv1">https://caniuse.com/shadowdomv1</a>.</p> <p>Default: false</p> </div><aside class="tsd-sources"><p>Inherited from <a href="UIConfig.html">UIConfig</a>.<a href="UIConfig.html#shadowdom">shadowDom</a></p><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIConfig.ts#L184">src/ts/UIConfig.ts:184</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="volumecontroller"><span>volume<wbr/>Controller</span><a href="#volumecontroller" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">volumeController</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">VolumeController</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/bitmovin/bitmovin-player-ui/blob/5625eaf297b28370b8918d403e774f4cc0d2da1d/src/ts/UIManager.ts#L64">src/ts/UIManager.ts:64</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#adbreaktracker"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ad<wbr/>Break<wbr/>Tracker</span></a><a href="#autouivariantresolve" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Ui<wbr/>Variant<wbr/>Resolve</span></a><a href="#container" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>container</span></a><a href="#disableautohidewhenhovered" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Auto<wbr/>Hide<wbr/>When<wbr/>Hovered</span></a><a href="#disablestorageapi" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Storage<wbr/>Api</span></a><a href="#ecomode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>eco<wbr/>Mode</span></a><a href="#enableseekpreview" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enable<wbr/>Seek<wbr/>Preview</span></a><a href="#enterfullscreenoninitialplayback" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enter<wbr/>Fullscreen<wbr/>On<wbr/>Initial<wbr/>Playback</span></a><a href="#errormessages" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>error<wbr/>Messages</span></a><a href="#events"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>events</span></a><a href="#forcesubtitlesintoviewcontainer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>force<wbr/>Subtitles<wbr/>Into<wbr/>View<wbr/>Container</span></a><a href="#includewatermark" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>include<wbr/>Watermark</span></a><a href="#localization" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>localization</span></a><a href="#metadata" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>metadata</span></a><a href="#playbackspeedselectionenabled" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>playback<wbr/>Speed<wbr/>Selection<wbr/>Enabled</span></a><a href="#seekbarsnappingenabled" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>seekbar<wbr/>Snapping<wbr/>Enabled</span></a><a href="#seekbarsnappingrange" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>seekbar<wbr/>Snapping<wbr/>Range</span></a><a href="#shadowdom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>shadow<wbr/>Dom</span></a><a href="#volumecontroller"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>volume<wbr/>Controller</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">bitmovin-player-ui</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>