@bitmovin/player-web-x 10.2.0-beta.0 → 10.2.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/playerx-bitmovin-v8-core.js +3 -3
- package/bundles/playerx-bitmovin-v8.js +3 -3
- package/bundles/playerx-core.js +3 -3
- package/bundles/playerx-dash.js +3 -3
- package/bundles/playerx-hls-ts-audio.d.ts +1 -0
- package/bundles/playerx-hls-ts-audio.js +3 -3
- package/bundles/playerx-hls.js +3 -3
- package/bundles/playerx-playback.d.ts +1 -0
- package/bundles/playerx-playback.js +10 -0
- package/bundles/playerx-tv.js +3 -3
- package/framework-types/Types.d.ts +3 -1
- package/framework-types/effects/LoggerEffect.d.ts +59 -0
- package/framework-types/registry/Registry.d.ts +3 -3
- package/package.json +1 -1
- package/packages/playerx-adaptation.package.js +3 -3
- package/packages/playerx-advertising-api.package.d.ts +1 -0
- package/packages/playerx-advertising-api.package.js +10 -0
- package/packages/playerx-advertising-base.package.d.ts +1 -0
- package/packages/playerx-advertising-base.package.js +10 -0
- package/packages/playerx-advertising-bitmovin.package.d.ts +1 -0
- package/packages/playerx-advertising-bitmovin.package.js +10 -0
- package/packages/playerx-analytics.package.d.ts +1 -0
- package/packages/playerx-analytics.package.js +3 -3
- package/packages/playerx-bitmovin-advertising-bundle.package.d.ts +1 -0
- package/packages/playerx-bitmovin-advertising-bundle.package.js +10 -0
- package/packages/playerx-bitmovin-source-api.package.js +3 -3
- package/packages/playerx-bitmovin-ui.package.js +3 -3
- package/packages/playerx-bitmovin-v8-core.package.js +3 -3
- package/packages/playerx-bitmovin-v8-static-api.package.js +3 -3
- package/packages/playerx-bitmovin-video-element-utils.package.js +3 -3
- package/packages/playerx-capabilities.package.js +3 -3
- package/packages/playerx-container-mp4.package.js +3 -3
- package/packages/playerx-container-ts.package.js +3 -3
- package/packages/playerx-core.package.js +3 -3
- package/packages/playerx-dash-manifest-technology.package.d.ts +1 -0
- package/packages/playerx-dash-manifest-technology.package.js +10 -0
- package/packages/playerx-dash-manifest.package.d.ts +1 -0
- package/packages/playerx-dash-manifest.package.js +10 -0
- package/packages/playerx-dash-parsing.package.js +3 -3
- package/packages/playerx-dash-translation.package.js +3 -3
- package/packages/playerx-dash.package.js +3 -3
- package/packages/playerx-data.package.js +3 -3
- package/packages/playerx-event-bus.package.js +3 -3
- package/packages/playerx-hls-manifest-technology.package.d.ts +1 -0
- package/packages/playerx-hls-manifest-technology.package.js +10 -0
- package/packages/playerx-hls-manifest.package.d.ts +1 -0
- package/packages/playerx-hls-manifest.package.js +10 -0
- package/packages/playerx-hls-parsing.package.js +3 -3
- package/packages/playerx-hls-translation.package.js +3 -3
- package/packages/playerx-hls.package.js +3 -3
- package/packages/playerx-mse-playback.package.d.ts +1 -0
- package/packages/playerx-mse-playback.package.js +10 -0
- package/packages/playerx-mse-presentation.package.d.ts +1 -0
- package/packages/playerx-mse-presentation.package.js +10 -0
- package/packages/playerx-native-playback.package.d.ts +1 -0
- package/packages/playerx-native-playback.package.js +10 -0
- package/packages/playerx-native-presentation.package.d.ts +1 -0
- package/packages/playerx-native-presentation.package.js +10 -0
- package/packages/playerx-network.package.js +3 -3
- package/packages/playerx-no-adaptation.package.d.ts +1 -0
- package/packages/playerx-no-adaptation.package.js +3 -3
- package/packages/playerx-playback-api.package.js +3 -3
- package/packages/playerx-playback-technology.package.d.ts +1 -0
- package/packages/playerx-playback-technology.package.js +10 -0
- package/packages/playerx-playback.package.js +3 -3
- package/packages/playerx-player-api.package.js +3 -3
- package/packages/playerx-segment-processing.package.js +3 -3
- package/packages/playerx-source.package.js +3 -3
- package/packages/playerx-sources-api.package.js +3 -3
- package/packages/playerx-stream-data-structure.package.d.ts +1 -0
- package/packages/playerx-stream-data-structure.package.js +10 -0
- package/packages/playerx-streaming.package.d.ts +1 -0
- package/packages/playerx-streaming.package.js +10 -0
- package/packages/playerx-subtitle-api.package.js +3 -3
- package/packages/playerx-subtitle-base.package.js +3 -3
- package/packages/playerx-subtitle-format-detection.package.js +3 -3
- package/packages/playerx-subtitle-native-renderer.package.js +3 -3
- package/packages/playerx-subtitles.package.js +3 -3
- package/packages/playerx-trick-play.package.js +3 -3
- package/packages/playerx-ts-transmuxer.package.js +3 -3
- package/packages/playerx-tv.package.js +3 -3
- package/packages/playerx-ui.package.d.ts +1 -0
- package/packages/playerx-ui.package.js +10 -0
- package/packages/playerx-view-mode.package.js +3 -3
- package/packages/playerx-web-vtt.package.js +3 -3
- package/playerx-framework-utils.js +2 -2
- package/types/bundles/BitmovinV8.bundle.d.ts +1 -1
- package/types/bundles/Dash.bundle.d.ts +2 -3
- package/types/bundles/Hls.bundle.d.ts +3 -4
- package/types/bundles/HlsTsAudio.bundle.d.ts +26 -0
- package/types/bundles/Playback.bundle.d.ts +28 -0
- package/types/bundles/Tv.bundle.d.ts +1 -1
- package/types/bundles/Types.d.ts +2 -2
- package/types/packages/adaptation/Adaptation.package.d.ts +1 -1
- package/types/packages/adaptation/AdaptationStateAtom.d.ts +2 -8
- package/types/packages/adaptation/NoAdaptation.package.d.ts +10 -0
- package/types/packages/adaptation/Types.d.ts +5 -5
- package/types/packages/adaptation/WishConfigAtom.d.ts +1 -7
- package/types/packages/advertising/BitmovinAdvertisingBundle.package.d.ts +14 -0
- package/types/packages/advertising/api/AdvertisingApi.package.d.ts +12 -0
- package/types/packages/advertising/api/AdvertisingEvents.d.ts +44 -0
- package/types/packages/advertising/api/Types.d.ts +49 -0
- package/types/packages/advertising/base/AdPosition.d.ts +4 -0
- package/types/packages/advertising/base/AdSchedule.d.ts +3 -0
- package/types/packages/advertising/base/AdTagAtom.d.ts +11 -0
- package/types/packages/advertising/base/AdvertisingBase.package.d.ts +12 -0
- package/types/packages/advertising/base/BaseAdAtom.d.ts +22 -0
- package/types/packages/advertising/base/BaseAdBreakAtom.d.ts +29 -0
- package/types/packages/advertising/base/PreloadConfigAtom.d.ts +17 -0
- package/types/packages/advertising/base/Types.d.ts +67 -0
- package/types/packages/advertising/bitmovin/AdvertisingBitmovin.package.d.ts +14 -0
- package/types/packages/advertising/bitmovin/Types.d.ts +46 -0
- package/types/packages/analytics/Analytics.package.d.ts +15 -0
- package/types/packages/analytics/Types.d.ts +20 -0
- package/types/packages/capabilities/Capabilities.package.d.ts +1 -1
- package/types/packages/capabilities/Types.d.ts +5 -2
- package/types/packages/container/container-mp4/ContainerMp4.package.d.ts +3 -2
- package/types/packages/container/container-ts/ContainerTs.package.d.ts +3 -2
- package/types/packages/container/ts-transmuxer/TsTransmuxer.package.d.ts +3 -2
- package/types/packages/core/Constants.d.ts +11 -2
- package/types/packages/core/Types.d.ts +4 -54
- package/types/packages/core/state/StateMachineAtom.d.ts +20 -6
- package/types/packages/core/state/Symbols.d.ts +1 -0
- package/types/packages/core/state/Types.d.ts +2 -1
- package/types/packages/core/state/stream-timeline/StreamSectionAtom.d.ts +1 -1
- package/types/packages/core/state/stream-timeline/StreamSequenceMapAtom.d.ts +2 -2
- package/types/packages/core/state/timeline/Types.d.ts +1 -1
- package/types/packages/core/technology/Types.d.ts +19 -0
- package/types/packages/core/utils/MapUnsubscribedError.d.ts +1 -1
- package/types/packages/core/utils/RangesHelper.d.ts +3 -1
- package/types/packages/core/utils/StateUtils.d.ts +9 -3
- package/types/packages/core/utils/Types.d.ts +0 -2
- package/types/packages/data/Data.package.d.ts +1 -1
- package/types/packages/data/Types.d.ts +6 -7
- package/types/packages/event-bus/EventBus.d.ts +6 -3
- package/types/packages/event-bus/EventBus.package.d.ts +2 -1
- package/types/packages/event-bus/Types.d.ts +32 -12
- package/types/packages/manifest/dash/DashManifest.package.d.ts +3 -0
- package/types/packages/manifest/dash/parsing/DashParsing.package.d.ts +0 -3
- package/types/packages/manifest/dash/root/Dash.package.d.ts +1 -1
- package/types/packages/manifest/dash/root/Types.d.ts +4 -4
- package/types/packages/manifest/dash/technology/DashManifestTechnology.package.d.ts +11 -0
- package/types/packages/manifest/dash/technology/Types.d.ts +32 -0
- package/types/packages/manifest/dash/technology/atoms/DashTechStateAtom.d.ts +10 -0
- package/types/packages/manifest/dash/translation/DashTranslation.package.d.ts +1 -1
- package/types/packages/manifest/dash/translation/Types.d.ts +2 -4
- package/types/packages/manifest/dash/translation/manifests/DashPlaylistTranslatorTask.d.ts +1 -1
- package/types/packages/manifest/hls/HlsManifest.package.d.ts +3 -0
- package/types/packages/manifest/hls/parsing/HlsParsing.package.d.ts +0 -3
- package/types/packages/manifest/hls/parsing/HlsParsingFunctions.d.ts +1 -1
- package/types/packages/manifest/hls/parsing/Types.d.ts +1 -1
- package/types/packages/manifest/hls/parsing/m3u8/TranslatorStream.d.ts +2 -2
- package/types/packages/manifest/hls/root/Hls.package.d.ts +5 -5
- package/types/packages/manifest/hls/technology/HlsManifestTechnology.package.d.ts +11 -0
- package/types/packages/manifest/hls/technology/Types.d.ts +32 -0
- package/types/packages/manifest/hls/technology/atoms/HlsTechStateAtom.d.ts +10 -0
- package/types/packages/manifest/hls/translation/HlsTranslation.package.d.ts +3 -5
- package/types/packages/manifest/hls/translation/manifests/HlsMultivariantPlaylistTranslatorTask.d.ts +1 -1
- package/types/packages/manifest/hls/translation/manifests/HlsVariantTranslationTask.d.ts +2 -2
- package/types/packages/network/Network.package.d.ts +1 -1
- package/types/packages/playback/play-pause/Types.d.ts +0 -3
- package/types/packages/playback/playback-state/Types.d.ts +0 -3
- package/types/packages/playback/video-element-state/SeekRestrictionAtom.d.ts +2 -0
- package/types/packages/playback/video-element-state/Types.d.ts +4 -1
- package/types/packages/playback/volume/TargetVolumeStateAtom.d.ts +10 -0
- package/types/packages/playback/volume/Types.d.ts +19 -0
- package/types/packages/playback-api/Types.d.ts +5 -3
- package/types/packages/playback-api/playback-api-events/Types.d.ts +7 -5
- package/types/packages/playback-api/playback-api-events/events/DurationChangedEvent.d.ts +6 -0
- package/types/packages/playback-api/playback-api-events/events/PlaybackEventMap.d.ts +14 -1
- package/types/packages/playback-api/playback-api-events/events/PlaybackRateChangedEvent.d.ts +6 -0
- package/types/packages/playback-api/playback-api-events/events/VolumeChangedEvent.d.ts +6 -0
- package/types/packages/playback-api/time-api/SeekableRangeProviderAtom.d.ts +20 -0
- package/types/packages/playback-api/time-api/Types.d.ts +36 -0
- package/types/packages/playback-api/volume-api/Types.d.ts +19 -0
- package/types/packages/playback-technology/PlaybackTechnology.package.d.ts +23 -0
- package/types/packages/playback-technology/Types.d.ts +54 -0
- package/types/packages/player-api/PlayerApi.package.d.ts +2 -4
- package/types/packages/player-api/Types.d.ts +3 -2
- package/types/packages/presentation/mse/MsePlayback.package.d.ts +3 -0
- package/types/packages/presentation/mse/playback-technology/Types.d.ts +26 -0
- package/types/packages/presentation/mse/playback-technology/atoms/MsePresentationStateAtom.d.ts +10 -0
- package/types/packages/presentation/mse/presentation/MsePresentation.package.d.ts +55 -0
- package/types/packages/presentation/{Types.d.ts → mse/presentation/Types.d.ts} +1 -1
- package/types/packages/presentation/mse/presentation/cache/Types.d.ts +4 -0
- package/types/packages/presentation/native/NativePlayback.package.d.ts +4 -0
- package/types/packages/presentation/native/Types.d.ts +12 -0
- package/types/packages/presentation/native/playback-technology/Types.d.ts +26 -0
- package/types/packages/presentation/native/playback-technology/atoms/NativePresentationStateAtom.d.ts +10 -0
- package/types/packages/presentation/native/presentation/NativePresentation.package.d.ts +14 -0
- package/types/packages/presentation/native/presentation/Types.d.ts +12 -0
- package/types/packages/segment-processing/SegmentProcessing.package.d.ts +1 -1
- package/types/packages/segment-processing/Types.d.ts +4 -6
- package/types/packages/source/Source.package.d.ts +1 -1
- package/types/packages/source/SourceReference.d.ts +2 -1
- package/types/packages/source/Types.d.ts +4 -0
- package/types/packages/source/atoms/PlaybackAtom.d.ts +5 -1
- package/types/packages/source/atoms/PlaybackConfigAtom.d.ts +1 -0
- package/types/packages/source/atoms/SourceConfigAtom.d.ts +11 -4
- package/types/packages/source/atoms/SourceStateAtom.d.ts +10 -23
- package/types/packages/sources-api/SourceRemovedError.d.ts +5 -0
- package/types/packages/sources-api/SourcesApi.package.d.ts +1 -1
- package/types/packages/sources-api/Types.d.ts +22 -7
- package/types/packages/stream-data-structure/StreamDataStructure.package.d.ts +4 -0
- package/types/packages/stream-data-structure/Types.d.ts +23 -0
- package/types/packages/stream-data-structure/segment/Exports.d.ts +22 -0
- package/types/packages/{core/state → stream-data-structure}/segment/SegmentAtom.d.ts +8 -8
- package/types/packages/stream-data-structure/segment/SegmentDataAtom.d.ts +19 -0
- package/types/packages/{core/state → stream-data-structure}/segment/SegmentTimingAtom.d.ts +3 -3
- package/types/packages/{core/state → stream-data-structure}/segment/SegmentUtils.d.ts +10 -10
- package/types/packages/stream-data-structure/selection-group/Exports.d.ts +16 -0
- package/types/packages/{core/state → stream-data-structure}/selection-group/SelectionGroupAtom.d.ts +17 -15
- package/types/packages/stream-data-structure/selection-group/SelectionGroupTypeGuards.d.ts +11 -0
- package/types/packages/stream-data-structure/selection-group/SelectionGroupUtils.d.ts +7 -0
- package/types/packages/stream-data-structure/stream/Exports.d.ts +8 -0
- package/types/packages/{core/state → stream-data-structure}/stream/StreamAtom.d.ts +8 -8
- package/types/packages/stream-data-structure/track/Exports.d.ts +18 -0
- package/types/packages/{core/state → stream-data-structure}/track/TrackAtom.d.ts +18 -26
- package/types/packages/stream-data-structure/track/TrackTypeGuards.d.ts +13 -0
- package/types/packages/streaming/Streaming.package.d.ts +12 -0
- package/types/packages/streaming/Types.d.ts +11 -0
- package/types/packages/{core/state/data-ranges → streaming/atoms}/DataRangesAtom.d.ts +8 -8
- package/types/packages/streaming/atoms/StreamingStateAtom.d.ts +30 -0
- package/types/packages/subtitles/subtitle-api/SubtitleApi.package.d.ts +1 -1
- package/types/packages/subtitles/subtitle-api/Types.d.ts +8 -5
- package/types/packages/subtitles/subtitle-base/SubtitleBase.package.d.ts +1 -1
- package/types/packages/subtitles/subtitle-base/SubtitleCueMapAtom.d.ts +1 -1
- package/types/packages/subtitles/subtitle-base/Types.d.ts +4 -4
- package/types/packages/subtitles/subtitle-format-detection/SubtitleFormatDetection.package.d.ts +1 -1
- package/types/packages/subtitles/subtitle-format-detection/Types.d.ts +3 -4
- package/types/packages/subtitles/subtitle-native-renderer/SubtitleNativeRenderer.package.d.ts +1 -1
- package/types/packages/subtitles/subtitle-native-renderer/Types.d.ts +4 -1
- package/types/packages/subtitles/webvtt/Types.d.ts +5 -3
- package/types/packages/subtitles/webvtt/WebVtt.package.d.ts +1 -1
- package/types/packages/trick-play/TrickPlay.package.d.ts +6 -14
- package/types/packages/tv/Tv.package.d.ts +1 -4
- package/types/packages/ui/Types.d.ts +36 -0
- package/types/packages/ui/Ui.package.d.ts +4 -0
- package/types/packages/v8-compat/BitmovinUi.package.d.ts +1 -1
- package/types/packages/v8-compat/BitmovinV8StaticApi.package.d.ts +5 -6
- package/types/packages/v8-compat/source-api/BitmovinSourceApi.package.d.ts +4 -2
- package/types/packages/v8-compat/types/Types.d.ts +1 -1
- package/types/packages/v8-compat/video-element/BitmovinVideoElementUtils.package.d.ts +1 -4
- package/types/packages/view-mode/ViewMode.package.d.ts +1 -4
- package/packages/playerx-presentation.package.d.ts +0 -1
- package/packages/playerx-presentation.package.js +0 -10
- package/types/packages/core/state/segment/SegmentDataAtom.d.ts +0 -31
- package/types/packages/core/state/selection-group/SelectionGroupTypeGuards.d.ts +0 -5
- package/types/packages/core/state/selection-group/SelectionGroupUtils.d.ts +0 -7
- package/types/packages/core/state/track/TrackTypeGuards.d.ts +0 -7
- package/types/packages/core/utils/Logger.d.ts +0 -40
- package/types/packages/presentation/Presentation.package.d.ts +0 -62
- package/types/packages/presentation/cache/Types.d.ts +0 -4
- /package/types/packages/{core/state → stream-data-structure}/segment/SegmentTypeGuards.d.ts +0 -0
- /package/types/packages/{source → streaming}/atoms/BufferConfigAtom.d.ts +0 -0
- /package/types/packages/{source → streaming}/atoms/MediaTypeMapAtom.d.ts +0 -0
|
@@ -5,20 +5,17 @@
|
|
|
5
5
|
* and seeking work on some TVs.
|
|
6
6
|
*
|
|
7
7
|
* ### `Tv` Package Dependency Graph
|
|
8
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -21.5 695.25 258.5" style="max-width: 695.25px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Tv LE-Core" id="L-Tv-Core-0" d="M32.781,4.62L36.948,1.6C41.115,-1.42,49.448,-7.46,71.036,-10.48C92.625,-13.5,127.469,-13.5,162.313,-13.5C197.156,-13.5,232,-13.5,270.822,-13.5C309.643,-13.5,352.443,-13.5,395.242,-13.5C438.042,-13.5,480.841,-13.5,513.406,-3.949C545.97,5.602,568.3,24.703,579.465,34.254L590.629,43.805"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Tv LE-Source" id="L-Tv-Source-0" d="M32.781,18.777L36.948,19.356C41.115,19.935,49.448,21.092,71.036,21.671C92.625,22.25,127.469,22.25,162.313,22.25C197.156,22.25,232,22.25,264.47,24.096C296.939,25.942,327.035,29.633,342.082,31.479L357.13,33.325"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Tv LE-BitmovinV8StaticApi" id="L-Tv-BitmovinV8StaticApi-0" d="M23.734,33L29.409,45.75C35.083,58.5,46.432,84,55.39,96.75C64.348,109.5,70.915,109.5,74.198,109.5L77.481,109.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Source LE-Core" id="L-Source-Core-0" d="M428.094,38L444.018,38C459.943,38,491.792,38,517.777,40.869C543.762,43.738,563.883,49.475,573.944,52.344L584.005,55.213"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Core" id="L-BitmovinV8StaticApi-Core-0" d="M241.844,94.283L246.01,93.486C250.177,92.689,258.51,91.094,284.077,90.297C309.643,89.5,352.443,89.5,395.242,89.5C438.042,89.5,480.841,89.5,512.302,86.631C543.762,83.762,563.883,78.025,573.944,75.156L584.005,72.287"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Source" id="L-BitmovinV8StaticApi-Source-0" d="M193.25,93L205.516,86.458C217.781,79.917,242.313,66.833,269.626,58.446C296.939,50.058,327.035,46.367,342.082,44.521L357.13,42.675"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M183.093,126L197.051,137.083C211.01,148.167,238.927,170.333,274.285,181.417C309.643,192.5,352.443,192.5,395.242,192.5C438.042,192.5,480.841,192.5,505.545,193.232C530.249,193.964,536.858,195.427,540.162,196.159L543.466,196.891"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinVideoElementUtils" id="L-BitmovinV8StaticApi-BitmovinVideoElementUtils-0" d="M217.067,126L225.363,128.5C233.659,131,250.251,136,261.831,138.5C273.41,141,279.977,141,283.26,141L286.544,141"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M498.641,141L502.807,141C506.974,141,515.307,141,530.639,131.449C545.97,121.898,568.3,102.797,579.465,93.246L590.629,83.695"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-BitmovinV8Core" id="L-BitmovinVideoElementUtils-BitmovinV8Core-0" d="M424.873,157.5L441.334,166.667C457.795,175.833,490.718,194.167,510.463,203.333C530.207,212.5,536.774,212.5,540.057,212.5L543.341,212.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(16.390625, 16.5)" data-id="Tv" data-node="true" id="flowchart-Tv-0" class="node default default flowchart-label"><rect height="33" width="32.78125" y="-16.5" x="-16.390625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-8.890625, -9)" style="" class="label"><rect/><foreignObject height="18" width="17.78125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Tv</span></div></foreignObject></g></g><g transform="translate(613.9453125, 63.75)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(395.2421875, 38)" data-id="Source" data-node="true" id="flowchart-Source-3" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(162.3125, 109.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-5" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(613.9453125, 212.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-13" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g><g transform="translate(395.2421875, 141)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-15" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
|
|
8
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 164.484375 49" style="max-width: 164.484px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Tv LE-Source" id="L-Tv-Source-0" d="M32.781,16.5L36.948,16.5C41.115,16.5,49.448,16.5,56.898,16.5C64.348,16.5,70.915,16.5,74.198,16.5L77.481,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(16.390625, 16.5)" data-id="Tv" data-node="true" id="flowchart-Tv-0" class="node default default flowchart-label"><rect height="33" width="32.78125" y="-16.5" x="-16.390625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-8.890625, -9)" style="" class="label"><rect/><foreignObject height="18" width="17.78125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Tv</span></div></foreignObject></g></g><g transform="translate(115.6328125, 16.5)" data-id="Source" data-node="true" id="flowchart-Source-1" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g></g></g></g></svg>
|
|
9
9
|
*/
|
|
10
10
|
import type { ContextHaving } from '../../../framework-types/execution-context/Types';
|
|
11
|
-
import { BundleExportNames } from '../../bundles/Types';
|
|
12
11
|
import type { EmptyObject } from '../../Types';
|
|
13
12
|
import type { CoreEffects } from '../core/Types';
|
|
14
13
|
import { CoreExportNames } from '../core/Types';
|
|
15
|
-
import type { Logger } from '../core/utils/Logger';
|
|
16
14
|
import type { SourceStateAtom } from '../source/atoms/SourceStateAtom';
|
|
17
15
|
import { SourceExportNames } from '../source/Types';
|
|
18
16
|
import type { ContextWithState } from '../Types';
|
|
19
17
|
export declare const TvPackageThreadName = "tv-package-thread";
|
|
20
18
|
interface TvPackageDependencies {
|
|
21
|
-
[BundleExportNames.Logger]: Logger;
|
|
22
19
|
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
23
20
|
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
24
21
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { BundleExportNames, PlayerConfig } from '../../bundles/Types';
|
|
2
|
+
export declare enum UiExportNames {
|
|
3
|
+
UiState = "ui-state"
|
|
4
|
+
}
|
|
5
|
+
export type UiConfig = {
|
|
6
|
+
aspectRatio: string;
|
|
7
|
+
hideTimeout: number;
|
|
8
|
+
seekbarColors: {
|
|
9
|
+
content: string;
|
|
10
|
+
advertisement: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export type UiState = {
|
|
14
|
+
overlay: HTMLDivElement;
|
|
15
|
+
container: HTMLElement;
|
|
16
|
+
seekbarTrack: HTMLDivElement;
|
|
17
|
+
seekbarProgress: HTMLDivElement;
|
|
18
|
+
seekbarThumb: HTMLDivElement;
|
|
19
|
+
seekbarContainer: HTMLDivElement;
|
|
20
|
+
currentTimeLabel: HTMLSpanElement;
|
|
21
|
+
durationLabel: HTMLSpanElement;
|
|
22
|
+
playPauseButton: HTMLDivElement;
|
|
23
|
+
bottomBar: HTMLDivElement;
|
|
24
|
+
volumeContainer: HTMLDivElement;
|
|
25
|
+
volumeIcon: HTMLSpanElement;
|
|
26
|
+
volumeTrack: HTMLDivElement;
|
|
27
|
+
volumeProgress: HTMLDivElement;
|
|
28
|
+
volumeThumb: HTMLDivElement;
|
|
29
|
+
config: UiConfig;
|
|
30
|
+
};
|
|
31
|
+
export type UiPackageDependencies = {
|
|
32
|
+
[BundleExportNames.PlayerConfig]: PlayerConfig;
|
|
33
|
+
};
|
|
34
|
+
export type UiPackageExports = {
|
|
35
|
+
[UiExportNames.UiState]: UiState;
|
|
36
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { EmptyObject } from '../../../framework-types/BaseTypes';
|
|
2
|
+
import type { UiPackageDependencies, UiPackageExports } from './Types';
|
|
3
|
+
export declare const UiPackage: import("../../../framework-types/package-api/Package").Package<UiPackageDependencies, UiPackageExports, EmptyObject>;
|
|
4
|
+
export default UiPackage;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* to the instance API.
|
|
6
6
|
*
|
|
7
7
|
* ### `BitmovinUi` Package Dependency Graph
|
|
8
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -17.25 753.9375 244.25" style="max-width: 753.938px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinUi LE-BitmovinV8Core" id="L-BitmovinUi-BitmovinV8Core-0" d="M68.397,25.75L76.409,19.917C84.421,14.083,100.445,2.417,125.879,-3.417C151.313,-9.25,186.156,-9.25,221,-9.25C255.844,-9.25,290.688,-9.25,329.509,-9.25C368.331,-9.25,411.13,-9.25,453.93,-9.25C496.729,-9.25,539.529,-9.25,565.486,-7.951C591.442,-6.651,600.557,-4.052,605.114,-2.753L609.671,-1.453"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinUi LE-BitmovinV8StaticApi" id="L-BitmovinUi-BitmovinV8StaticApi-0" d="M73.858,58.75L80.96,62.917C88.061,67.083,102.265,75.417,112.65,79.583C123.035,83.75,129.602,83.75,132.885,83.75L136.169,83.75"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Core" id="L-BitmovinV8StaticApi-Core-0" d="M300.531,67.392L304.698,66.535C308.865,65.678,317.198,63.964,342.764,63.107C368.331,62.25,411.13,62.25,453.93,62.25C496.729,62.25,539.529,62.25,572.337,72.736C605.145,83.221,627.962,104.192,639.37,114.678L650.779,125.163"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Source" id="L-BitmovinV8StaticApi-Source-0" d="M235.524,100.25L250.525,117.292C265.527,134.333,295.529,168.417,325.571,185.458C355.614,202.5,385.696,202.5,400.737,202.5L415.778,202.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M249.045,67.25L261.793,59.75C274.54,52.25,300.036,37.25,334.183,29.75C368.331,22.25,411.13,22.25,453.93,22.25C496.729,22.25,539.529,22.25,564.214,22.041C588.898,21.832,595.469,21.413,598.754,21.204L602.039,20.995"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinVideoElementUtils" id="L-BitmovinV8StaticApi-BitmovinVideoElementUtils-0" d="M269.245,100.25L278.626,103.458C288.007,106.667,306.769,113.083,319.434,116.292C332.098,119.5,338.665,119.5,341.948,119.5L345.231,119.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Source LE-Core" id="L-Source-Core-0" d="M486.781,186.765L502.706,179.137C518.63,171.51,550.479,156.255,576.431,149.099C602.384,141.944,622.439,142.888,632.467,143.36L642.495,143.832"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M504.98,136L517.871,140.167C530.762,144.333,556.545,152.667,579.477,155.082C602.408,157.498,622.488,153.996,632.528,152.245L642.568,150.494"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-BitmovinV8Core" id="L-BitmovinVideoElementUtils-BitmovinV8Core-0" d="M481.355,103L498.184,92.875C515.012,82.75,548.67,62.5,570.056,51.076C591.442,39.651,600.557,37.052,605.114,35.753L609.671,34.453"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(45.734375, 42.25)" data-id="BitmovinUi" data-node="true" id="flowchart-BitmovinUi-0" class="node default default flowchart-label"><rect height="33" width="91.46875" y="-16.5" x="-45.734375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.234375, -9)" style="" class="label"><rect/><foreignObject height="18" width="76.46875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinUi</span></div></foreignObject></g></g><g transform="translate(672.6328125, 16.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-1" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g><g transform="translate(221, 83.75)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-3" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(672.6328125, 145.25)" data-id="Core" data-node="true" id="flowchart-Core-5" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(453.9296875, 202.5)" data-id="Source" data-node="true" id="flowchart-Source-7" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(453.9296875, 119.5)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-11" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
|
|
8
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 288.078125 49" style="max-width: 288.078px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinUi LE-BitmovinV8Core" id="L-BitmovinUi-BitmovinV8Core-0" d="M91.469,16.5L95.635,16.5C99.802,16.5,108.135,16.5,115.585,16.5C123.035,16.5,129.602,16.5,132.885,16.5L136.169,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(45.734375, 16.5)" data-id="BitmovinUi" data-node="true" id="flowchart-BitmovinUi-0" class="node default default flowchart-label"><rect height="33" width="91.46875" y="-16.5" x="-45.734375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.234375, -9)" style="" class="label"><rect/><foreignObject height="18" width="76.46875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinUi</span></div></foreignObject></g></g><g transform="translate(206.7734375, 16.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-1" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g></g></g></g></svg>
|
|
9
9
|
*/
|
|
10
10
|
import type { EmptyObject } from '../../Types';
|
|
11
11
|
import { AdditionalPlayerExports } from './enums/PlayerExports';
|
|
@@ -7,30 +7,29 @@
|
|
|
7
7
|
* the interface.
|
|
8
8
|
*
|
|
9
9
|
* ### `BitmovinV8StaticApi` Package Dependency Graph
|
|
10
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 612.46875 228.5" style="max-width: 612.469px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Core" id="L-BitmovinV8StaticApi-Core-0" d="M99.299,35.75L113.427,23.958C127.554,12.167,155.808,-11.417,191.335,-23.208C226.862,-35,269.661,-35,312.461,-35C355.26,-35,398.06,-35,429.602,-29.216C461.145,-23.431,481.431,-11.863,491.574,-6.078L501.716,-0.294"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Source" id="L-BitmovinV8StaticApi-Source-0" d="M127.776,35.75L137.157,32.542C146.538,29.333,165.3,22.917,189.723,19.708C214.145,16.5,244.227,16.5,259.268,16.5L274.309,16.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M96.997,68.75L111.508,82.458C126.019,96.167,155.041,123.583,190.951,137.292C226.862,151,269.661,151,312.461,151C355.26,151,398.06,151,422.748,151.364C447.437,151.728,454.014,152.457,457.303,152.821L460.592,153.185"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinVideoElementUtils" id="L-BitmovinV8StaticApi-BitmovinVideoElementUtils-0" d="M116.034,68.75L127.372,73.875C138.71,79,161.386,89.25,176.008,94.375C190.629,99.5,197.196,99.5,200.479,99.5L203.763,99.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Source LE-Core" id="L-Source-Core-0" d="M345.313,16.5L361.237,16.5C377.161,16.5,409.01,16.5,434.962,16.5C460.913,16.5,480.967,16.5,490.993,16.5L501.02,16.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M415.859,99.5L420.026,99.5C424.193,99.5,432.526,99.5,448.101,89.014C463.676,78.529,486.493,57.558,497.901,47.072L509.31,36.587"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-BitmovinV8Core" id="L-BitmovinVideoElementUtils-BitmovinV8Core-0" d="M342.091,116L358.553,125.167C375.014,134.333,407.937,152.667,427.687,161.469C447.437,170.272,454.014,169.543,457.303,169.179L460.592,168.815"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(79.53125, 52.25)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-0" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(531.1640625, 16.5)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(312.4609375, 16.5)" data-id="Source" data-node="true" id="flowchart-Source-3" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(531.1640625, 161)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-5" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g><g transform="translate(312.4609375, 99.5)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-7" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
|
|
10
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 16 16" style="max-width: 16px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"/></g></g></svg>
|
|
11
11
|
*/
|
|
12
12
|
import type { ApiManager } from '../../../framework-types/api-manager/ApiManager';
|
|
13
13
|
import type { ContextHaving, ContextUsing } from '../../../framework-types/execution-context/Types';
|
|
14
14
|
import type { BaseContext } from '../../../framework-types/Types';
|
|
15
|
-
import { BundleExportNames } from '../../bundles/Types';
|
|
16
15
|
import type { EmptyObject } from '../../Types';
|
|
17
16
|
import type { Constants } from '../core/Constants';
|
|
18
17
|
import type { EventListenerEffect } from '../core/effects/EventListenerEffectFactory';
|
|
19
18
|
import type { StateEffect } from '../core/state/state-effect/StateEffectFactory';
|
|
20
19
|
import type { CoreEffects, CoreStateAtoms } from '../core/Types';
|
|
21
20
|
import { CoreExportNames } from '../core/Types';
|
|
22
|
-
import type { Logger } from '../core/utils/Logger';
|
|
23
21
|
import type { CoreUtils } from '../core/utils/Types';
|
|
24
22
|
import type { EventBus } from '../event-bus/Types';
|
|
25
23
|
import type { createSourceStateAtom, SourceStateAtom } from '../source/atoms/SourceStateAtom';
|
|
26
24
|
import { SourceExportNames } from '../source/Types';
|
|
27
25
|
import type { SourcesApiExportNames } from '../sources-api/Types';
|
|
26
|
+
import type { StreamDataStructurePackageExports } from '../stream-data-structure/Types';
|
|
27
|
+
import type { StreamingPackageExports, StreamingState } from '../streaming/Types';
|
|
28
28
|
import { AdditionalPlayerExports } from './enums/PlayerExports';
|
|
29
29
|
import type { EventListenerAtom } from './event-handling/EventListenerAtom';
|
|
30
30
|
import type { PlayerConfig } from './types/PlayerConfig';
|
|
31
31
|
import type { BitmovinV8PlayerApi } from './types/Types';
|
|
32
32
|
type PlayerApiCompatDependencies = {
|
|
33
|
-
[BundleExportNames.Logger]: Logger;
|
|
34
33
|
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
35
34
|
[CoreExportNames.Utils]: CoreUtils;
|
|
36
35
|
[CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
|
|
@@ -39,13 +38,13 @@ type PlayerApiCompatDependencies = {
|
|
|
39
38
|
[AdditionalPlayerExports.Container]: HTMLElement;
|
|
40
39
|
[AdditionalPlayerExports.VideoElement]: HTMLVideoElement;
|
|
41
40
|
[AdditionalPlayerExports.UserConfig]: PlayerConfig;
|
|
42
|
-
};
|
|
41
|
+
} & StreamDataStructurePackageExports & StreamingPackageExports;
|
|
43
42
|
type PlayerApiCompatExports = {
|
|
44
43
|
[AdditionalPlayerExports.EventListenerAtom]: EventListenerAtom;
|
|
45
44
|
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
46
45
|
[SourcesApiExportNames.SourceApiManager]: ApiManager<EmptyObject>;
|
|
47
46
|
[SourcesApiExportNames.SourceEventBus]: EventBus<EmptyObject>;
|
|
48
|
-
};
|
|
47
|
+
} & StreamingState;
|
|
49
48
|
export type PlayerApiCompatContext = ContextHaving<PlayerApiCompatDependencies, PlayerApiCompatExports, ContextUsing<[StateEffect, EventListenerEffect], BaseContext>>;
|
|
50
49
|
export declare const BitmovinV8PlayerStaticApiPackage: import("../../../framework-types/package-api/Package").Package<PlayerApiCompatDependencies, PlayerApiCompatExports, BitmovinV8PlayerApi>;
|
|
51
50
|
export default BitmovinV8PlayerStaticApiPackage;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* ### `BitmovinSourceApi` Package Dependency Graph
|
|
9
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 1539.65625 1178" style="max-width: 1539.66px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-Core" id="L-BitmovinSourceApi-Core-0" d="M83.577,799.5L98.842,829.167C114.108,858.833,144.64,918.167,171.698,947.833C198.755,977.5,222.339,977.5,245.922,977.5C269.505,977.5,293.089,977.5,317.784,977.5C342.479,977.5,368.286,977.5,394.094,977.5C419.901,977.5,445.708,977.5,466.845,977.5C487.982,977.5,504.448,977.5,520.914,977.5C537.38,977.5,553.846,977.5,572.387,977.5C590.927,977.5,611.542,977.5,632.156,977.5C652.771,977.5,673.385,977.5,701.042,977.5C728.698,977.5,763.396,977.5,798.094,977.5C832.792,977.5,867.49,977.5,902.26,977.5C937.031,977.5,971.875,977.5,1006.719,977.5C1041.563,977.5,1076.406,977.5,1115.228,977.5C1154.049,977.5,1196.849,977.5,1239.648,977.5C1282.448,977.5,1325.247,977.5,1361.252,858.627C1397.257,739.753,1426.468,502.007,1441.073,383.134L1455.678,264.26"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-ViewMode" id="L-BitmovinSourceApi-ViewMode-0" d="M150.172,794.816L154.339,795.472C158.505,796.127,166.839,797.439,182.797,798.094C198.755,798.75,222.339,798.75,245.922,798.75C269.505,798.75,293.089,798.75,317.784,798.75C342.479,798.75,368.286,798.75,394.094,798.75C419.901,798.75,445.708,798.75,466.845,798.75C487.982,798.75,504.448,798.75,520.914,798.75C537.38,798.75,553.846,798.75,572.387,798.75C590.927,798.75,611.542,798.75,632.156,798.75C652.771,798.75,673.385,798.75,692.707,798.75C712.028,798.75,730.055,798.75,739.069,798.75L748.083,798.75"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-BitmovinVideoElementUtils" id="L-BitmovinSourceApi-BitmovinVideoElementUtils-0" d="M86.988,799.5L101.685,819.875C116.383,840.25,145.777,881,172.266,901.375C198.755,921.75,222.339,921.75,245.922,921.75C269.505,921.75,293.089,921.75,317.784,921.75C342.479,921.75,368.286,921.75,394.094,921.75C419.901,921.75,445.708,921.75,466.845,921.75C487.982,921.75,504.448,921.75,520.914,921.75C537.38,921.75,553.846,921.75,572.387,921.75C590.927,921.75,611.542,921.75,632.156,921.75C652.771,921.75,673.385,921.75,701.042,921.75C728.698,921.75,763.396,921.75,798.094,921.75C832.792,921.75,867.49,921.75,902.26,921.75C937.031,921.75,971.875,921.75,1006.719,921.75C1041.563,921.75,1076.406,921.75,1097.118,921.346C1117.83,920.943,1124.41,920.136,1127.7,919.732L1130.989,919.329"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-BitmovinV8StaticApi" id="L-BitmovinSourceApi-BitmovinV8StaticApi-0" d="M96.887,766.5L109.934,756.625C122.982,746.75,149.077,727,173.916,717.125C198.755,707.25,222.339,707.25,245.922,707.25C269.505,707.25,293.089,707.25,317.784,707.25C342.479,707.25,368.286,707.25,394.094,707.25C419.901,707.25,445.708,707.25,466.845,707.25C487.982,707.25,504.448,707.25,520.914,707.25C537.38,707.25,553.846,707.25,572.387,707.25C590.927,707.25,611.542,707.25,632.156,707.25C652.771,707.25,673.385,707.25,701.042,707.25C728.698,707.25,763.396,707.25,798.094,707.25C832.792,707.25,867.49,707.25,897.966,697.204C928.442,687.157,954.696,667.064,967.823,657.018L980.95,646.971"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-SubtitleApi" id="L-BitmovinSourceApi-SubtitleApi-0" d="M79.598,766.5L95.527,708.25C111.456,650,143.314,533.5,162.526,475.25C181.739,417,188.305,417,191.589,417L194.872,417"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-Source" id="L-BitmovinSourceApi-Source-0" d="M121.279,766.5L130.262,763.292C139.244,760.083,157.208,753.667,177.981,750.458C198.755,747.25,222.339,747.25,245.922,747.25C269.505,747.25,293.089,747.25,317.784,747.25C342.479,747.25,368.286,747.25,394.094,747.25C419.901,747.25,445.708,747.25,466.845,747.25C487.982,747.25,504.448,747.25,520.914,747.25C537.38,747.25,553.846,747.25,572.387,747.25C590.927,747.25,611.542,747.25,632.156,747.25C652.771,747.25,673.385,747.25,701.042,747.25C728.698,747.25,763.396,747.25,798.094,747.25C832.792,747.25,867.49,747.25,902.26,747.25C937.031,747.25,971.875,747.25,1006.719,747.25C1041.563,747.25,1076.406,747.25,1112.825,719.768C1149.243,692.287,1187.236,637.323,1206.233,609.841L1225.229,582.36"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinSourceApi LE-SourcesApi" id="L-BitmovinSourceApi-SourcesApi-0" d="M89.7,799.5L103.946,815.583C118.191,831.667,146.681,863.833,172.718,879.917C198.755,896,222.339,896,245.922,896C269.505,896,293.089,896,317.784,896C342.479,896,368.286,896,394.094,896C419.901,896,445.708,896,466.845,896C487.982,896,504.448,896,520.914,896C537.38,896,553.846,896,572.387,896C590.927,896,611.542,896,632.156,896C652.771,896,673.385,896,701.042,896C728.698,896,763.396,896,798.094,896C832.792,896,867.49,896,893.334,893.907C919.178,891.815,936.168,887.629,944.663,885.537L953.159,883.444"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ViewMode LE-Core" id="L-ViewMode-Core-0" d="M808.913,815.25L824.459,838.958C840.004,862.667,871.096,910.083,904.064,933.792C937.031,957.5,971.875,957.5,1006.719,957.5C1041.563,957.5,1076.406,957.5,1115.228,957.5C1154.049,957.5,1196.849,957.5,1239.648,957.5C1282.448,957.5,1325.247,957.5,1361.24,841.96C1397.232,726.419,1426.418,495.339,1441.011,379.799L1455.603,264.258"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ViewMode LE-Source" id="L-ViewMode-Source-0" d="M822.115,782.25L835.461,773.083C848.806,763.917,875.497,745.583,906.264,736.417C937.031,727.25,971.875,727.25,1006.719,727.25C1041.563,727.25,1076.406,727.25,1112.557,703.073C1148.707,678.897,1186.164,630.543,1204.892,606.367L1223.621,582.19"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ViewMode LE-BitmovinV8StaticApi" id="L-ViewMode-BitmovinV8StaticApi-0" d="M812.742,782.25L827.65,765.458C842.557,748.667,872.372,715.083,898.619,692.407C924.866,669.73,947.544,657.961,958.883,652.076L970.222,646.191"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ViewMode LE-SourcesApi" id="L-ViewMode-SourcesApi-0" d="M822.115,815.25L835.461,824.417C848.806,833.583,875.497,851.917,897.312,861.083C919.127,870.25,936.066,870.25,944.535,870.25L953.005,870.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Source LE-Core" id="L-Source-Core-0" d="M1272.5,561.5L1288.424,561.5C1304.349,561.5,1336.198,561.5,1366.154,511.933C1396.11,462.367,1424.174,363.233,1438.205,313.666L1452.237,264.1"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Core" id="L-BitmovinV8StaticApi-Core-0" d="M1012.126,610.75L1028.646,560.333C1045.167,509.917,1078.209,409.083,1116.129,358.667C1154.049,308.25,1196.849,308.25,1239.648,308.25C1282.448,308.25,1325.247,308.25,1357.207,300.562C1389.166,292.873,1410.286,277.496,1420.845,269.808L1431.405,262.12"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-Source" id="L-BitmovinV8StaticApi-Source-0" d="M1086.25,627.25L1090.417,627.25C1094.583,627.25,1102.917,627.25,1122.327,619.444C1141.736,611.639,1172.223,596.027,1187.466,588.221L1202.709,580.416"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M1011.074,643.75L1027.77,707C1044.466,770.25,1077.858,896.75,1115.954,960C1154.049,1023.25,1196.849,1023.25,1239.648,1023.25C1282.448,1023.25,1325.247,1023.25,1349.932,1023.041C1374.617,1022.832,1381.187,1022.413,1384.472,1022.204L1387.758,1021.995"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinVideoElementUtils" id="L-BitmovinV8StaticApi-BitmovinVideoElementUtils-0" d="M1015.278,643.75L1031.274,674.583C1047.269,705.417,1079.259,767.083,1111.327,807.586C1143.394,848.089,1175.538,867.428,1191.61,877.098L1207.682,886.768"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M1243.078,889.5L1263.906,789.292C1284.734,689.083,1326.391,488.667,1357.341,383.33C1388.291,277.994,1408.536,267.738,1418.658,262.61L1428.78,257.482"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-BitmovinV8Core" id="L-BitmovinVideoElementUtils-BitmovinV8Core-0" d="M1262.802,922.5L1280.343,935C1297.884,947.5,1332.965,972.5,1353.81,985.732C1374.655,998.964,1381.264,1000.427,1384.568,1001.159L1387.872,1001.891"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SourcesApi LE-Core" id="L-SourcesApi-Core-0" d="M1009.584,853.75L1026.528,756.167C1043.473,658.583,1077.361,463.417,1115.705,365.833C1154.049,268.25,1196.849,268.25,1239.648,268.25C1282.448,268.25,1325.247,268.25,1356.708,265.381C1388.168,262.512,1408.29,256.775,1418.35,253.906L1428.411,251.037"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SourcesApi LE-Source" id="L-SourcesApi-Source-0" d="M1012.813,853.75L1029.219,809.333C1045.626,764.917,1078.438,676.083,1109.902,628.647C1141.367,581.21,1171.484,575.17,1186.542,572.15L1201.6,569.13"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SourcesApi LE-EventBus" id="L-SourcesApi-EventBus-0" d="M1013.456,886.75L1029.755,926.667C1046.054,966.583,1078.652,1046.417,1116.351,1086.333C1154.049,1126.25,1196.849,1126.25,1239.648,1126.25C1282.448,1126.25,1325.247,1126.25,1353.871,1124.99C1382.494,1123.73,1396.941,1121.211,1404.165,1119.951L1411.388,1118.691"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SourcesApi LE-PlayerApi" id="L-SourcesApi-PlayerApi-0" d="M1015.153,886.75L1031.169,918.083C1047.185,949.417,1079.218,1012.083,1108.793,1043.417C1138.369,1074.75,1165.488,1074.75,1179.047,1074.75L1192.606,1074.75"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-PlayerApi LE-EventBus" id="L-PlayerApi-EventBus-0" d="M1281.391,1074.75L1295.833,1074.75C1310.276,1074.75,1339.161,1074.75,1360.887,1077.633C1382.613,1080.516,1397.179,1086.283,1404.462,1089.166L1411.745,1092.049"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleApi LE-Core" id="L-SubtitleApi-Core-0" d="M252.612,400.5L263.288,374.167C273.965,347.833,295.318,295.167,318.899,268.833C342.479,242.5,368.286,242.5,394.094,242.5C419.901,242.5,445.708,242.5,466.845,242.5C487.982,242.5,504.448,242.5,520.914,242.5C537.38,242.5,553.846,242.5,572.387,242.5C590.927,242.5,611.542,242.5,632.156,242.5C652.771,242.5,673.385,242.5,701.042,242.5C728.698,242.5,763.396,242.5,798.094,242.5C832.792,242.5,867.49,242.5,902.26,242.5C937.031,242.5,971.875,242.5,1006.719,242.5C1041.563,242.5,1076.406,242.5,1115.228,242.5C1154.049,242.5,1196.849,242.5,1239.648,242.5C1282.448,242.5,1325.247,242.5,1356.674,242.5C1388.101,242.5,1408.154,242.5,1418.181,242.5L1428.208,242.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleApi LE-Data" id="L-SubtitleApi-Data-0" d="M256.253,400.5L266.323,384.417C276.392,368.333,296.532,336.167,319.506,320.083C342.479,304,368.286,304,394.094,304C419.901,304,445.708,304,461.913,303.332C478.117,302.664,484.719,301.327,488.02,300.659L491.321,299.991"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleApi LE-SubtitleBase" id="L-SubtitleApi-SubtitleBase-0" d="M264.904,400.5L273.532,393C282.16,385.5,299.416,370.5,311.327,363C323.239,355.5,329.805,355.5,333.089,355.5L336.372,355.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleApi LE-Source" id="L-SubtitleApi-Source-0" d="M254.001,433.5L264.446,454.833C274.891,476.167,295.781,518.833,319.13,540.167C342.479,561.5,368.286,561.5,394.094,561.5C419.901,561.5,445.708,561.5,466.845,561.5C487.982,561.5,504.448,561.5,520.914,561.5C537.38,561.5,553.846,561.5,572.387,561.5C590.927,561.5,611.542,561.5,632.156,561.5C652.771,561.5,673.385,561.5,701.042,561.5C728.698,561.5,763.396,561.5,798.094,561.5C832.792,561.5,867.49,561.5,902.26,561.5C937.031,561.5,971.875,561.5,1006.719,561.5C1041.563,561.5,1076.406,561.5,1108.869,561.5C1141.332,561.5,1171.415,561.5,1186.456,561.5L1201.497,561.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleApi LE-BitmovinV8StaticApi" id="L-SubtitleApi-BitmovinV8StaticApi-0" d="M250.696,433.5L261.692,471.5C272.688,509.5,294.68,585.5,318.58,623.5C342.479,661.5,368.286,661.5,394.094,661.5C419.901,661.5,445.708,661.5,466.845,661.5C487.982,661.5,504.448,661.5,520.914,661.5C537.38,661.5,553.846,661.5,572.387,661.5C590.927,661.5,611.542,661.5,632.156,661.5C652.771,661.5,673.385,661.5,701.042,661.5C728.698,661.5,763.396,661.5,798.094,661.5C832.792,661.5,867.49,661.5,893.028,658.817C918.566,656.133,934.945,650.767,943.135,648.084L951.324,645.4"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleApi LE-SourcesApi" id="L-SubtitleApi-SourcesApi-0" d="M248.616,433.5L259.959,502.958C271.302,572.417,293.987,711.333,318.233,780.792C342.479,850.25,368.286,850.25,394.094,850.25C419.901,850.25,445.708,850.25,466.845,850.25C487.982,850.25,504.448,850.25,520.914,850.25C537.38,850.25,553.846,850.25,572.387,850.25C590.927,850.25,611.542,850.25,632.156,850.25C652.771,850.25,673.385,850.25,701.042,850.25C728.698,850.25,763.396,850.25,798.094,850.25C832.792,850.25,867.49,850.25,893.324,851.873C919.158,853.497,936.129,856.744,944.614,858.367L953.099,859.991"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Capabilities" id="L-Data-Capabilities-0" d="M525.585,277.5L533.04,251.167C540.494,224.833,555.403,172.167,573.165,145.833C590.927,119.5,611.542,119.5,632.156,119.5C652.771,119.5,673.385,119.5,701.042,119.5C728.698,119.5,763.396,119.5,798.094,119.5C832.792,119.5,867.49,119.5,902.26,119.5C937.031,119.5,971.875,119.5,1006.719,119.5C1041.563,119.5,1076.406,119.5,1106.201,119.5C1135.996,119.5,1160.743,119.5,1173.116,119.5L1185.489,119.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Core" id="L-Data-Core-0" d="M532.314,277.5L538.647,268.333C544.98,259.167,557.646,240.833,574.287,231.667C590.927,222.5,611.542,222.5,632.156,222.5C652.771,222.5,673.385,222.5,701.042,222.5C728.698,222.5,763.396,222.5,798.094,222.5C832.792,222.5,867.49,222.5,902.26,222.5C937.031,222.5,971.875,222.5,1006.719,222.5C1041.563,222.5,1076.406,222.5,1115.228,222.5C1154.049,222.5,1196.849,222.5,1239.648,222.5C1282.448,222.5,1325.247,222.5,1356.695,224.725C1388.142,226.951,1408.238,231.401,1418.285,233.626L1428.333,235.852"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Network" id="L-Data-Network-0" d="M527.541,277.5L534.669,259.75C541.798,242,556.055,206.5,566.467,188.75C576.879,171,583.446,171,586.729,171L590.013,171"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-SegmentProcessing" id="L-Data-SegmentProcessing-0" d="M524.688,310.5L532.292,343.75C539.896,377,555.104,443.5,573.016,476.75C590.927,510,611.542,510,632.156,510C652.771,510,673.385,510,686.976,510C700.567,510,707.133,510,710.417,510L713.7,510"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Adaptation" id="L-Data-Adaptation-0" d="M527.245,310.5L534.423,329.208C541.601,347.917,555.957,385.333,573.442,404.042C590.927,422.75,611.542,422.75,632.156,422.75C652.771,422.75,673.385,422.75,692.542,421.411C711.699,420.072,729.397,417.394,738.246,416.055L747.096,414.716"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-NoAdaptation" id="L-Data-NoAdaptation-0" d="M524.028,277.5L531.742,236.625C539.456,195.75,554.884,114,572.906,73.125C590.927,32.25,611.542,32.25,632.156,32.25C652.771,32.25,673.385,32.25,690.838,31.169C708.29,30.088,722.579,27.926,729.724,26.845L736.869,25.764"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Source" id="L-Data-Source-0" d="M525.869,310.5L533.276,335.167C540.683,359.833,555.498,409.167,573.213,433.833C590.927,458.5,611.542,458.5,632.156,458.5C652.771,458.5,673.385,458.5,701.042,458.5C728.698,458.5,763.396,458.5,798.094,458.5C832.792,458.5,867.49,458.5,902.26,458.5C937.031,458.5,971.875,458.5,1006.719,458.5C1041.563,458.5,1076.406,458.5,1111.111,472.364C1145.815,486.228,1180.38,513.956,1197.663,527.82L1214.946,541.684"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-BitmovinV8StaticApi" id="L-Data-BitmovinV8StaticApi-0" d="M523.26,310.5L531.102,365.667C538.944,420.833,554.628,531.167,572.778,586.333C590.927,641.5,611.542,641.5,632.156,641.5C652.771,641.5,673.385,641.5,701.042,641.5C728.698,641.5,763.396,641.5,798.094,641.5C832.792,641.5,867.49,641.5,888.13,641.051C908.77,640.603,915.353,639.705,918.645,639.257L921.936,638.808"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Capabilities LE-Core" id="L-Capabilities-Core-0" d="M1288.508,119.5L1301.764,119.5C1315.021,119.5,1341.534,119.5,1367.299,136.538C1393.065,153.576,1418.083,187.652,1430.592,204.69L1443.101,221.728"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Network LE-Core" id="L-Network-Core-0" d="M642.063,154.5L650.719,140.083C659.376,125.667,676.688,96.833,702.693,82.417C728.698,68,763.396,68,798.094,68C832.792,68,867.49,68,902.26,68C937.031,68,971.875,68,1006.719,68C1041.563,68,1076.406,68,1115.228,68C1154.049,68,1196.849,68,1239.648,68C1282.448,68,1325.247,68,1359.869,93.549C1394.49,119.098,1420.933,170.195,1434.155,195.744L1447.377,221.293"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Network LE-Adaptation" id="L-Network-Adaptation-0" d="M636.789,187.5L646.324,221.458C655.86,255.417,674.93,323.333,693.314,358.631C711.699,393.928,729.397,396.606,738.246,397.945L747.096,399.284"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Network LE-NoAdaptation" id="L-Network-NoAdaptation-0" d="M638.15,154.5L647.458,128.875C656.767,103.25,675.383,52,691.836,27.456C708.29,2.912,722.579,5.074,729.724,6.155L736.869,7.236"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Adaptation LE-Core" id="L-Adaptation-Core-0" d="M802.803,390.5L819.367,332.458C835.931,274.417,869.059,158.333,903.045,100.292C937.031,42.25,971.875,42.25,1006.719,42.25C1041.563,42.25,1076.406,42.25,1115.228,42.25C1154.049,42.25,1196.849,42.25,1239.648,42.25C1282.448,42.25,1325.247,42.25,1360.095,72.07C1394.942,101.89,1421.837,161.529,1435.284,191.349L1448.732,221.169"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Adaptation LE-Source" id="L-Adaptation-Source-0" d="M843.852,407L853.574,407C863.297,407,882.742,407,909.887,407C937.031,407,971.875,407,1006.719,407C1041.563,407,1076.406,407,1112.378,429.321C1148.349,451.641,1185.449,496.283,1203.999,518.603L1222.548,540.924"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Adaptation LE-BitmovinV8StaticApi" id="L-Adaptation-BitmovinV8StaticApi-0" d="M806.101,423.5L822.115,456.5C838.13,489.5,870.159,555.5,889.458,588.681C908.757,621.861,915.326,622.223,918.611,622.403L921.896,622.584"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-NoAdaptation LE-Core" id="L-NoAdaptation-Core-0" d="M854.078,16.5L862.096,16.5C870.115,16.5,886.151,16.5,911.591,16.5C937.031,16.5,971.875,16.5,1006.719,16.5C1041.563,16.5,1076.406,16.5,1115.228,16.5C1154.049,16.5,1196.849,16.5,1239.648,16.5C1282.448,16.5,1325.247,16.5,1360.271,50.596C1395.295,84.693,1422.544,152.886,1436.168,186.982L1449.792,221.078"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SegmentProcessing LE-Source" id="L-SegmentProcessing-Source-0" d="M811.434,493.5L826.56,474.792C841.685,456.083,871.936,418.667,904.484,399.958C937.031,381.25,971.875,381.25,1006.719,381.25C1041.563,381.25,1076.406,381.25,1112.756,407.822C1149.107,434.394,1186.963,487.539,1205.892,514.111L1224.82,540.683"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SegmentProcessing LE-BitmovinV8StaticApi" id="L-SegmentProcessing-BitmovinV8StaticApi-0" d="M816.865,526.5L831.085,539C845.306,551.5,873.747,576.5,893.368,590.33C912.989,604.161,923.79,606.822,929.191,608.152L934.591,609.482"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleBase LE-Core" id="L-SubtitleBase-Core-0" d="M397.365,339L409.724,276.667C422.082,214.333,446.799,89.667,467.39,27.333C487.982,-35,504.448,-35,520.914,-35C537.38,-35,553.846,-35,572.387,-35C590.927,-35,611.542,-35,632.156,-35C652.771,-35,673.385,-35,701.042,-35C728.698,-35,763.396,-35,798.094,-35C832.792,-35,867.49,-35,902.26,-35C937.031,-35,971.875,-35,1006.719,-35C1041.563,-35,1076.406,-35,1115.228,-35C1154.049,-35,1196.849,-35,1239.648,-35C1282.448,-35,1325.247,-35,1360.53,7.66C1395.812,50.32,1423.577,135.64,1437.459,178.3L1451.342,220.96"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleBase LE-Data" id="L-SubtitleBase-Data-0" d="M410.63,339L420.778,328.875C430.926,318.75,451.221,298.5,464.693,289.435C478.166,280.37,484.816,282.491,488.141,283.551L491.466,284.611"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleBase LE-Source" id="L-SubtitleBase-Source-0" d="M446.516,355.5L450.682,355.5C454.849,355.5,463.182,355.5,475.582,355.5C487.982,355.5,504.448,355.5,520.914,355.5C537.38,355.5,553.846,355.5,572.387,355.5C590.927,355.5,611.542,355.5,632.156,355.5C652.771,355.5,673.385,355.5,701.042,355.5C728.698,355.5,763.396,355.5,798.094,355.5C832.792,355.5,867.49,355.5,902.26,355.5C937.031,355.5,971.875,355.5,1006.719,355.5C1041.563,355.5,1076.406,355.5,1113.047,386.334C1149.687,417.167,1188.124,478.835,1207.342,509.668L1226.561,540.502"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleBase LE-BitmovinV8StaticApi" id="L-SubtitleBase-BitmovinV8StaticApi-0" d="M399.746,372L411.708,406.917C423.669,441.833,447.592,511.667,467.787,546.583C487.982,581.5,504.448,581.5,520.914,581.5C537.38,581.5,553.846,581.5,572.387,581.5C590.927,581.5,611.542,581.5,632.156,581.5C652.771,581.5,673.385,581.5,701.042,581.5C728.698,581.5,763.396,581.5,798.094,581.5C832.792,581.5,867.49,581.5,895.168,586.021C922.846,590.542,943.505,599.583,953.834,604.104L964.164,608.625"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(75.0859375, 783)" data-id="BitmovinSourceApi" data-node="true" id="flowchart-BitmovinSourceApi-0" class="node default default flowchart-label"><rect height="33" width="150.171875" y="-16.5" x="-75.0859375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-67.5859375, -9)" style="" class="label"><rect/><foreignObject height="18" width="135.171875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinSourceApi</span></div></foreignObject></g></g><g transform="translate(1458.3515625, 242.5)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(798.09375, 798.75)" data-id="ViewMode" data-node="true" id="flowchart-ViewMode-3" class="node default default flowchart-label"><rect height="33" width="89.421875" y="-16.5" x="-44.7109375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-37.2109375, -9)" style="" class="label"><rect/><foreignObject height="18" width="74.421875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ViewMode</span></div></foreignObject></g></g><g transform="translate(1239.6484375, 906)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-5" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g><g transform="translate(1006.71875, 627.25)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(245.921875, 417)" data-id="SubtitleApi" data-node="true" id="flowchart-SubtitleApi-9" class="node default default flowchart-label"><rect height="33" width="91.5" y="-16.5" x="-45.75" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.25, -9)" style="" class="label"><rect/><foreignObject height="18" width="76.5"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SubtitleApi</span></div></foreignObject></g></g><g transform="translate(1239.6484375, 561.5)" data-id="Source" data-node="true" id="flowchart-Source-11" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(1006.71875, 870.25)" data-id="SourcesApi" data-node="true" id="flowchart-SourcesApi-13" class="node default default flowchart-label"><rect height="33" width="96.828125" y="-16.5" x="-48.4140625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-40.9140625, -9)" style="" class="label"><rect/><foreignObject height="18" width="81.828125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SourcesApi</span></div></foreignObject></g></g><g transform="translate(1458.3515625, 1017.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-29" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g><g transform="translate(1458.3515625, 1110.5)" data-id="EventBus" data-node="true" id="flowchart-EventBus-41" class="node default default flowchart-label"><rect height="33" width="83.484375" y="-16.5" x="-41.7421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-34.2421875, -9)" style="" class="label"><rect/><foreignObject height="18" width="68.484375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">EventBus</span></div></foreignObject></g></g><g transform="translate(1239.6484375, 1074.75)" data-id="PlayerApi" data-node="true" id="flowchart-PlayerApi-43" class="node default default flowchart-label"><rect height="33" width="83.484375" y="-16.5" x="-41.7421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-34.2421875, -9)" style="" class="label"><rect/><foreignObject height="18" width="68.484375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlayerApi</span></div></foreignObject></g></g><g transform="translate(520.9140625, 294)" data-id="Data" data-node="true" id="flowchart-Data-49" class="node default default flowchart-label"><rect height="33" width="48.796875" y="-16.5" x="-24.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-16.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="33.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Data</span></div></foreignObject></g></g><g transform="translate(394.09375, 355.5)" data-id="SubtitleBase" data-node="true" id="flowchart-SubtitleBase-51" class="node default default flowchart-label"><rect height="33" width="104.84375" y="-16.5" x="-52.421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-44.921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="89.84375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SubtitleBase</span></div></foreignObject></g></g><g transform="translate(1239.6484375, 119.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-59" class="node default default flowchart-label"><rect height="33" width="97.71875" y="-16.5" x="-48.859375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-41.359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="82.71875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Capabilities</span></div></foreignObject></g></g><g transform="translate(632.15625, 171)" data-id="Network" data-node="true" id="flowchart-Network-63" class="node default default flowchart-label"><rect height="33" width="73.6875" y="-16.5" x="-36.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-29.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="58.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Network</span></div></foreignObject></g></g><g transform="translate(798.09375, 510)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-65" class="node default default flowchart-label"><rect height="33" width="158.1875" y="-16.5" x="-79.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-71.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="143.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessing</span></div></foreignObject></g></g><g transform="translate(798.09375, 407)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-67" class="node default default flowchart-label"><rect height="33" width="91.515625" y="-16.5" x="-45.7578125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.2578125, -9)" style="" class="label"><rect/><foreignObject height="18" width="76.515625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Adaptation</span></div></foreignObject></g></g><g transform="translate(798.09375, 16.5)" data-id="NoAdaptation" data-node="true" id="flowchart-NoAdaptation-69" class="node default default flowchart-label"><rect height="33" width="111.96875" y="-16.5" x="-55.984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-48.484375, -9)" style="" class="label"><rect/><foreignObject height="18" width="96.96875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">NoAdaptation</span></div></foreignObject></g></g></g></g></g></svg>
|
|
9
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 16 16" style="max-width: 16px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"/></g></g></svg>
|
|
10
10
|
*/
|
|
11
11
|
import type { ApiManager } from '../../../../framework-types/api-manager/ApiManager';
|
|
12
12
|
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
@@ -18,6 +18,8 @@ import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
|
|
|
18
18
|
import { SourceExportNames } from '../../source/Types';
|
|
19
19
|
import type { SourceApiBase } from '../../sources-api/Types';
|
|
20
20
|
import { SourcesApiExportNames } from '../../sources-api/Types';
|
|
21
|
+
import { StreamDataStructureStream } from '../../stream-data-structure/stream/Exports';
|
|
22
|
+
import type { StreamingState } from '../../streaming/Types';
|
|
21
23
|
import type { SubtitleEvent, SubtitleEventMap, SubtitleSourceApi } from '../../subtitles/subtitle-api/Types';
|
|
22
24
|
import { SubtitleApiExportNames } from '../../subtitles/subtitle-api/Types';
|
|
23
25
|
import type { ContextWithState } from '../../Types';
|
|
@@ -37,7 +39,7 @@ type SourceApiCompatDependencies = {
|
|
|
37
39
|
[SourcesApiExportNames.SourceApiManager]: ApiManager<SourceApiBase & ViewModeApi & SubtitleSourceApi>;
|
|
38
40
|
[SourcesApiExportNames.SourceEventBus]: EventBus<SubtitleEventMap>;
|
|
39
41
|
[SubtitleApiExportNames.SubtitleEvent]: typeof SubtitleEvent;
|
|
40
|
-
};
|
|
42
|
+
} & StreamDataStructureStream & StreamingState;
|
|
41
43
|
type SourceApiCompatExports = EmptyObject;
|
|
42
44
|
export type SourceApiCompatContext = ContextHaving<SourceApiCompatDependencies, SourceApiCompatExports, ContextWithState>;
|
|
43
45
|
export declare const BitmovinPlayerSourceApiPackage: import("../../../../framework-types/package-api/Package").Package<SourceApiCompatDependencies, EmptyObject, BitmovinV8PlayerApi>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TimeRange } from '../../
|
|
1
|
+
import type { TimeRange } from '../../stream-data-structure/track/TrackAtom';
|
|
2
2
|
import type { BufferApi } from '../apis/BufferApi';
|
|
3
3
|
import type { DrmApi } from '../apis/DrmApi';
|
|
4
4
|
import type { ManifestApi } from '../apis/ManifestApi';
|
|
@@ -5,20 +5,17 @@
|
|
|
5
5
|
* extends API manager for `getVideoElement` and `setVideoElement` methods.
|
|
6
6
|
*
|
|
7
7
|
* ### `BitmovinVideoElementUtils` Package Dependency Graph
|
|
8
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 403.40625
|
|
8
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 403.40625 49" style="max-width: 403.406px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-BitmovinV8Core" id="L-BitmovinVideoElementUtils-BitmovinV8Core-0" d="M206.797,16.5L210.964,16.5C215.13,16.5,223.464,16.5,230.914,16.5C238.364,16.5,244.93,16.5,248.214,16.5L251.497,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(103.3984375, 16.5)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-0" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g><g transform="translate(322.1015625, 16.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-1" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g></g></g></g></svg>
|
|
9
9
|
*/
|
|
10
10
|
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
11
11
|
import type { BaseContext } from '../../../../framework-types/Types';
|
|
12
|
-
import { BundleExportNames } from '../../../bundles/Types';
|
|
13
12
|
import type { CoreEffects } from '../../core/Types';
|
|
14
13
|
import { CoreExportNames } from '../../core/Types';
|
|
15
|
-
import type { Logger } from '../../core/utils/Logger';
|
|
16
14
|
import { SourcesApiExportNames } from '../../sources-api/Types';
|
|
17
15
|
import type VideoElementUtils from '../../sources-api/VideoElementUtils';
|
|
18
16
|
import { AdditionalPlayerExports } from '../enums/PlayerExports';
|
|
19
17
|
import type { BitmovinV8PlayerApi, PlayerConfig } from '../types/Types';
|
|
20
18
|
type Dependencies = {
|
|
21
|
-
[BundleExportNames.Logger]: Logger;
|
|
22
19
|
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
23
20
|
[AdditionalPlayerExports.Container]: HTMLElement;
|
|
24
21
|
[AdditionalPlayerExports.UserConfig]: PlayerConfig;
|