@bitmovin/player-web-x 10.1.2 → 10.1.3
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 +2 -2
- package/bundles/playerx-bitmovin-v8.js +2 -2
- package/bundles/playerx-core.js +2 -2
- package/bundles/playerx-dash.js +2 -2
- package/bundles/playerx-hls.js +2 -2
- package/bundles/playerx-tv.js +2 -2
- package/package.json +1 -1
- package/packages/playerx-adaptation.package.js +2 -2
- package/packages/playerx-analytics.package.js +1 -1
- package/packages/playerx-bitmovin-source-api.package.js +2 -2
- package/packages/playerx-bitmovin-ui.package.js +1 -1
- package/packages/playerx-bitmovin-v8-core.package.js +1 -1
- package/packages/playerx-bitmovin-v8-static-api.package.js +2 -2
- package/packages/playerx-bitmovin-video-element-utils.package.js +1 -1
- package/packages/playerx-capabilities.package.js +1 -1
- package/packages/playerx-container-mp4.package.js +1 -1
- package/packages/playerx-container-ts.package.js +1 -1
- package/packages/playerx-core.package.js +2 -2
- package/packages/playerx-dash-parsing.package.js +1 -1
- package/packages/playerx-dash-translation.package.js +1 -1
- package/packages/playerx-dash.package.js +2 -2
- package/packages/playerx-data.package.js +2 -2
- package/packages/playerx-event-bus.package.js +1 -1
- package/packages/playerx-hls-parsing.package.js +1 -1
- package/packages/playerx-hls-translation.package.js +2 -2
- package/packages/playerx-hls.package.js +2 -2
- package/packages/playerx-network.package.js +2 -2
- package/packages/playerx-playback-api.package.js +1 -1
- package/packages/playerx-playback.package.js +1 -1
- package/packages/playerx-player-api.package.js +1 -1
- package/packages/playerx-presentation.package.js +2 -2
- package/packages/playerx-segment-processing.package.js +2 -2
- package/packages/playerx-source.package.js +2 -2
- package/packages/playerx-sources-api.package.js +1 -1
- package/packages/playerx-subtitle-api.package.d.ts +1 -0
- package/packages/playerx-subtitle-api.package.js +10 -0
- package/packages/playerx-subtitle-base.package.js +2 -2
- package/packages/playerx-subtitle-format-detection.package.js +2 -2
- package/packages/playerx-subtitle-native-renderer.package.d.ts +1 -0
- package/packages/playerx-subtitle-native-renderer.package.js +10 -0
- package/packages/playerx-subtitles.package.d.ts +1 -0
- package/packages/playerx-subtitles.package.js +10 -0
- package/packages/playerx-trick-play.package.js +2 -2
- package/packages/playerx-ts-transmuxer.package.js +1 -1
- package/packages/playerx-tv.package.js +1 -1
- package/packages/playerx-view-mode.package.js +1 -1
- package/packages/playerx-web-vtt.package.d.ts +1 -0
- package/packages/playerx-web-vtt.package.js +2 -2
- package/playerx-framework-utils.js +1 -1
- package/types/bundles/BitmovinV8.bundle.d.ts +1 -1
- package/types/bundles/Hls.bundle.d.ts +3 -2
- package/types/bundles/Tv.bundle.d.ts +1 -1
- package/types/packages/core/Types.d.ts +4 -0
- package/types/packages/core/state/data-ranges/DataRangesAtom.d.ts +1 -0
- package/types/packages/core/state/selection-group/SelectionGroupAtom.d.ts +1 -1
- package/types/packages/core/state/timeline/TimelineAtom.d.ts +2 -0
- package/types/packages/core/state/timeline/TimelineTrackerAtom.d.ts +10 -0
- package/types/packages/core/state/timeline/Types.d.ts +31 -0
- package/types/packages/core/state/track/TrackAtom.d.ts +1 -0
- package/types/packages/core/utils/DomUtils.d.ts +8 -0
- package/types/packages/core/utils/MapSubscribe.d.ts +10 -0
- package/types/packages/core/utils/MapUnsubscribedError.d.ts +4 -0
- package/types/packages/core/utils/StateUtils.d.ts +2 -7
- package/types/packages/core/utils/TypedArrayHelper.d.ts +2 -0
- package/types/packages/core/utils/Types.d.ts +2 -0
- package/types/packages/event-bus/Types.d.ts +1 -1
- package/types/packages/subtitles/Subtitles.package.d.ts +17 -0
- package/types/packages/subtitles/subtitle-api/SubtitleApi.package.d.ts +12 -0
- package/types/packages/subtitles/subtitle-api/Types.d.ts +93 -0
- package/types/packages/subtitles/subtitle-base/SubtitleBase.package.d.ts +9 -0
- package/types/packages/subtitles/subtitle-base/SubtitleBufferClearingTask.d.ts +3 -0
- package/types/packages/subtitles/subtitle-base/SubtitleCueAtom.d.ts +4 -2
- package/types/packages/subtitles/subtitle-base/SubtitleCueMapAtom.d.ts +14 -3
- package/types/packages/subtitles/subtitle-base/Types.d.ts +14 -1
- package/types/packages/subtitles/subtitle-format-detection/SubtitleFormatDetection.package.d.ts +12 -2
- package/types/packages/subtitles/subtitle-format-detection/Types.d.ts +9 -3
- package/types/packages/subtitles/subtitle-native-renderer/SubtitleNativeRenderer.package.d.ts +12 -0
- package/types/packages/subtitles/subtitle-native-renderer/Types.d.ts +20 -0
- package/types/packages/subtitles/webvtt/Types.d.ts +47 -0
- package/types/packages/subtitles/webvtt/WebVtt.package.d.ts +12 -0
- package/types/packages/subtitles/webvtt/WebVttParseTask.d.ts +3 -0
- package/types/packages/v8-compat/BitmovinV8StaticApi.package.d.ts +2 -0
- package/types/packages/v8-compat/source-api/BitmovinSourceApi.package.d.ts +7 -2
- package/types/packages/v8-compat/types/PlayerConfig.d.ts +8 -1
- package/types/packages/v8-compat/types/PlayerEventMap.d.ts +410 -0
- package/types/packages/v8-compat/types/Types.d.ts +12 -3
- package/types/packages/v8-compat/apis/SubtitleApi.d.ts +0 -9
package/types/packages/subtitles/subtitle-format-detection/SubtitleFormatDetection.package.d.ts
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation SubtitleFormatDetection.package
|
|
3
|
+
*
|
|
4
|
+
* Parses loaded subtitle segments and detects their format type.
|
|
5
|
+
* The package currently only supports WebVTT detection, and sets the format on `SubtitleTrack.formatType`.
|
|
6
|
+
*
|
|
7
|
+
* ### `SubtitleFormatDetection` Package Dependency Graph
|
|
8
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 1279.78125 492.25" 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="M111.523,55.75L128.21,40.625C144.896,25.5,178.268,-4.75,203.188,-19.875C228.107,-35,244.573,-35,261.039,-35C277.505,-35,293.971,-35,312.512,-35C331.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,1100.089,-7.793C1134.805,19.413,1161.438,73.826,1174.754,101.033L1188.071,128.24"/><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="M112.275,88.75L128.836,103.167C145.397,117.583,178.519,146.417,198.363,160.833C218.207,175.25,224.774,175.25,228.057,175.25L231.341,175.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="M266.173,158.75L273.551,135.042C280.928,111.333,295.683,63.917,313.367,40.208C331.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="M268.639,158.75L275.605,143.625C282.572,128.5,296.505,98.25,313.778,83.125C331.052,68,351.667,68,372.281,68C392.896,68,413.51,68,441.167,68C468.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,1098.12,78.242C1130.868,88.483,1153.564,108.966,1164.912,119.208L1176.259,129.449"/><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="M276.866,158.75L282.461,152.917C288.056,147.083,299.247,135.417,315.149,129.583C331.052,123.75,351.667,123.75,372.281,123.75C392.896,123.75,413.51,123.75,432.657,123.75C451.804,123.75,469.482,123.75,478.322,123.75L487.161,123.75"/><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,177.349L289.604,177.708C293.771,178.066,302.104,178.783,309.554,179.142C317.004,179.5,323.571,179.5,326.854,179.5L330.138,179.5"/><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="M269.947,191.75L276.695,204.25C283.444,216.75,296.941,241.75,313.996,254.25C331.052,266.75,351.667,266.75,372.281,266.75C392.896,266.75,413.51,266.75,427.101,266.75C440.692,266.75,447.258,266.75,450.542,266.75L453.825,266.75"/><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="M264.352,191.75L272.033,230C279.714,268.25,295.076,344.75,313.064,383C331.052,421.25,351.667,421.25,372.281,421.25C392.896,421.25,413.51,421.25,441.167,421.25C468.823,421.25,503.521,421.25,538.219,421.25C572.917,421.25,607.615,421.25,642.385,421.25C677.156,421.25,712,421.25,746.844,421.25C781.688,421.25,816.531,421.25,852.208,401.523C887.885,381.797,924.395,342.343,942.65,322.617L960.905,302.89"/><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="M264.103,191.75L271.826,233.333C279.548,274.917,294.993,358.083,313.022,399.667C331.052,441.25,351.667,441.25,372.281,441.25C392.896,441.25,413.51,441.25,441.167,441.25C468.823,441.25,503.521,441.25,538.219,441.25C572.917,441.25,607.615,441.25,639.854,420.88C672.093,400.51,701.874,359.769,716.764,339.399L731.655,319.029"/><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,1107.603,35.186C1133.547,53.872,1158.921,91.243,1171.609,109.929L1184.296,128.615"/><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="M583.977,110.563L593.699,107.76C603.422,104.958,622.867,99.354,650.012,96.552C677.156,93.75,712,93.75,746.844,93.75C781.688,93.75,816.531,93.75,855.353,93.75C894.174,93.75,936.974,93.75,979.773,93.75C1022.573,93.75,1065.372,93.75,1096.931,100.021C1128.489,106.293,1148.806,118.836,1158.964,125.107L1169.123,131.378"/><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,119.354L593.699,118.42C603.422,117.486,622.867,115.618,650.012,114.684C677.156,113.75,712,113.75,746.844,113.75C781.688,113.75,816.531,113.75,852.726,138.422C888.92,163.094,926.465,212.438,945.237,237.11L964.01,261.782"/><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="M583.977,130.673L593.699,132.145C603.422,133.616,622.867,136.558,647.715,160.999C672.563,185.441,702.814,231.382,717.939,254.353L733.064,277.323"/><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,282.5L1028.549,282.5C1044.474,282.5,1076.323,282.5,1104.935,263.814C1133.547,245.128,1158.921,207.757,1171.609,189.071L1184.296,170.385"/><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="M772.491,281.75L785.638,273.292C798.786,264.833,825.08,247.917,859.627,239.458C894.174,231,936.974,231,979.773,231C1022.573,231,1065.372,231,1098.12,220.758C1130.868,210.517,1153.564,190.034,1164.912,179.792L1176.259,169.551"/><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="M826.375,286.267L830.542,285.639C834.708,285.011,843.042,283.756,862.249,283.128C881.457,282.5,911.54,282.5,926.581,282.5L941.622,282.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M795.089,314.75L804.47,317.958C813.851,321.167,832.613,327.583,863.394,330.792C894.174,334,936.974,334,979.773,334C1022.573,334,1065.372,334,1095.607,338.476C1125.841,342.952,1143.51,351.903,1152.345,356.379L1161.18,360.855"/><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="M763.589,314.75L778.22,329.167C792.851,343.583,822.113,372.417,840.027,386.833C857.942,401.25,864.508,401.25,867.792,401.25L871.075,401.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="M1047.03,384.75L1057.22,382.25C1067.41,379.75,1087.791,374.75,1111.57,339.109C1135.348,303.468,1162.524,237.186,1176.113,204.045L1189.701,170.904"/><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="M1083.172,409.303L1087.339,409.627C1091.505,409.952,1099.839,410.601,1110.338,408.716C1120.838,406.832,1133.504,402.414,1139.837,400.205L1146.17,397.996"/><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="M409.125,176.968L413.292,176.682C417.458,176.395,425.792,175.823,447.307,175.536C468.823,175.25,503.521,175.25,538.219,175.25C572.917,175.25,607.615,175.25,642.385,175.25C677.156,175.25,712,175.25,746.844,175.25C781.688,175.25,816.531,175.25,855.353,175.25C894.174,175.25,936.974,175.25,979.773,175.25C1022.573,175.25,1065.372,175.25,1096.833,172.381C1128.293,169.512,1148.415,163.775,1158.475,160.906L1168.536,158.037"/><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,192.309L413.292,193.757C417.458,195.206,425.792,198.103,442.892,189.953C459.993,181.803,485.861,162.606,498.795,153.007L511.729,143.408"/><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="M569.027,250.25L581.241,243.708C593.455,237.167,617.884,224.083,647.52,217.542C677.156,211,712,211,746.844,211C781.688,211,816.531,211,849.643,219.737C882.754,228.474,914.133,245.948,929.823,254.685L945.513,263.421"/><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="M592.744,283.25L601.005,285.75C609.267,288.25,625.79,293.25,637.334,295.75C648.879,298.25,655.446,298.25,658.729,298.25L662.013,298.25"/></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><g class="nodes"><g transform="translate(93.3203125, 72.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, 149.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(261.0390625, 175.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(538.21875, 123.75)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-9" 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(372.28125, 179.5)" data-id="Network" data-node="true" id="flowchart-Network-11" 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, 266.75)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-13" 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(979.7734375, 282.5)" data-id="Source" data-node="true" id="flowchart-Source-15" 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, 298.25)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-17" 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, 379.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-33" 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, 401.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-35" 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>
|
|
9
|
+
*/
|
|
1
10
|
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
2
|
-
import type { SubtitleFormatDetectionDependencies } from './Types';
|
|
3
|
-
export declare const SubtitleFormatDetectionPackage: import("../../../../framework-types/package-api/Package").Package<SubtitleFormatDetectionDependencies,
|
|
11
|
+
import type { SubtitleFormatDetectionDependencies, SubtitleFormatDetectionExports } from './Types';
|
|
12
|
+
export declare const SubtitleFormatDetectionPackage: import("../../../../framework-types/package-api/Package").Package<SubtitleFormatDetectionDependencies, SubtitleFormatDetectionExports, EmptyObject>;
|
|
13
|
+
export default SubtitleFormatDetectionPackage;
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
2
1
|
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
2
|
+
import type { NamedTask, Task } from '../../../../framework-types/task/Types';
|
|
3
3
|
import type { BundleExportNames } from '../../../bundles/Types';
|
|
4
|
-
import type { Constants } from '../../core/Constants';
|
|
4
|
+
import type { Constants, SubtitleFormatType } from '../../core/Constants';
|
|
5
5
|
import type { StreamTimelineAtom } from '../../core/state/stream-timeline/StreamTimelineMapAtom';
|
|
6
6
|
import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
|
|
7
7
|
import type { Logger } from '../../core/utils/Logger';
|
|
8
8
|
import type { CoreUtils } from '../../core/utils/Types';
|
|
9
9
|
import type { DataExportNames } from '../../data/Types';
|
|
10
10
|
import type { ContextWithState } from '../../Types';
|
|
11
|
-
export
|
|
11
|
+
export declare enum SubtitleFormatDetectionExportNames {
|
|
12
|
+
GetSegmentFormatTypeTask = "get-subtitle-segment-format-type-task"
|
|
13
|
+
}
|
|
14
|
+
export type SubtitleFormatDetectionExports = {
|
|
15
|
+
[SubtitleFormatDetectionExportNames.GetSegmentFormatTypeTask]: GetSegmentFormatTypeTaskType;
|
|
16
|
+
};
|
|
12
17
|
export type SubtitleFormatDetectionDependencies = {
|
|
13
18
|
[CoreExportNames.Utils]: CoreUtils;
|
|
14
19
|
[BundleExportNames.Logger]: Logger;
|
|
@@ -18,3 +23,4 @@ export type SubtitleFormatDetectionDependencies = {
|
|
|
18
23
|
[DataExportNames.StreamTimeline]: StreamTimelineAtom;
|
|
19
24
|
};
|
|
20
25
|
export type SubtitleFormatDetectionContext = ContextHaving<SubtitleFormatDetectionDependencies, SubtitleFormatDetectionExports, ContextWithState>;
|
|
26
|
+
export type GetSegmentFormatTypeTaskType = NamedTask<Task<SubtitleFormatDetectionContext, Uint8Array, SubtitleFormatType>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation SubtitleNativeRenderer.package
|
|
3
|
+
*
|
|
4
|
+
* Uses native video element text tracks to render subtitle cues.
|
|
5
|
+
*
|
|
6
|
+
* ### `SubtitleNativeRenderer` Package Dependency Graph
|
|
7
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 1428.40625 636.75" 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="M99.507,517.75L117.159,486.417C134.812,455.083,170.117,392.417,191.053,361.083C211.989,329.75,218.555,329.75,221.839,329.75L225.122,329.75"/><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,543.255L184.589,543.67C188.755,544.086,197.089,544.918,214.159,545.334C231.229,545.75,257.036,545.75,282.844,545.75C308.651,545.75,334.458,545.75,355.595,545.75C376.732,545.75,393.198,545.75,409.664,545.75C426.13,545.75,442.596,545.75,461.137,545.75C479.677,545.75,500.292,545.75,520.906,545.75C541.521,545.75,562.135,545.75,589.792,545.75C617.448,545.75,652.146,545.75,686.844,545.75C721.542,545.75,756.24,545.75,791.01,545.75C825.781,545.75,860.625,545.75,895.469,545.75C930.313,545.75,965.156,545.75,1003.978,545.75C1042.799,545.75,1085.599,545.75,1128.398,545.75C1171.198,545.75,1213.997,545.75,1249.578,486.9C1285.159,428.051,1313.522,310.352,1327.703,251.502L1341.884,192.653"/><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,550.75L159.703,553.25C168.847,555.75,187.134,560.75,209.182,563.25C231.229,565.75,257.036,565.75,282.844,565.75C308.651,565.75,334.458,565.75,355.595,565.75C376.732,565.75,393.198,565.75,409.664,565.75C426.13,565.75,442.596,565.75,461.137,565.75C479.677,565.75,500.292,565.75,520.906,565.75C541.521,565.75,562.135,565.75,589.792,565.75C617.448,565.75,652.146,565.75,686.844,565.75C721.542,565.75,756.24,565.75,791.01,565.75C825.781,565.75,860.625,565.75,895.469,565.75C930.313,565.75,965.156,565.75,1001.838,534.212C1038.52,502.674,1077.04,439.599,1096.3,408.061L1115.56,376.523"/><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,550.75L140.173,556.583C153.223,562.417,179.322,574.083,205.276,579.917C231.229,585.75,257.036,585.75,282.844,585.75C308.651,585.75,334.458,585.75,355.595,585.75C376.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,789.203,555.203C822.166,524.656,853.394,463.563,869.008,433.016L884.622,402.469"/><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="M286.346,313.25L298.666,255.208C310.986,197.167,335.626,81.083,356.179,23.042C376.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,1248.888,-4.226C1283.778,26.549,1310.759,88.097,1324.25,118.872L1337.741,149.646"/><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="M291.432,313.25L302.904,291.208C314.376,269.167,337.321,225.083,352.077,203.042C366.832,181,373.399,181,376.682,181L379.966,181"/><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="M290.815,346.25L302.39,370.208C313.965,394.167,337.116,442.083,356.924,466.042C376.732,490,393.198,490,409.664,490C426.13,490,442.596,490,461.137,490C479.677,490,500.292,490,520.906,490C541.521,490,562.135,490,589.792,490C617.448,490,652.146,490,686.844,490C721.542,490,756.24,490,791.01,490C825.781,490,860.625,490,895.469,490C930.313,490,965.156,490,1000.743,470.972C1036.329,451.945,1072.658,413.889,1090.823,394.861L1108.987,375.834"/><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="M289.931,346.25L301.653,373.542C313.376,400.833,336.821,455.417,356.776,482.708C376.732,510,393.198,510,409.664,510C426.13,510,442.596,510,461.137,510C479.677,510,500.292,510,520.906,510C541.521,510,562.135,510,589.792,510C617.448,510,652.146,510,686.844,510C721.542,510,756.24,510,788.221,491.977C820.202,473.955,849.467,437.91,864.099,419.887L878.732,401.865"/><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="M414.619,164.5L422.026,139.833C429.433,115.167,444.248,65.833,461.963,41.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="M416.877,164.5L423.908,148.417C430.939,132.333,445.001,100.167,462.339,84.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,1247.455,81.752C1280.912,95.505,1305.026,123.01,1317.084,136.762L1329.141,150.515"/><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="M422.917,164.5L428.942,157C434.966,149.5,447.014,134.5,463.346,127C479.677,119.5,500.292,119.5,520.906,119.5C541.521,119.5,562.135,119.5,581.282,119.5C600.429,119.5,618.107,119.5,626.947,119.5L635.786,119.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Network" id="L-Data-Network-0" d="M434.063,181L438.229,181C442.396,181,450.729,181,458.179,181C465.629,181,472.196,181,475.479,181L478.763,181"/><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="M425.491,197.5L431.086,203.333C436.681,209.167,447.872,220.833,463.774,226.667C479.677,232.5,500.292,232.5,520.906,232.5C541.521,232.5,562.135,232.5,575.726,232.5C589.317,232.5,595.883,232.5,599.167,232.5L602.45,232.5"/><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="M417.577,197.5L424.492,211.917C431.406,226.333,445.234,255.167,462.456,269.583C479.677,284,500.292,284,520.906,284C541.521,284,562.135,284,589.792,284C617.448,284,652.146,284,686.844,284C721.542,284,756.24,284,791.01,284C825.781,284,860.625,284,895.469,284C930.313,284,965.156,284,998.268,292.737C1031.379,301.474,1062.758,318.948,1078.448,327.685L1094.138,336.421"/><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.734,197.5L421.289,228.125C428.844,258.75,443.953,320,461.815,350.625C479.677,381.25,500.292,381.25,520.906,381.25C541.521,381.25,562.135,381.25,589.792,381.25C617.448,381.25,652.146,381.25,686.844,381.25C721.542,381.25,756.24,381.25,776.872,381.25C797.504,381.25,804.071,381.25,807.354,381.25L810.638,381.25"/><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,1256.538,38.737C1282.792,60.975,1308.788,105.45,1321.785,127.687L1334.783,149.924"/><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,108.181L742.324,105.776C752.047,103.37,771.492,98.56,798.637,96.155C825.781,93.75,860.625,93.75,895.469,93.75C930.313,93.75,965.156,93.75,1003.978,93.75C1042.799,93.75,1085.599,93.75,1128.398,93.75C1171.198,93.75,1213.997,93.75,1246.562,103.301C1279.126,112.852,1301.456,131.953,1312.621,141.504L1323.786,151.055"/><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,119.5L742.324,119.5C752.047,119.5,771.492,119.5,798.637,119.5C825.781,119.5,860.625,119.5,895.469,119.5C930.313,119.5,965.156,119.5,1002.06,155.307C1038.963,191.115,1077.926,262.73,1097.407,298.537L1116.889,334.344"/><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="M732.602,130.819L742.324,133.224C752.047,135.63,771.492,140.44,797.061,178.621C822.63,216.801,854.322,288.353,870.168,324.128L886.014,359.904"/><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,355.5L1177.174,355.5C1193.099,355.5,1224.948,355.5,1254.189,328.293C1283.43,301.087,1310.063,246.674,1323.379,219.467L1336.696,192.26"/><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,364.75L931.497,354.625C945.197,344.5,972.599,324.25,1007.699,314.125C1042.799,304,1085.599,304,1128.398,304C1171.198,304,1213.997,304,1248.085,285.314C1282.172,266.628,1307.546,229.257,1320.234,210.571L1332.921,191.885"/><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,364.75L968.708,363.208C974.967,361.667,987.483,358.583,1008.783,357.042C1030.082,355.5,1060.165,355.5,1075.206,355.5L1090.247,355.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M962.45,397.75L968.708,399.292C974.967,400.833,987.483,403.917,1015.141,405.458C1042.799,407,1085.599,407,1128.398,407C1171.198,407,1213.997,407,1244.409,411.715C1274.821,416.431,1292.846,425.862,1301.858,430.577L1310.871,435.293"/><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,397.75L931.497,407.875C945.197,418,972.599,438.25,989.583,448.375C1006.567,458.5,1013.133,458.5,1016.417,458.5L1019.7,458.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M1231.797,445.817L1235.964,445.306C1240.13,444.794,1248.464,443.772,1266.489,401.558C1284.514,359.343,1312.23,275.936,1326.089,234.233L1339.947,192.53"/><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,474.606L1235.964,475.255C1240.13,475.904,1248.464,477.202,1256.587,476.788C1264.711,476.375,1272.625,474.25,1276.582,473.187L1280.538,472.125"/><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="M557.75,175.042L561.917,174.369C566.083,173.695,574.417,172.347,595.932,171.674C617.448,171,652.146,171,686.844,171C721.542,171,756.24,171,791.01,171C825.781,171,860.625,171,895.469,171C930.313,171,965.156,171,1003.978,171C1042.799,171,1085.599,171,1128.398,171C1171.198,171,1213.997,171,1245.424,171C1276.851,171,1296.904,171,1306.931,171L1316.958,171"/><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,190.383L561.917,191.444C566.083,192.505,574.417,194.628,591.517,186.09C608.618,177.553,634.486,158.356,647.42,148.757L660.354,139.158"/><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="M753.545,216L759.777,214.458C766.009,212.917,778.473,209.833,802.127,208.292C825.781,206.75,860.625,206.75,895.469,206.75C930.313,206.75,965.156,206.75,1001.027,228.123C1036.898,249.496,1073.795,292.242,1092.244,313.615L1110.693,334.988"/><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="M765.938,244.467L770.104,245.098C774.271,245.728,782.604,246.989,801.486,266.342C820.367,285.694,849.796,323.139,864.511,341.861L879.226,360.583"/></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><g class="nodes"><g transform="translate(90.2109375, 534.25)" 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, 329.75)" 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, 171)" 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, 355.5)" 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, 381.25)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(409.6640625, 181)" 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(686.84375, 119.5)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-21" 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(520.90625, 181)" data-id="Network" data-node="true" id="flowchart-Network-23" 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, 232.5)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-25" 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(1347.1015625, 454.25)" 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(1128.3984375, 458.5)" 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
|
+
*/
|
|
9
|
+
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
10
|
+
import type { SubtitleNativeRendererDependencies } from './Types';
|
|
11
|
+
export declare const SubtitleNativeRendererPackage: import("../../../../framework-types/package-api/Package").Package<SubtitleNativeRendererDependencies, EmptyObject, EmptyObject>;
|
|
12
|
+
export default SubtitleNativeRendererPackage;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
2
|
+
import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
|
|
3
|
+
import type { Constants } from '../../core/Constants';
|
|
4
|
+
import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
|
|
5
|
+
import type { CoreUtils } from '../../core/utils/Types';
|
|
6
|
+
import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
|
|
7
|
+
import type { SourceExportNames } from '../../source/Types';
|
|
8
|
+
import type { ContextWithState } from '../../Types';
|
|
9
|
+
import type { SubtitleCueMapAtom } from '../subtitle-base/SubtitleCueMapAtom';
|
|
10
|
+
import type { SubtitleBaseExportNames } from '../subtitle-base/Types';
|
|
11
|
+
export type SubtitleNativeRendererDependencies = {
|
|
12
|
+
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
13
|
+
[SubtitleBaseExportNames.SubtitleCueMapAtom]: SubtitleCueMapAtom;
|
|
14
|
+
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
15
|
+
[CoreExportNames.Utils]: CoreUtils;
|
|
16
|
+
[CoreExportNames.Constants]: Constants;
|
|
17
|
+
[CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
|
|
18
|
+
};
|
|
19
|
+
export type SubtitleNativeRendererExports = EmptyObject;
|
|
20
|
+
export type SubtitleNativeRendererPackageContext = ContextHaving<SubtitleNativeRendererDependencies, SubtitleNativeRendererExports, ContextWithState>;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { ContextHaving, ContextUsing } from '../../../../framework-types/execution-context/Types';
|
|
2
|
+
import type { VTTProperties } from '@bitmovin-internal/player-web-lib-vtt/types';
|
|
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
|
+
import type { StoreEffectFactory } from '../../core/state/StoreEffectFactory';
|
|
7
|
+
import type { StreamTimelineAtom } from '../../core/state/stream-timeline/StreamTimelineMapAtom';
|
|
8
|
+
import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
|
|
9
|
+
import type { CoreUtils } from '../../core/utils/Types';
|
|
10
|
+
import type { DataExportNames } from '../../data/Types';
|
|
11
|
+
import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
|
|
12
|
+
import type { SourceExportNames } from '../../source/Types';
|
|
13
|
+
import type { ContextWithState } from '../../Types';
|
|
14
|
+
import type { createSubtitleCueAtom } from '../subtitle-base/SubtitleCueAtom';
|
|
15
|
+
import type { SubtitleCueMapAtom } from '../subtitle-base/SubtitleCueMapAtom';
|
|
16
|
+
import type { SubtitleBaseExportNames } from '../subtitle-base/Types';
|
|
17
|
+
import type { WebVttParseTask } from './WebVttParseTask';
|
|
18
|
+
export declare enum WebVttExportNames {
|
|
19
|
+
WebVttParseTask = "web-vtt-parse-task"
|
|
20
|
+
}
|
|
21
|
+
export type WebVttParseTask = typeof WebVttParseTask;
|
|
22
|
+
export type WebVttDependencies = {
|
|
23
|
+
[CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
|
|
24
|
+
[CoreExportNames.Utils]: CoreUtils;
|
|
25
|
+
[CoreExportNames.CoreEffects]: CoreEffects;
|
|
26
|
+
[CoreExportNames.Constants]: Constants;
|
|
27
|
+
[SubtitleBaseExportNames.SubtitleCueMapAtom]: SubtitleCueMapAtom;
|
|
28
|
+
[SubtitleBaseExportNames.CreateSubtitleCueAtom]: typeof createSubtitleCueAtom;
|
|
29
|
+
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
30
|
+
[DataExportNames.StreamTimeline]: StreamTimelineAtom;
|
|
31
|
+
};
|
|
32
|
+
export type WebVttExports = {
|
|
33
|
+
[WebVttExportNames.WebVttParseTask]: WebVttParseTask;
|
|
34
|
+
};
|
|
35
|
+
export type WebVttPackageContext = ContextUsing<[
|
|
36
|
+
StoreEffectFactory<'subtitleSegmentCache', Map<SubtitleSelectionGroupAtom, DataOrSelfInitSegmentAtom[]>>
|
|
37
|
+
], ContextHaving<WebVttDependencies, WebVttExports, ContextWithState>>;
|
|
38
|
+
export type WebVttSubtitleCueMetadata = {
|
|
39
|
+
i: number;
|
|
40
|
+
vttProperties: VTTProperties;
|
|
41
|
+
offset?: number;
|
|
42
|
+
layout?: string;
|
|
43
|
+
updates: Array<{
|
|
44
|
+
updateTime: number;
|
|
45
|
+
html: string;
|
|
46
|
+
}>;
|
|
47
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation WebVtt.package
|
|
3
|
+
*
|
|
4
|
+
* Parses WebVTT track segments and sets the output cues on `SubtitleCueMapAtom`.
|
|
5
|
+
*
|
|
6
|
+
* ### `WebVtt` Package Dependency Graph
|
|
7
|
+
* <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -77.25 1315.15625 568" style="max-width: 1315.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"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-WebVtt LE-Core" id="L-WebVtt-Core-0" d="M35.64,384.75L45.062,309.083C54.484,233.417,73.328,82.083,95.654,6.417C117.979,-69.25,143.786,-69.25,169.594,-69.25C195.401,-69.25,221.208,-69.25,242.345,-69.25C263.482,-69.25,279.948,-69.25,296.414,-69.25C312.88,-69.25,329.346,-69.25,347.887,-69.25C366.427,-69.25,387.042,-69.25,407.656,-69.25C428.271,-69.25,448.885,-69.25,476.542,-69.25C504.198,-69.25,538.896,-69.25,573.594,-69.25C608.292,-69.25,642.99,-69.25,677.76,-69.25C712.531,-69.25,747.375,-69.25,782.219,-69.25C817.063,-69.25,851.906,-69.25,890.728,-69.25C929.549,-69.25,972.349,-69.25,1015.148,-69.25C1057.948,-69.25,1100.747,-69.25,1135.31,-44.654C1169.872,-20.058,1196.196,29.135,1209.359,53.731L1222.521,78.327"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-WebVtt LE-SubtitleBase" id="L-WebVtt-SubtitleBase-0" d="M36.137,384.75L45.476,324.333C54.815,263.917,73.493,143.083,86.116,82.667C98.739,22.25,105.305,22.25,108.589,22.25L111.872,22.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-WebVtt LE-Data" id="L-WebVtt-Data-0" d="M56.879,417.75L62.761,421.917C68.643,426.083,80.408,434.417,99.193,438.583C117.979,442.75,143.786,442.75,169.594,442.75C195.401,442.75,221.208,442.75,241.662,402.743C262.116,362.736,277.217,282.722,284.767,242.715L292.317,202.708"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-WebVtt LE-Source" id="L-WebVtt-Source-0" d="M49.304,417.75L56.449,425.25C63.593,432.75,77.883,447.75,97.931,455.25C117.979,462.75,143.786,462.75,169.594,462.75C195.401,462.75,221.208,462.75,242.345,462.75C263.482,462.75,279.948,462.75,296.414,462.75C312.88,462.75,329.346,462.75,347.887,462.75C366.427,462.75,387.042,462.75,407.656,462.75C428.271,462.75,448.885,462.75,476.542,462.75C504.198,462.75,538.896,462.75,573.594,462.75C608.292,462.75,642.99,462.75,677.76,462.75C712.531,462.75,747.375,462.75,782.219,462.75C817.063,462.75,851.906,462.75,888.532,432.165C925.157,401.58,963.564,340.409,982.767,309.824L1001.97,279.239"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-WebVtt LE-BitmovinV8StaticApi" id="L-WebVtt-BitmovinV8StaticApi-0" d="M45.447,417.75L53.234,428.583C61.022,439.417,76.597,461.083,97.288,471.917C117.979,482.75,143.786,482.75,169.594,482.75C195.401,482.75,221.208,482.75,242.345,482.75C263.482,482.75,279.948,482.75,296.414,482.75C312.88,482.75,329.346,482.75,347.887,482.75C366.427,482.75,387.042,482.75,407.656,482.75C428.271,482.75,448.885,482.75,476.542,482.75C504.198,482.75,538.896,482.75,573.594,482.75C608.292,482.75,642.99,482.75,674.941,464.974C706.892,447.198,736.096,411.647,750.698,393.871L765.3,376.095"/><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="M189.023,5.75L198.688,-2.458C208.354,-10.667,227.685,-27.083,245.583,-35.292C263.482,-43.5,279.948,-43.5,296.414,-43.5C312.88,-43.5,329.346,-43.5,347.887,-43.5C366.427,-43.5,387.042,-43.5,407.656,-43.5C428.271,-43.5,448.885,-43.5,476.542,-43.5C504.198,-43.5,538.896,-43.5,573.594,-43.5C608.292,-43.5,642.99,-43.5,677.76,-43.5C712.531,-43.5,747.375,-43.5,782.219,-43.5C817.063,-43.5,851.906,-43.5,890.728,-43.5C929.549,-43.5,972.349,-43.5,1015.148,-43.5C1057.948,-43.5,1100.747,-43.5,1134.99,-23.164C1169.232,-2.827,1194.917,37.846,1207.759,58.182L1220.602,78.519"/><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="M197.516,5.75L205.766,0.875C214.016,-4,230.516,-13.75,246.127,11.85C261.738,37.449,276.461,98.399,283.823,128.873L291.184,159.348"/><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="M219.204,5.75L223.839,4.208C228.474,2.667,237.745,-0.417,250.613,-1.958C263.482,-3.5,279.948,-3.5,296.414,-3.5C312.88,-3.5,329.346,-3.5,347.887,-3.5C366.427,-3.5,387.042,-3.5,407.656,-3.5C428.271,-3.5,448.885,-3.5,476.542,-3.5C504.198,-3.5,538.896,-3.5,573.594,-3.5C608.292,-3.5,642.99,-3.5,677.76,-3.5C712.531,-3.5,747.375,-3.5,782.219,-3.5C817.063,-3.5,851.906,-3.5,888.99,36.582C926.073,76.664,965.397,156.828,985.059,196.91L1004.72,236.992"/><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="M172.914,38.75L185.264,100.125C197.615,161.5,222.315,284.25,242.898,345.625C263.482,407,279.948,407,296.414,407C312.88,407,329.346,407,347.887,407C366.427,407,387.042,407,407.656,407C428.271,407,448.885,407,476.542,407C504.198,407,538.896,407,573.594,407C608.292,407,642.99,407,671.386,401.557C699.783,396.114,721.878,385.228,732.926,379.785L743.974,374.342"/><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="M301.369,164.5L308.776,139.833C316.183,115.167,330.998,65.833,348.713,41.167C366.427,16.5,387.042,16.5,407.656,16.5C428.271,16.5,448.885,16.5,476.542,16.5C504.198,16.5,538.896,16.5,573.594,16.5C608.292,16.5,642.99,16.5,677.76,16.5C712.531,16.5,747.375,16.5,782.219,16.5C817.063,16.5,851.906,16.5,881.701,16.5C911.496,16.5,936.243,16.5,948.616,16.5L960.989,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="M303.627,164.5L310.658,148.417C317.689,132.333,331.751,100.167,349.089,84.083C366.427,68,387.042,68,407.656,68C428.271,68,448.885,68,476.542,68C504.198,68,538.896,68,573.594,68C608.292,68,642.99,68,677.76,68C712.531,68,747.375,68,782.219,68C817.063,68,851.906,68,890.728,68C929.549,68,972.349,68,1015.148,68C1057.948,68,1100.747,68,1132.223,71.515C1163.699,75.029,1183.851,82.059,1193.927,85.574L1204.004,89.088"/><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="M309.667,164.5L315.692,157C321.716,149.5,333.764,134.5,350.096,127C366.427,119.5,387.042,119.5,407.656,119.5C428.271,119.5,448.885,119.5,468.032,119.5C487.179,119.5,504.857,119.5,513.697,119.5L522.536,119.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-Network" id="L-Data-Network-0" d="M320.813,181L324.979,181C329.146,181,337.479,181,344.929,181C352.379,181,358.946,181,362.229,181L365.513,181"/><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="M312.241,197.5L317.836,203.333C323.431,209.167,334.622,220.833,350.524,226.667C366.427,232.5,387.042,232.5,407.656,232.5C428.271,232.5,448.885,232.5,462.476,232.5C476.067,232.5,482.633,232.5,485.917,232.5L489.2,232.5"/><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="M304.327,197.5L311.242,211.917C318.156,226.333,331.984,255.167,349.206,269.583C366.427,284,387.042,284,407.656,284C428.271,284,448.885,284,476.542,284C504.198,284,538.896,284,573.594,284C608.292,284,642.99,284,677.76,284C712.531,284,747.375,284,782.219,284C817.063,284,851.906,284,884.387,280.98C916.867,277.96,946.984,271.92,962.042,268.9L977.1,265.88"/><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="M301.085,197.5L308.54,223.833C315.994,250.167,330.903,302.833,348.665,329.167C366.427,355.5,387.042,355.5,407.656,355.5C428.271,355.5,448.885,355.5,476.542,355.5C504.198,355.5,538.896,355.5,573.594,355.5C608.292,355.5,642.99,355.5,663.622,355.5C684.254,355.5,690.821,355.5,694.104,355.5L697.388,355.5"/><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="M1064.008,16.5L1077.264,16.5C1090.521,16.5,1117.034,16.5,1141.699,26.986C1166.364,37.471,1189.18,58.442,1200.589,68.928L1211.997,79.413"/><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="M619.352,108.181L629.074,105.776C638.797,103.37,658.242,98.56,685.387,96.155C712.531,93.75,747.375,93.75,782.219,93.75C817.063,93.75,851.906,93.75,890.728,93.75C929.549,93.75,972.349,93.75,1015.148,93.75C1057.948,93.75,1100.747,93.75,1132.176,94.389C1163.604,95.027,1183.661,96.304,1193.69,96.943L1203.719,97.581"/><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="M619.352,119.5L629.074,119.5C638.797,119.5,658.242,119.5,685.387,119.5C712.531,119.5,747.375,119.5,782.219,119.5C817.063,119.5,851.906,119.5,887.583,139.227C923.26,158.953,959.77,198.407,978.025,218.133L996.28,237.86"/><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="M619.352,130.819L629.074,133.224C638.797,135.63,658.242,140.44,683.626,174.346C709.01,208.251,740.333,271.253,755.994,302.753L771.656,334.254"/><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="M1048,258.25L1063.924,258.25C1079.849,258.25,1111.698,258.25,1140.672,235.309C1169.646,212.369,1195.746,166.488,1208.795,143.547L1221.845,120.607"/><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="M839.711,339L847.551,336.75C855.391,334.5,871.07,330,900.31,327.75C929.549,325.5,972.349,325.5,1015.148,325.5C1057.948,325.5,1100.747,325.5,1135.771,291.404C1170.795,257.307,1198.044,189.114,1211.668,155.018L1225.292,120.922"/><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="M861.75,347.892L865.917,347.493C870.083,347.094,878.417,346.297,899.206,334.603C919.994,322.91,953.239,300.319,969.861,289.024L986.483,277.729"/><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="M861.75,363.108L865.917,363.507C870.083,363.906,878.417,364.703,903.983,365.101C929.549,365.5,972.349,365.5,1015.148,365.5C1057.948,365.5,1100.747,365.5,1131.608,370.896C1162.47,376.291,1181.392,387.083,1190.854,392.479L1200.315,397.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="M801.987,372L816.114,383.792C830.241,395.583,858.496,419.167,875.906,430.958C893.317,442.75,899.883,442.75,903.167,442.75L906.45,442.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="M1066.198,426.25L1079.09,422.083C1091.981,417.917,1117.764,409.583,1144.63,358.721C1171.496,307.859,1199.445,214.468,1213.42,167.773L1227.394,121.077"/><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="M1118.547,450.803L1122.714,451.127C1126.88,451.452,1135.214,452.101,1146.663,449.542C1158.113,446.984,1172.679,441.217,1179.962,438.334L1187.245,435.451"/><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="M444.5,175.042L448.667,174.369C452.833,173.695,461.167,172.347,482.682,171.674C504.198,171,538.896,171,573.594,171C608.292,171,642.99,171,677.76,171C712.531,171,747.375,171,782.219,171C817.063,171,851.906,171,890.728,171C929.549,171,972.349,171,1015.148,171C1057.948,171,1100.747,171,1133.032,162.382C1165.317,153.763,1187.087,136.527,1197.972,127.908L1208.857,119.29"/><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="M444.5,190.383L448.667,191.444C452.833,192.505,461.167,194.628,478.267,186.09C495.368,177.553,521.236,158.356,534.17,148.757L547.104,139.158"/><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="M640.295,216L646.527,214.458C652.759,212.917,665.223,209.833,688.877,208.292C712.531,206.75,747.375,206.75,782.219,206.75C817.063,206.75,851.906,206.75,884.433,212.808C916.959,218.867,947.169,230.984,962.273,237.042L977.378,243.1"/><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="M652.688,244.467L656.854,245.098C661.021,245.728,669.354,246.989,687.646,262.112C705.938,277.235,734.188,306.22,748.313,320.712L762.438,335.205"/></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><g class="nodes"><g transform="translate(33.5859375, 401.25)" data-id="WebVtt" data-node="true" id="flowchart-WebVtt-0" class="node default default flowchart-label"><rect height="33" width="67.171875" y="-16.5" x="-33.5859375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-26.0859375, -9)" style="" class="label"><rect/><foreignObject height="18" width="52.171875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">WebVtt</span></div></foreignObject></g></g><g transform="translate(1233.8515625, 99.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(169.59375, 22.25)" data-id="SubtitleBase" data-node="true" id="flowchart-SubtitleBase-3" 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(296.4140625, 181)" data-id="Data" data-node="true" id="flowchart-Data-5" 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(1015.1484375, 258.25)" data-id="Source" data-node="true" id="flowchart-Source-7" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(782.21875, 355.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-9" 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(1015.1484375, 16.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-19" 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(573.59375, 119.5)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-23" 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(407.65625, 181)" data-id="Network" data-node="true" id="flowchart-Network-25" 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(573.59375, 232.5)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-27" 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(1233.8515625, 417)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-47" 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(1015.1484375, 442.75)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-49" 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
|
+
*/
|
|
9
|
+
import type { EmptyObject } from '../../../../framework-types/BaseTypes';
|
|
10
|
+
import type { WebVttDependencies, WebVttExports } from './Types';
|
|
11
|
+
export declare const WebVttPackage: import("../../../../framework-types/package-api/Package").Package<WebVttDependencies, WebVttExports, EmptyObject>;
|
|
12
|
+
export default WebVttPackage;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { SubtitleCueAtom } from '../subtitle-base/SubtitleCueAtom';
|
|
2
|
+
import type { WebVttPackageContext } from './Types';
|
|
3
|
+
export declare const WebVttParseTask: import("../../../../framework-types/task/Types").NamedTask<(data: string, context: WebVttPackageContext) => SubtitleCueAtom[]>;
|
|
@@ -21,6 +21,7 @@ import type { CoreEffects, CoreStateAtoms } from '../core/Types';
|
|
|
21
21
|
import { CoreExportNames } from '../core/Types';
|
|
22
22
|
import type { Logger } from '../core/utils/Logger';
|
|
23
23
|
import type { CoreUtils } from '../core/utils/Types';
|
|
24
|
+
import type { EventBus } from '../event-bus/Types';
|
|
24
25
|
import type { createSourceStateAtom, SourceStateAtom } from '../source/atoms/SourceStateAtom';
|
|
25
26
|
import { SourceExportNames } from '../source/Types';
|
|
26
27
|
import type { SourcesApiExportNames } from '../sources-api/Types';
|
|
@@ -43,6 +44,7 @@ type PlayerApiCompatExports = {
|
|
|
43
44
|
[AdditionalPlayerExports.EventListenerAtom]: EventListenerAtom;
|
|
44
45
|
[SourceExportNames.SourceState]: SourceStateAtom;
|
|
45
46
|
[SourcesApiExportNames.SourceApiManager]: ApiManager<EmptyObject>;
|
|
47
|
+
[SourcesApiExportNames.SourceEventBus]: EventBus<EmptyObject>;
|
|
46
48
|
};
|
|
47
49
|
export type PlayerApiCompatContext = ContextHaving<PlayerApiCompatDependencies, PlayerApiCompatExports, ContextUsing<[StateEffect, EventListenerEffect], BaseContext>>;
|
|
48
50
|
export declare const BitmovinV8PlayerStaticApiPackage: import("../../../framework-types/package-api/Package").Package<PlayerApiCompatDependencies, PlayerApiCompatExports, BitmovinV8PlayerApi>;
|