@bitmovin/player-web-x 10.2.0-beta.0 → 10.2.0-beta.11
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 +4 -3
- package/types/packages/adaptation/AdaptationStateAtom.d.ts +14 -23
- package/types/packages/adaptation/NoAdaptation.package.d.ts +10 -0
- package/types/packages/adaptation/Types.d.ts +32 -8
- package/types/packages/adaptation/WishConfigAtom.d.ts +4 -29
- 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,7 +5,7 @@
|
|
|
5
5
|
* It additionally exports `CreateSubtitleCueAtom` factory, and handles clearing `StreamTimeline` and `SubtitleCueMapAtom`.
|
|
6
6
|
*
|
|
7
7
|
* ### `SubtitleBase` Package Dependency Graph
|
|
8
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 1197.984375 646.75" style="max-width: 1197.98px; 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-SubtitleBase LE-Core" id="L-SubtitleBase-Core-0" d="M54.7,509.25L67.224,418.542C79.748,327.833,104.796,146.417,125.553,55.708C146.31,-35,162.776,-35,179.242,-35C195.708,-35,212.174,-35,230.715,-35C249.255,-35,269.87,-35,290.484,-35C311.099,-35,331.714,-35,359.37,-35C387.026,-35,421.724,-35,456.422,-35C491.12,-35,525.818,-35,560.589,-35C595.359,-35,630.203,-35,665.047,-35C699.891,-35,734.734,-35,773.556,-35C812.378,-35,855.177,-35,897.977,-35C940.776,-35,983.576,-35,1018.197,-9.451C1052.818,16.098,1079.262,67.195,1092.483,92.744L1105.705,118.293"/><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="M58.074,509.25L70.036,474.333C81.997,439.417,105.921,369.583,121.166,334.667C136.41,299.75,142.977,299.75,146.26,299.75L149.544,299.75"/><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="M77.971,542.25L86.617,547.833C95.262,553.417,112.553,564.583,129.431,570.167C146.31,575.75,162.776,575.75,179.242,575.75C195.708,575.75,212.174,575.75,230.715,575.75C249.255,575.75,269.87,575.75,290.484,575.75C311.099,575.75,331.714,575.75,359.37,575.75C387.026,575.75,421.724,575.75,456.422,575.75C491.12,575.75,525.818,575.75,560.589,575.75C595.359,575.75,630.203,575.75,665.047,575.75C699.891,575.75,734.734,575.75,771.188,547.772C807.643,519.794,845.707,463.838,864.739,435.86L883.771,407.882"/><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="M70.671,542.25L80.533,551.167C90.395,560.083,110.12,577.917,128.215,586.833C146.31,595.75,162.776,595.75,179.242,595.75C195.708,595.75,212.174,595.75,230.715,595.75C249.255,595.75,269.87,595.75,290.484,595.75C311.099,595.75,331.714,595.75,359.37,595.75C387.026,595.75,421.724,595.75,456.422,595.75C491.12,595.75,525.818,595.75,558.518,569.719C591.218,543.688,621.921,491.627,637.273,465.596L652.624,439.565"/><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="M182.12,283.25L189.873,238.792C197.627,194.333,213.134,105.417,231.194,60.958C249.255,16.5,269.87,16.5,290.484,16.5C311.099,16.5,331.714,16.5,359.37,16.5C387.026,16.5,421.724,16.5,456.422,16.5C491.12,16.5,525.818,16.5,560.589,16.5C595.359,16.5,630.203,16.5,665.047,16.5C699.891,16.5,734.734,16.5,764.529,16.5C794.324,16.5,819.071,16.5,831.444,16.5L843.817,16.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="M182.759,283.25L190.406,247.375C198.053,211.5,213.347,139.75,231.301,103.875C249.255,68,269.87,68,290.484,68C311.099,68,331.714,68,359.37,68C387.026,68,421.724,68,456.422,68C491.12,68,525.818,68,560.589,68C595.359,68,630.203,68,665.047,68C699.891,68,734.734,68,773.556,68C812.378,68,855.177,68,897.977,68C940.776,68,983.576,68,1015.86,76.618C1048.145,85.237,1069.915,102.473,1080.8,111.092L1091.685,119.71"/><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="M184.467,283.25L191.829,260C199.192,236.75,213.916,190.25,224.562,167C235.207,143.75,241.774,143.75,245.057,143.75L248.341,143.75"/><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="M193.479,283.25L199.34,276.458C205.2,269.667,216.92,256.083,233.088,249.292C249.255,242.5,269.87,242.5,290.484,242.5C311.099,242.5,331.714,242.5,345.308,242.184C358.903,241.868,365.478,241.237,368.765,240.921L372.052,240.605"/><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="M203.641,291.971L207.807,290.642C211.974,289.314,220.307,286.657,234.781,285.328C249.255,284,269.87,284,290.484,284C311.099,284,331.714,284,356.701,265.032C381.688,246.064,411.048,208.128,425.728,189.159L440.408,170.191"/><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="M203.641,315.308L207.807,317.965C211.974,320.622,220.307,325.936,234.781,328.593C249.255,331.25,269.87,331.25,290.484,331.25C311.099,331.25,331.714,331.25,349.166,330.169C366.618,329.088,380.907,326.926,388.052,325.845L395.197,324.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="M182.696,316.25L190.353,352.833C198.011,389.417,213.326,462.583,231.29,499.167C249.255,535.75,269.87,535.75,290.484,535.75C311.099,535.75,331.714,535.75,359.37,535.75C387.026,535.75,421.724,535.75,456.422,535.75C491.12,535.75,525.818,535.75,560.589,535.75C595.359,535.75,630.203,535.75,665.047,535.75C699.891,535.75,734.734,535.75,770.605,514.377C806.476,493.004,843.373,450.258,861.822,428.885L880.271,407.512"/><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="M182.426,316.25L190.128,356.167C197.831,396.083,213.236,475.917,231.245,515.833C249.255,555.75,269.87,555.75,290.484,555.75C311.099,555.75,331.714,555.75,359.37,555.75C387.026,555.75,421.724,555.75,456.422,555.75C491.12,555.75,525.818,555.75,557.959,536.328C590.1,516.905,619.685,478.061,634.477,458.639L649.269,439.216"/><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="M946.836,16.5L960.092,16.5C973.349,16.5,999.862,16.5,1025.627,33.538C1051.393,50.576,1076.411,84.652,1088.92,101.69L1101.429,118.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="M308.788,127.25L316.045,120.708C323.301,114.167,337.815,101.083,362.42,94.542C387.026,88,421.724,88,456.422,88C491.12,88,525.818,88,560.589,88C595.359,88,630.203,88,665.047,88C699.891,88,734.734,88,773.556,88C812.378,88,855.177,88,897.977,88C940.776,88,983.576,88,1015.118,93.784C1046.661,99.569,1066.946,111.137,1077.089,116.922L1087.232,122.706"/><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="M327.328,143.75L331.495,143.75C335.661,143.75,343.995,143.75,357.002,144.238C370.009,144.727,387.691,145.703,396.531,146.192L405.372,146.68"/><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="M308.308,160.25L315.645,167.042C322.982,173.833,337.655,187.417,359.246,209.888C380.837,232.359,409.347,263.719,423.602,279.399L437.856,295.078"/><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="M502.18,133.785L511.902,130.446C521.625,127.107,541.07,120.428,568.215,117.089C595.359,113.75,630.203,113.75,665.047,113.75C699.891,113.75,734.734,113.75,773.556,113.75C812.378,113.75,855.177,113.75,897.977,113.75C940.776,113.75,983.576,113.75,1015.036,116.619C1046.496,119.488,1066.618,125.225,1076.678,128.094L1086.739,130.963"/><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="M502.18,149.5L511.902,149.5C521.625,149.5,541.07,149.5,568.215,149.5C595.359,149.5,630.203,149.5,665.047,149.5C699.891,149.5,734.734,149.5,771.649,185.556C808.564,221.613,847.55,293.725,867.043,329.781L886.536,365.838"/><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="M497.809,166L508.26,170.167C518.711,174.333,539.613,182.667,565.854,221.197C592.095,259.728,623.674,328.456,639.463,362.82L655.253,397.184"/><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="M930.828,387L946.753,387C962.677,387,994.526,387,1024.195,349.33C1053.864,311.66,1081.353,236.319,1095.098,198.649L1108.843,160.979"/><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="M685.827,402L699.786,390.917C713.744,379.833,741.661,357.667,777.019,346.583C812.378,335.5,855.177,335.5,897.977,335.5C940.776,335.5,983.576,335.5,1018.389,306.386C1053.203,277.271,1080.031,219.042,1093.446,189.928L1106.86,160.814"/><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="M719.801,402L728.097,399.5C736.394,397,752.986,392,776.323,389.5C799.66,387,829.743,387,844.784,387L859.825,387"/><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="M744.578,433.717L748.745,434.514C752.911,435.311,761.245,436.906,786.811,437.703C812.378,438.5,855.177,438.5,897.977,438.5C940.776,438.5,983.576,438.5,1014.437,443.896C1045.298,449.291,1064.22,460.083,1073.682,465.479L1083.143,470.874"/><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="M682.782,435L697.248,448.458C711.714,461.917,740.646,488.833,758.395,502.292C776.145,515.75,782.711,515.75,785.995,515.75L789.278,515.75"/><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="M949.027,499.25L961.918,495.083C974.809,490.917,1000.592,482.583,1027.562,426.228C1054.533,369.872,1082.69,265.495,1096.769,213.306L1110.848,161.117"/><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="M1001.375,523.803L1005.542,524.127C1009.708,524.452,1018.042,525.101,1029.491,522.542C1040.941,519.984,1055.507,514.217,1062.79,511.334L1070.073,508.451"/><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="M512.406,315.5L520.424,315.5C528.443,315.5,544.479,315.5,569.919,315.5C595.359,315.5,630.203,315.5,665.047,315.5C699.891,315.5,734.734,315.5,773.556,315.5C812.378,315.5,855.177,315.5,897.977,315.5C940.776,315.5,983.576,315.5,1018.212,289.703C1052.848,263.905,1079.321,212.31,1092.558,186.513L1105.794,160.716"/><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="M535.516,216.164L539.682,215.303C543.849,214.442,552.182,212.721,573.771,211.861C595.359,211,630.203,211,665.047,211C699.891,211,734.734,211,771.029,236.87C807.324,262.739,845.07,314.479,863.943,340.349L882.816,366.218"/><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="M510.947,249L519.209,251.5C527.47,254,543.993,259,567.321,283.768C590.648,308.537,620.781,353.074,635.847,375.342L650.913,397.61"/></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><g class="nodes"><g transform="translate(52.421875, 525.75)" data-id="SubtitleBase" data-node="true" id="flowchart-SubtitleBase-0" 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(1116.6796875, 139.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(179.2421875, 299.75)" data-id="Data" data-node="true" id="flowchart-Data-3" 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(897.9765625, 387)" data-id="Source" data-node="true" id="flowchart-Source-5" 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(665.046875, 418.5)" 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(897.9765625, 16.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-9" 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(290.484375, 143.75)" data-id="Network" data-node="true" id="flowchart-Network-13" 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(456.421875, 232.5)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-15" 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(456.421875, 149.5)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-17" 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(456.421875, 315.5)" data-id="NoAdaptation" data-node="true" id="flowchart-NoAdaptation-19" 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 transform="translate(1116.6796875, 490)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-45" 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(897.9765625, 515.75)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-47" 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 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>
|
|
9
9
|
*/
|
|
10
10
|
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
11
11
|
import type { SubtitleBaseDependencies, SubtitleBaseExports } from './Types';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
2
2
|
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
3
3
|
import type { MapStateAtom } from '../../core/state/MapStateAtom';
|
|
4
|
-
import type { SubtitleSelectionGroupAtom } from '../../core/state/selection-group/SelectionGroupAtom';
|
|
5
4
|
import type { TimelineAtom } from '../../core/state/timeline/Types';
|
|
6
5
|
import type { CoreStateAtoms } from '../../core/Types';
|
|
7
6
|
import { CoreExportNames } from '../../core/Types';
|
|
8
7
|
import type { CoreUtils } from '../../core/utils/Types';
|
|
8
|
+
import type { SubtitleSelectionGroupAtom } from '../../stream-data-structure/selection-group/SelectionGroupAtom';
|
|
9
9
|
import type { ContextWithState } from '../../Types';
|
|
10
10
|
import type { SubtitleCueAtom } from './SubtitleCueAtom';
|
|
11
11
|
export type SubtitleCueMapAtom = MapStateAtom<SubtitleSelectionGroupAtom, TimelineAtom<SubtitleCueAtom>>;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
2
|
-
import type { BundleExportNames } from '../../../bundles/Types';
|
|
3
2
|
import type { Constants } from '../../core/Constants';
|
|
4
3
|
import type { StreamTimelineAtom } from '../../core/state/stream-timeline/StreamTimelineMapAtom';
|
|
5
4
|
import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
|
|
6
|
-
import type { Logger } from '../../core/utils/Logger';
|
|
7
5
|
import type { CoreUtils } from '../../core/utils/Types';
|
|
8
6
|
import type { DataExportNames } from '../../data/Types';
|
|
9
7
|
import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
|
|
10
8
|
import type { SourceExportNames } from '../../source/Types';
|
|
9
|
+
import type { StreamDataStructureSegments } from '../../stream-data-structure/segment/Exports';
|
|
10
|
+
import type { StreamDataStructureSelectionGroups } from '../../stream-data-structure/selection-group/Exports';
|
|
11
|
+
import type { StreamingState } from '../../streaming/Types';
|
|
11
12
|
import type { ContextWithState } from '../../Types';
|
|
12
13
|
import type { SubtitleBufferClearingTask } from './SubtitleBufferClearingTask';
|
|
13
14
|
import type { createSubtitleCueAtom } from './SubtitleCueAtom';
|
|
@@ -18,14 +19,13 @@ export declare enum SubtitleBaseExportNames {
|
|
|
18
19
|
SubtitleBufferClearingTask = "subtitle-buffer-clearing-task"
|
|
19
20
|
}
|
|
20
21
|
export type SubtitleBaseDependencies = {
|
|
21
|
-
[BundleExportNames.Logger]: Logger;
|
|
22
22
|
[CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
|
|
23
23
|
[CoreExportNames.Utils]: CoreUtils;
|
|
24
24
|
[CoreExportNames.Constants]: Constants;
|
|
25
25
|
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
26
26
|
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
27
27
|
[DataExportNames.StreamTimeline]: StreamTimelineAtom;
|
|
28
|
-
};
|
|
28
|
+
} & StreamDataStructureSelectionGroups & StreamDataStructureSegments & StreamingState;
|
|
29
29
|
export type SubtitleBaseExports = {
|
|
30
30
|
[SubtitleBaseExportNames.SubtitleCueMapAtom]: SubtitleCueMapAtom;
|
|
31
31
|
[SubtitleBaseExportNames.CreateSubtitleCueAtom]: typeof createSubtitleCueAtom;
|
package/types/packages/subtitles/subtitle-format-detection/SubtitleFormatDetection.package.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The package currently only supports WebVTT detection, and sets the format on `SubtitleTrack.formatType`.
|
|
6
6
|
*
|
|
7
7
|
* ### `SubtitleFormatDetection` Package Dependency Graph
|
|
8
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -63 1279.78125 601.75" style="max-width: 1279.78px; 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-SubtitleFormatDetection LE-Core" id="L-SubtitleFormatDetection-Core-0" d="M109.971,45.75L126.916,28.958C143.861,12.167,177.751,-21.417,202.929,-38.208C228.107,-55,244.573,-55,261.039,-55C277.505,-55,293.971,-55,312.512,-55C331.052,-55,351.667,-55,372.281,-55C392.896,-55,413.51,-55,441.167,-55C468.823,-55,503.521,-55,538.219,-55C572.917,-55,607.615,-55,642.385,-55C677.156,-55,712,-55,746.844,-55C781.688,-55,816.531,-55,855.353,-55C894.174,-55,936.974,-55,979.773,-55C1022.573,-55,1065.372,-55,1099.822,-32.059C1134.271,-9.119,1160.371,36.762,1173.42,59.703L1186.47,82.643"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleFormatDetection LE-Data" id="L-SubtitleFormatDetection-Data-0" d="M109.193,78.75L126.267,96.5C143.342,114.25,177.491,149.75,197.849,167.5C218.207,185.25,224.774,185.25,228.057,185.25L231.341,185.25"/><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="M265.869,168.75L273.297,143.375C280.725,118,295.581,67.25,313.317,41.875C331.052,16.5,351.667,16.5,372.281,16.5C392.896,16.5,413.51,16.5,441.167,16.5C468.823,16.5,503.521,16.5,538.219,16.5C572.917,16.5,607.615,16.5,642.385,16.5C677.156,16.5,712,16.5,746.844,16.5C781.688,16.5,816.531,16.5,846.326,16.5C876.121,16.5,900.868,16.5,913.241,16.5L925.614,16.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="M264.74,168.75L272.356,134.792C279.972,100.833,295.205,32.917,313.128,-1.042C331.052,-35,351.667,-35,372.281,-35C392.896,-35,413.51,-35,441.167,-35C468.823,-35,503.521,-35,538.219,-35C572.917,-35,607.615,-35,642.385,-35C677.156,-35,712,-35,746.844,-35C781.688,-35,816.531,-35,855.353,-35C894.174,-35,936.974,-35,979.773,-35C1022.573,-35,1065.372,-35,1099.551,-15.365C1133.73,4.269,1159.288,43.539,1172.067,63.173L1184.847,82.808"/><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="M285.438,197.968L289.604,200.14C293.771,202.312,302.104,206.656,309.554,208.828C317.004,211,323.571,211,326.854,211L330.138,211"/><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="M267.167,201.75L274.379,221.167C281.591,240.583,296.014,279.417,313.533,298.833C331.052,318.25,351.667,318.25,372.281,318.25C392.896,318.25,413.51,318.25,427.101,318.25C440.692,318.25,447.258,318.25,450.542,318.25L453.825,318.25"/><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="M285.438,172.532L289.604,170.36C293.771,168.188,302.104,163.844,316.578,161.672C331.052,159.5,351.667,159.5,372.281,159.5C392.896,159.5,413.51,159.5,432.683,161.693C451.855,163.886,469.586,168.272,478.451,170.465L487.316,172.658"/><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="M265.457,201.75L272.954,229.75C280.45,257.75,295.444,313.75,313.248,341.75C331.052,369.75,351.667,369.75,372.281,369.75C392.896,369.75,413.51,369.75,431.234,371.994C448.957,374.238,463.789,378.727,471.205,380.971L478.621,383.215"/><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="M274.292,168.75L280.317,161.25C286.341,153.75,298.389,138.75,314.721,131.25C331.052,123.75,351.667,123.75,372.281,123.75C392.896,123.75,413.51,123.75,441.167,123.75C468.823,123.75,503.521,123.75,538.219,123.75C572.917,123.75,607.615,123.75,642.385,123.75C677.156,123.75,712,123.75,746.844,123.75C781.688,123.75,816.531,123.75,849.643,132.487C882.754,141.224,914.133,158.698,929.823,167.435L945.513,176.171"/><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="M271.04,201.75L277.606,212.583C284.172,223.417,297.305,245.083,314.179,255.917C331.052,266.75,351.667,266.75,372.281,266.75C392.896,266.75,413.51,266.75,441.167,266.75C468.823,266.75,503.521,266.75,538.219,266.75C572.917,266.75,607.615,266.75,630.364,268.08C653.114,269.411,663.915,272.072,669.316,273.402L674.716,274.732"/><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="M1028.633,16.5L1041.889,16.5C1055.146,16.5,1081.659,16.5,1106.485,27.678C1131.31,38.856,1154.449,61.212,1166.018,72.389L1177.587,83.567"/><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="M379.417,194.5L388.535,173.417C397.653,152.333,415.889,110.167,442.356,89.083C468.823,68,503.521,68,538.219,68C572.917,68,607.615,68,642.385,68C677.156,68,712,68,746.844,68C781.688,68,816.531,68,855.353,68C894.174,68,936.974,68,979.773,68C1022.573,68,1065.372,68,1096.861,71.994C1128.35,75.988,1148.527,83.976,1158.616,87.97L1168.705,91.964"/><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="M409.125,211L413.292,211C417.458,211,425.792,211,438.824,208.807C451.855,206.614,469.586,202.228,478.451,200.035L487.316,197.842"/><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="M377.377,227.5L386.835,258.125C396.293,288.75,415.209,350,431.806,379.939C448.403,409.878,462.681,408.507,469.82,407.821L476.959,407.135"/><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="M555.88,168.75L570.285,155.292C584.691,141.833,613.502,114.917,645.329,101.458C677.156,88,712,88,746.844,88C781.688,88,816.531,88,855.353,88C894.174,88,936.974,88,979.773,88C1022.573,88,1065.372,88,1096.812,89.751C1128.252,91.502,1148.332,95.004,1158.372,96.755L1168.412,98.506"/><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="M583.977,185.25L593.699,185.25C603.422,185.25,622.867,185.25,650.012,185.25C677.156,185.25,712,185.25,746.844,185.25C781.688,185.25,816.531,185.25,848.997,186.422C881.463,187.593,911.55,189.937,926.594,191.108L941.638,192.28"/><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="M553.418,201.75L568.234,217.833C583.05,233.917,612.681,266.083,630.781,281.986C648.882,297.889,655.451,297.527,658.736,297.347L662.021,297.166"/><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="M1012.625,195.25L1028.549,195.25C1044.474,195.25,1076.323,195.25,1103.964,183.379C1131.604,171.507,1155.037,147.765,1166.753,135.894L1178.469,124.022"/><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="M826.375,292.5L830.542,292.5C834.708,292.5,843.042,292.5,868.608,292.5C894.174,292.5,936.974,292.5,979.773,292.5C1022.573,292.5,1065.372,292.5,1100.126,264.588C1134.88,236.677,1161.587,180.854,1174.941,152.942L1188.295,125.031"/><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="M768.007,276L781.901,265.167C795.796,254.333,823.586,232.667,852.528,219.988C881.47,207.308,911.566,203.617,926.614,201.771L941.661,199.925"/><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="M754.989,309L771.053,341.542C787.118,374.083,819.246,439.167,856.71,471.708C894.174,504.25,936.974,504.25,979.773,504.25C1022.573,504.25,1065.372,504.25,1090.061,504.614C1114.749,504.978,1121.327,505.707,1124.615,506.071L1127.904,506.435"/><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="M757.607,309L773.235,332.958C788.863,356.917,820.119,404.833,839.03,428.792C857.942,452.75,864.508,452.75,867.792,452.75L871.075,452.75"/><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="M1002.554,436.25L1020.157,423.5C1037.76,410.75,1072.966,385.25,1104.356,333.416C1135.746,281.583,1163.319,203.415,1177.106,164.332L1190.893,125.248"/><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="M1009.404,469.25L1025.865,478.417C1042.327,487.583,1075.249,505.917,1094.999,514.719C1114.749,523.522,1121.327,522.793,1124.615,522.429L1127.904,522.065"/><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="M594.203,401.25L602.221,401.25C610.24,401.25,626.276,401.25,651.716,401.25C677.156,401.25,712,401.25,746.844,401.25C781.688,401.25,816.531,401.25,855.353,401.25C894.174,401.25,936.974,401.25,979.773,401.25C1022.573,401.25,1065.372,401.25,1100.732,355.262C1136.091,309.274,1164.01,217.298,1177.969,171.31L1191.929,125.322"/><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="M557.904,301.75L571.972,289.958C586.04,278.167,614.176,254.583,645.666,242.792C677.156,231,712,231,746.844,231C781.688,231,816.531,231,849.027,226.803C881.522,222.606,911.669,214.212,926.743,210.015L941.816,205.818"/><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="M617.313,318.25L621.479,318.25C625.646,318.25,633.979,318.25,643.546,316.92C653.114,315.589,663.915,312.928,669.316,311.598L674.716,310.268"/></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><g class="nodes"><g transform="translate(93.3203125, 62.25)" data-id="SubtitleFormatDetection" data-node="true" id="flowchart-SubtitleFormatDetection-0" class="node default default flowchart-label"><rect height="33" width="186.640625" y="-16.5" x="-93.3203125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-85.8203125, -9)" style="" class="label"><rect/><foreignObject height="18" width="171.640625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SubtitleFormatDetection</span></div></foreignObject></g></g><g transform="translate(1198.4765625, 103.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(261.0390625, 185.25)" data-id="Data" data-node="true" id="flowchart-Data-3" 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(979.7734375, 16.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-5" 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(372.28125, 211)" data-id="Network" data-node="true" id="flowchart-Network-9" 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(538.21875, 318.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-11" 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(538.21875, 185.25)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-13" 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(538.21875, 401.25)" data-id="NoAdaptation" data-node="true" id="flowchart-NoAdaptation-15" 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 transform="translate(979.7734375, 195.25)" data-id="Source" data-node="true" id="flowchart-Source-17" 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(746.84375, 292.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-19" 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(1198.4765625, 514.25)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-41" 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(979.7734375, 452.75)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-43" 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 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>
|
|
9
9
|
*/
|
|
10
10
|
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
11
11
|
import type { SubtitleFormatDetectionDependencies, SubtitleFormatDetectionExports } from './Types';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
2
2
|
import type { NamedTask, Task } from '../../../../framework-types/task/Types';
|
|
3
|
-
import type { BundleExportNames } from '../../../bundles/Types';
|
|
4
3
|
import type { Constants, SubtitleFormatType } from '../../core/Constants';
|
|
5
4
|
import type { StreamTimelineAtom } from '../../core/state/stream-timeline/StreamTimelineMapAtom';
|
|
6
5
|
import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
|
|
7
|
-
import type { Logger } from '../../core/utils/Logger';
|
|
8
6
|
import type { CoreUtils } from '../../core/utils/Types';
|
|
9
7
|
import type { DataExportNames } from '../../data/Types';
|
|
8
|
+
import type { StreamDataStructureSelectionGroups } from '../../stream-data-structure/selection-group/Exports';
|
|
9
|
+
import type { StreamDataStructureTracks } from '../../stream-data-structure/track/Exports';
|
|
10
10
|
import type { ContextWithState } from '../../Types';
|
|
11
11
|
export declare enum SubtitleFormatDetectionExportNames {
|
|
12
12
|
GetSegmentFormatTypeTask = "get-subtitle-segment-format-type-task"
|
|
@@ -16,11 +16,10 @@ export type SubtitleFormatDetectionExports = {
|
|
|
16
16
|
};
|
|
17
17
|
export type SubtitleFormatDetectionDependencies = {
|
|
18
18
|
[CoreExportNames.Utils]: CoreUtils;
|
|
19
|
-
[BundleExportNames.Logger]: Logger;
|
|
20
19
|
[CoreExportNames.Constants]: Constants;
|
|
21
20
|
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
22
21
|
[CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
|
|
23
22
|
[DataExportNames.StreamTimeline]: StreamTimelineAtom;
|
|
24
|
-
};
|
|
23
|
+
} & StreamDataStructureSelectionGroups & StreamDataStructureTracks;
|
|
25
24
|
export type SubtitleFormatDetectionContext = ContextHaving<SubtitleFormatDetectionDependencies, SubtitleFormatDetectionExports, ContextWithState>;
|
|
26
25
|
export type GetSegmentFormatTypeTaskType = NamedTask<Task<SubtitleFormatDetectionContext, Uint8Array, SubtitleFormatType>>;
|
package/types/packages/subtitles/subtitle-native-renderer/SubtitleNativeRenderer.package.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Uses native video element text tracks to render subtitle cues.
|
|
5
5
|
*
|
|
6
6
|
* ### `SubtitleNativeRenderer` Package Dependency Graph
|
|
7
|
-
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 1428.40625 732.5" style="max-width: 1428.41px; 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-SubtitleNativeRenderer LE-SubtitleBase" id="L-SubtitleNativeRenderer-SubtitleBase-0" d="M100.599,613.5L118.069,585.75C135.54,558,170.481,502.5,191.235,474.75C211.989,447,218.555,447,221.839,447L225.122,447"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleNativeRenderer LE-Core" id="L-SubtitleNativeRenderer-Core-0" d="M180.422,639.005L184.589,639.42C188.755,639.836,197.089,640.668,214.159,641.084C231.229,641.5,257.036,641.5,282.844,641.5C308.651,641.5,334.458,641.5,355.595,641.5C376.732,641.5,393.198,641.5,409.664,641.5C426.13,641.5,442.596,641.5,461.137,641.5C479.677,641.5,500.292,641.5,520.906,641.5C541.521,641.5,562.135,641.5,589.792,641.5C617.448,641.5,652.146,641.5,686.844,641.5C721.542,641.5,756.24,641.5,791.01,641.5C825.781,641.5,860.625,641.5,895.469,641.5C930.313,641.5,965.156,641.5,1003.978,641.5C1042.799,641.5,1085.599,641.5,1128.398,641.5C1171.198,641.5,1213.997,641.5,1249.631,578.612C1285.264,515.723,1313.73,389.946,1327.964,327.058L1342.197,264.169"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleNativeRenderer LE-Source" id="L-SubtitleNativeRenderer-Source-0" d="M150.56,646.5L159.703,649C168.847,651.5,187.134,656.5,209.182,659C231.229,661.5,257.036,661.5,282.844,661.5C308.651,661.5,334.458,661.5,355.595,661.5C376.732,661.5,393.198,661.5,409.664,661.5C426.13,661.5,442.596,661.5,461.137,661.5C479.677,661.5,500.292,661.5,520.906,661.5C541.521,661.5,562.135,661.5,589.792,661.5C617.448,661.5,652.146,661.5,686.844,661.5C721.542,661.5,756.24,661.5,791.01,661.5C825.781,661.5,860.625,661.5,895.469,661.5C930.313,661.5,965.156,661.5,1001.838,629.962C1038.52,598.424,1077.04,535.349,1096.3,503.811L1115.56,472.273"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-SubtitleNativeRenderer LE-BitmovinV8StaticApi" id="L-SubtitleNativeRenderer-BitmovinV8StaticApi-0" d="M127.123,646.5L140.173,652.333C153.223,658.167,179.322,669.833,205.276,675.667C231.229,681.5,257.036,681.5,282.844,681.5C308.651,681.5,334.458,681.5,355.595,681.5C376.732,681.5,393.198,681.5,409.664,681.5C426.13,681.5,442.596,681.5,461.137,681.5C479.677,681.5,500.292,681.5,520.906,681.5C541.521,681.5,562.135,681.5,589.792,681.5C617.448,681.5,652.146,681.5,686.844,681.5C721.542,681.5,756.24,681.5,789.203,650.953C822.166,620.406,853.394,559.313,869.008,528.766L884.622,498.219"/><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="M285.494,430.5L297.956,352.917C310.418,275.333,335.342,120.167,356.037,42.583C376.732,-35,393.198,-35,409.664,-35C426.13,-35,442.596,-35,461.137,-35C479.677,-35,500.292,-35,520.906,-35C541.521,-35,562.135,-35,589.792,-35C617.448,-35,652.146,-35,686.844,-35C721.542,-35,756.24,-35,791.01,-35C825.781,-35,860.625,-35,895.469,-35C930.313,-35,965.156,-35,1003.978,-35C1042.799,-35,1085.599,-35,1128.398,-35C1171.198,-35,1213.997,-35,1249.28,7.66C1284.562,50.32,1312.327,135.64,1326.209,178.3L1340.092,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="M289.045,430.5L300.915,398.917C312.785,367.333,336.525,304.167,351.679,272.583C366.832,241,373.399,241,376.682,241L379.966,241"/><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="M292.051,463.5L303.42,483.875C314.789,504.25,337.527,545,357.13,565.375C376.732,585.75,393.198,585.75,409.664,585.75C426.13,585.75,442.596,585.75,461.137,585.75C479.677,585.75,500.292,585.75,520.906,585.75C541.521,585.75,562.135,585.75,589.792,585.75C617.448,585.75,652.146,585.75,686.844,585.75C721.542,585.75,756.24,585.75,791.01,585.75C825.781,585.75,860.625,585.75,895.469,585.75C930.313,585.75,965.156,585.75,1000.743,566.722C1036.329,547.695,1072.658,509.639,1090.823,490.611L1108.987,471.584"/><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="M290.891,463.5L302.453,487.208C314.016,510.917,337.141,558.333,356.936,582.042C376.732,605.75,393.198,605.75,409.664,605.75C426.13,605.75,442.596,605.75,461.137,605.75C479.677,605.75,500.292,605.75,520.906,605.75C541.521,605.75,562.135,605.75,589.792,605.75C617.448,605.75,652.146,605.75,686.844,605.75C721.542,605.75,756.24,605.75,788.221,587.727C820.202,569.705,849.467,533.66,864.099,515.637L878.732,497.615"/><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="M413.295,224.5L420.923,189.833C428.551,155.167,443.807,85.833,461.742,51.167C479.677,16.5,500.292,16.5,520.906,16.5C541.521,16.5,562.135,16.5,589.792,16.5C617.448,16.5,652.146,16.5,686.844,16.5C721.542,16.5,756.24,16.5,791.01,16.5C825.781,16.5,860.625,16.5,895.469,16.5C930.313,16.5,965.156,16.5,994.951,16.5C1024.746,16.5,1049.493,16.5,1061.866,16.5L1074.239,16.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="M414.375,224.5L421.823,198.417C429.271,172.333,444.167,120.167,461.922,94.083C479.677,68,500.292,68,520.906,68C541.521,68,562.135,68,589.792,68C617.448,68,652.146,68,686.844,68C721.542,68,756.24,68,791.01,68C825.781,68,860.625,68,895.469,68C930.313,68,965.156,68,1003.978,68C1042.799,68,1085.599,68,1128.398,68C1171.198,68,1213.997,68,1248.619,93.549C1283.24,119.098,1309.683,170.195,1322.905,195.744L1336.127,221.293"/><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="M418.045,224.5L424.881,211.042C431.718,197.583,445.39,170.667,455.51,157.208C465.629,143.75,472.196,143.75,475.479,143.75L478.763,143.75"/><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="M434.063,241.741L438.229,241.867C442.396,241.994,450.729,242.247,465.203,242.373C479.677,242.5,500.292,242.5,520.906,242.5C541.521,242.5,562.135,242.5,575.731,242.137C589.327,241.773,595.905,241.047,599.193,240.683L602.482,240.32"/><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="M428.619,257.5L433.693,261.917C438.767,266.333,448.915,275.167,464.296,279.583C479.677,284,500.292,284,520.906,284C541.521,284,562.135,284,587.15,264.785C612.164,245.57,641.579,207.139,656.286,187.924L670.993,168.709"/><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="M418.848,257.5L425.55,269.542C432.253,281.583,445.658,305.667,462.667,317.708C479.677,329.75,500.292,329.75,520.906,329.75C541.521,329.75,562.135,329.75,579.588,328.669C597.04,327.588,611.329,325.426,618.474,324.345L625.619,323.264"/><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="M415.538,257.5L422.792,277.875C430.046,298.25,444.554,339,462.116,359.375C479.677,379.75,500.292,379.75,520.906,379.75C541.521,379.75,562.135,379.75,589.792,379.75C617.448,379.75,652.146,379.75,686.844,379.75C721.542,379.75,756.24,379.75,791.01,379.75C825.781,379.75,860.625,379.75,895.469,379.75C930.313,379.75,965.156,379.75,998.268,388.487C1031.379,397.224,1062.758,414.698,1078.448,423.435L1094.138,432.171"/><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="M413.118,257.5L420.775,294.083C428.433,330.667,443.748,403.833,461.712,440.417C479.677,477,500.292,477,520.906,477C541.521,477,562.135,477,589.792,477C617.448,477,652.146,477,686.844,477C721.542,477,756.24,477,776.872,477C797.504,477,804.071,477,807.354,477L810.638,477"/><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="M1177.258,16.5L1190.514,16.5C1203.771,16.5,1230.284,16.5,1257.165,50.596C1284.045,84.693,1311.294,152.886,1324.918,186.982L1338.542,221.078"/><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="M539.21,127.25L546.466,120.708C553.723,114.167,568.237,101.083,592.842,94.542C617.448,88,652.146,88,686.844,88C721.542,88,756.24,88,791.01,88C825.781,88,860.625,88,895.469,88C930.313,88,965.156,88,1003.978,88C1042.799,88,1085.599,88,1128.398,88C1171.198,88,1213.997,88,1248.395,110.237C1282.792,132.475,1308.788,176.95,1321.785,199.187L1334.783,221.424"/><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="M557.75,143.75L561.917,143.75C566.083,143.75,574.417,143.75,587.423,144.111C600.43,144.472,618.11,145.194,626.95,145.555L635.79,145.916"/><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="M538.73,160.25L546.067,167.042C553.403,173.833,568.077,187.417,589.631,209.642C611.184,231.867,639.619,262.735,653.836,278.168L668.053,293.602"/><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="M732.602,132.944L742.324,129.745C752.047,126.546,771.492,120.148,798.637,116.949C825.781,113.75,860.625,113.75,895.469,113.75C930.313,113.75,965.156,113.75,1003.978,113.75C1042.799,113.75,1085.599,113.75,1128.398,113.75C1171.198,113.75,1213.997,113.75,1248.012,131.735C1282.026,149.72,1307.256,185.691,1319.87,203.676L1332.485,221.661"/><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="M732.602,148L742.324,148C752.047,148,771.492,148,798.637,148C825.781,148,860.625,148,895.469,148C930.313,148,965.156,148,1002.469,194.978C1039.782,241.956,1079.564,335.913,1099.455,382.891L1119.346,429.869"/><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="M728.23,164.5L738.682,168.667C749.133,172.833,770.035,181.167,796.606,229.67C823.178,278.173,855.418,366.846,871.538,411.183L887.659,455.519"/><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="M1161.25,451.25L1177.174,451.25C1193.099,451.25,1224.948,451.25,1254.383,420.019C1283.818,388.788,1310.839,326.326,1324.349,295.095L1337.859,263.864"/><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="M917.796,460.5L931.497,450.375C945.197,440.25,972.599,420,1007.699,409.875C1042.799,399.75,1085.599,399.75,1128.398,399.75C1171.198,399.75,1213.997,399.75,1248.429,377.058C1282.86,354.365,1308.923,308.981,1321.955,286.288L1334.987,263.596"/><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="M962.45,460.5L968.708,458.958C974.967,457.417,987.483,454.333,1008.783,452.792C1030.082,451.25,1060.165,451.25,1075.206,451.25L1090.247,451.25"/><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="M962.45,493.5L968.708,495.042C974.967,496.583,987.483,499.667,1015.141,501.208C1042.799,502.75,1085.599,502.75,1128.398,502.75C1171.198,502.75,1213.997,502.75,1244.075,507.026C1274.152,511.302,1291.508,519.855,1300.186,524.131L1308.864,528.407"/><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="M917.796,493.5L931.497,503.625C945.197,513.75,972.599,534,989.583,544.125C1006.567,554.25,1013.133,554.25,1016.417,554.25L1019.7,554.25"/><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="M1231.797,541.567L1235.964,541.056C1240.13,540.544,1248.464,539.522,1266.584,493.273C1284.705,447.023,1312.613,355.546,1326.567,309.808L1340.521,264.069"/><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="M1231.797,570.356L1235.964,571.005C1240.13,571.654,1248.464,572.952,1257.637,572.104C1266.81,571.256,1276.824,568.262,1281.831,566.765L1286.837,565.268"/><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="M742.828,314L750.846,314C758.865,314,774.901,314,800.341,314C825.781,314,860.625,314,895.469,314C930.313,314,965.156,314,1003.978,314C1042.799,314,1085.599,314,1128.398,314C1171.198,314,1213.997,314,1246.282,305.382C1278.567,296.763,1300.337,279.527,1311.222,270.908L1322.107,262.29"/><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="M765.938,214.664L770.104,213.803C774.271,212.942,782.604,211.221,804.193,210.361C825.781,209.5,860.625,209.5,895.469,209.5C930.313,209.5,965.156,209.5,1002.103,246.262C1039.05,283.023,1078.099,356.546,1097.624,393.308L1117.149,430.069"/><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="M741.369,247.5L749.63,250C757.892,252.5,774.415,257.5,798.371,292.206C822.327,326.912,853.717,391.324,869.411,423.53L885.106,455.736"/></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><g class="nodes"><g transform="translate(90.2109375, 630)" data-id="SubtitleNativeRenderer" data-node="true" id="flowchart-SubtitleNativeRenderer-0" class="node default default flowchart-label"><rect height="33" width="180.421875" y="-16.5" x="-90.2109375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-82.7109375, -9)" style="" class="label"><rect/><foreignObject height="18" width="165.421875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SubtitleNativeRenderer</span></div></foreignObject></g></g><g transform="translate(282.84375, 447)" data-id="SubtitleBase" data-node="true" id="flowchart-SubtitleBase-1" 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(1347.1015625, 242.5)" data-id="Core" data-node="true" id="flowchart-Core-3" 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(1128.3984375, 451.25)" data-id="Source" data-node="true" id="flowchart-Source-5" 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(895.46875, 477)" 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(409.6640625, 241)" data-id="Data" data-node="true" id="flowchart-Data-11" 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(1128.3984375, 16.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-17" 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(520.90625, 143.75)" data-id="Network" data-node="true" id="flowchart-Network-21" 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(686.84375, 231)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-23" 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(686.84375, 148)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-25" 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(686.84375, 314)" data-id="NoAdaptation" data-node="true" id="flowchart-NoAdaptation-27" 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 transform="translate(1347.1015625, 547.25)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-53" 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(1128.3984375, 554.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-55" 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>
|
|
7
|
+
* <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>
|
|
8
8
|
*/
|
|
9
9
|
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
10
10
|
import type { SubtitleNativeRendererDependencies } from './Types';
|
|
@@ -5,6 +5,9 @@ import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Ty
|
|
|
5
5
|
import type { CoreUtils } from '../../core/utils/Types';
|
|
6
6
|
import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
|
|
7
7
|
import type { SourceExportNames } from '../../source/Types';
|
|
8
|
+
import type { StreamDataStructureSelectionGroups } from '../../stream-data-structure/selection-group/Exports';
|
|
9
|
+
import type { StreamDataStructureStream } from '../../stream-data-structure/stream/Exports';
|
|
10
|
+
import type { StreamingState } from '../../streaming/Types';
|
|
8
11
|
import type { ContextWithState } from '../../Types';
|
|
9
12
|
import type { SubtitleCueMapAtom } from '../subtitle-base/SubtitleCueMapAtom';
|
|
10
13
|
import type { SubtitleBaseExportNames } from '../subtitle-base/Types';
|
|
@@ -15,6 +18,6 @@ export type SubtitleNativeRendererDependencies = {
|
|
|
15
18
|
[CoreExportNames.Utils]: CoreUtils;
|
|
16
19
|
[CoreExportNames.Constants]: Constants;
|
|
17
20
|
[CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
|
|
18
|
-
};
|
|
21
|
+
} & StreamDataStructureSelectionGroups & StreamingState & StreamDataStructureStream;
|
|
19
22
|
export type SubtitleNativeRendererExports = EmptyObject;
|
|
20
23
|
export type SubtitleNativeRendererPackageContext = ContextHaving<SubtitleNativeRendererDependencies, SubtitleNativeRendererExports, ContextWithState>;
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import type { ContextHaving, ContextUsing } from '../../../../framework-types/execution-context/Types';
|
|
2
2
|
import type { VTTProperties } from '@bitmovin-internal/player-web-lib-vtt/types';
|
|
3
3
|
import type { Constants } from '../../core/Constants';
|
|
4
|
-
import type { DataOrSelfInitSegmentAtom } from '../../core/state/segment/SegmentAtom';
|
|
5
|
-
import type { SubtitleSelectionGroupAtom } from '../../core/state/selection-group/SelectionGroupAtom';
|
|
6
4
|
import type { StoreEffectFactory } from '../../core/state/StoreEffectFactory';
|
|
7
5
|
import type { StreamTimelineAtom } from '../../core/state/stream-timeline/StreamTimelineMapAtom';
|
|
6
|
+
import type { TechnologyExports } from '../../core/technology/Types';
|
|
8
7
|
import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
|
|
9
8
|
import type { CoreUtils } from '../../core/utils/Types';
|
|
10
9
|
import type { DataExportNames } from '../../data/Types';
|
|
11
10
|
import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
|
|
12
11
|
import type { SourceExportNames } from '../../source/Types';
|
|
12
|
+
import type { DataOrSelfInitSegmentAtom } from '../../stream-data-structure/segment/SegmentAtom';
|
|
13
|
+
import type { StreamDataStructureSelectionGroups } from '../../stream-data-structure/selection-group/Exports';
|
|
14
|
+
import type { SubtitleSelectionGroupAtom } from '../../stream-data-structure/selection-group/SelectionGroupAtom';
|
|
13
15
|
import type { ContextWithState } from '../../Types';
|
|
14
16
|
import type { createSubtitleCueAtom } from '../subtitle-base/SubtitleCueAtom';
|
|
15
17
|
import type { SubtitleCueMapAtom } from '../subtitle-base/SubtitleCueMapAtom';
|
|
@@ -28,7 +30,7 @@ export type WebVttDependencies = {
|
|
|
28
30
|
[SubtitleBaseExportNames.CreateSubtitleCueAtom]: typeof createSubtitleCueAtom;
|
|
29
31
|
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
30
32
|
[DataExportNames.StreamTimeline]: StreamTimelineAtom;
|
|
31
|
-
};
|
|
33
|
+
} & StreamDataStructureSelectionGroups & TechnologyExports;
|
|
32
34
|
export type WebVttExports = {
|
|
33
35
|
[WebVttExportNames.WebVttParseTask]: WebVttParseTask;
|
|
34
36
|
};
|