@bitmovin/player-web-x 10.1.1 → 10.1.2

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.
Files changed (91) hide show
  1. package/bundles/playerx-bitmovin-v8-core.js +2 -2
  2. package/bundles/playerx-bitmovin-v8.js +2 -2
  3. package/bundles/playerx-core.js +2 -2
  4. package/bundles/playerx-dash.js +2 -2
  5. package/bundles/playerx-hls.js +2 -2
  6. package/bundles/playerx-tv.js +2 -2
  7. package/package.json +3 -3
  8. package/packages/playerx-adaptation.package.js +2 -2
  9. package/packages/playerx-analytics.package.js +20 -0
  10. package/packages/playerx-bitmovin-source-api.package.js +1 -1
  11. package/packages/playerx-bitmovin-ui.package.js +1 -1
  12. package/packages/playerx-bitmovin-v8-core.package.js +1 -1
  13. package/packages/playerx-bitmovin-v8-static-api.package.js +1 -1
  14. package/packages/playerx-bitmovin-video-element-utils.package.js +1 -1
  15. package/packages/playerx-capabilities.package.js +1 -1
  16. package/packages/playerx-container-mp4.package.js +1 -1
  17. package/packages/playerx-container-ts.package.js +1 -1
  18. package/packages/playerx-core.package.js +2 -2
  19. package/packages/playerx-dash-parsing.package.js +1 -1
  20. package/packages/playerx-dash-translation.package.js +1 -1
  21. package/packages/playerx-dash.package.js +2 -2
  22. package/packages/playerx-data.package.js +2 -2
  23. package/packages/playerx-event-bus.package.js +1 -1
  24. package/packages/playerx-hls-parsing.package.js +1 -1
  25. package/packages/playerx-hls-translation.package.js +2 -2
  26. package/packages/playerx-hls.package.js +2 -2
  27. package/packages/playerx-network.package.js +2 -2
  28. package/packages/playerx-playback-api.package.js +1 -1
  29. package/packages/playerx-playback.package.js +1 -1
  30. package/packages/playerx-player-api.package.js +1 -1
  31. package/packages/playerx-presentation.package.js +2 -2
  32. package/packages/playerx-segment-processing.package.js +2 -2
  33. package/packages/playerx-source.package.js +2 -2
  34. package/packages/playerx-sources-api.package.js +1 -1
  35. package/packages/playerx-subtitle-base.package.d.ts +1 -0
  36. package/packages/playerx-subtitle-base.package.js +10 -0
  37. package/packages/playerx-subtitle-format-detection.package.d.ts +1 -0
  38. package/packages/playerx-subtitle-format-detection.package.js +10 -0
  39. package/packages/playerx-trick-play.package.js +2 -2
  40. package/packages/playerx-ts-transmuxer.package.js +1 -1
  41. package/packages/playerx-tv.package.js +1 -1
  42. package/packages/playerx-view-mode.package.js +1 -1
  43. package/packages/playerx-web-vtt.package.js +10 -0
  44. package/playerx-framework-utils.js +1 -1
  45. package/types/bundles/BitmovinV8.bundle.d.ts +1 -1
  46. package/types/bundles/BitmovinV8Core.bundle.d.ts +1 -1
  47. package/types/bundles/Core.bundle.d.ts +1 -1
  48. package/types/bundles/Dash.bundle.d.ts +1 -1
  49. package/types/bundles/Hls.bundle.d.ts +1 -1
  50. package/types/bundles/Tv.bundle.d.ts +1 -1
  51. package/types/packages/adaptation/Adaptation.package.d.ts +1 -1
  52. package/types/packages/capabilities/Capabilities.package.d.ts +1 -1
  53. package/types/packages/container/container-mp4/ContainerMp4.package.d.ts +1 -1
  54. package/types/packages/container/container-ts/ContainerTs.package.d.ts +1 -1
  55. package/types/packages/container/ts-transmuxer/TsTransmuxer.package.d.ts +1 -1
  56. package/types/packages/core/Constants.d.ts +5 -0
  57. package/types/packages/core/Core.package.d.ts +1 -1
  58. package/types/packages/core/Types.d.ts +4 -2
  59. package/types/packages/core/state/selection-group/SelectionGroupTypeGuards.d.ts +1 -0
  60. package/types/packages/core/state/track/TrackAtom.d.ts +7 -1
  61. package/types/packages/core/state/track/TrackTypeGuards.d.ts +1 -0
  62. package/types/packages/core/utils/StateUtils.d.ts +5 -2
  63. package/types/packages/core/utils/TypedArrayHelper.d.ts +2 -0
  64. package/types/packages/data/Data.package.d.ts +1 -1
  65. package/types/packages/event-bus/EventBus.package.d.ts +1 -1
  66. package/types/packages/manifest/dash/parsing/DashParsing.package.d.ts +1 -1
  67. package/types/packages/manifest/dash/root/Dash.package.d.ts +1 -1
  68. package/types/packages/manifest/dash/translation/DashTranslation.package.d.ts +1 -1
  69. package/types/packages/manifest/hls/parsing/HlsParsing.package.d.ts +1 -1
  70. package/types/packages/manifest/hls/root/Hls.package.d.ts +1 -1
  71. package/types/packages/manifest/hls/translation/HlsTranslation.package.d.ts +1 -1
  72. package/types/packages/network/Network.package.d.ts +1 -1
  73. package/types/packages/player-api/PlayerApi.package.d.ts +1 -1
  74. package/types/packages/presentation/Presentation.package.d.ts +1 -1
  75. package/types/packages/segment-processing/SegmentProcessing.package.d.ts +1 -1
  76. package/types/packages/source/Source.package.d.ts +1 -1
  77. package/types/packages/sources-api/SourcesApi.package.d.ts +1 -1
  78. package/types/packages/subtitles/subtitle-base/SubtitleBase.package.d.ts +4 -0
  79. package/types/packages/subtitles/subtitle-base/SubtitleCueAtom.d.ts +19 -0
  80. package/types/packages/subtitles/subtitle-base/SubtitleCueMapAtom.d.ts +6 -0
  81. package/types/packages/subtitles/subtitle-base/Types.d.ts +21 -0
  82. package/types/packages/subtitles/subtitle-format-detection/SubtitleFormatDetection.package.d.ts +3 -0
  83. package/types/packages/subtitles/subtitle-format-detection/Types.d.ts +20 -0
  84. package/types/packages/trick-play/TrickPlay.package.d.ts +1 -1
  85. package/types/packages/tv/Tv.package.d.ts +1 -1
  86. package/types/packages/v8-compat/BitmovinUi.package.d.ts +1 -1
  87. package/types/packages/v8-compat/BitmovinV8Core.package.d.ts +1 -1
  88. package/types/packages/v8-compat/BitmovinV8StaticApi.package.d.ts +1 -1
  89. package/types/packages/v8-compat/source-api/BitmovinSourceApi.package.d.ts +1 -1
  90. package/types/packages/v8-compat/video-element/BitmovinVideoElementUtils.package.d.ts +1 -1
  91. package/types/packages/view-mode/ViewMode.package.d.ts +1 -1
@@ -8,7 +8,7 @@
8
8
  * - Translates it to PWX structure using HlsTranslationExportNames.HlsTranslator
9
9
  *
10
10
  * ### `Hls` Package Dependency Graph
11
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 984.453125 493.75" style="max-width: 984.453px; 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 .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-Hls LE-Core" id="L-Hls-Core-0" d="M23.759557038834952,103L30.31786003236246,80C36.87616302588997,57,49.99276901294498,11,68.4143532564725,-12C86.8359375,-35,110.5625,-35,134.2890625,-35C158.015625,-35,181.7421875,-35,205.3984375,-35C229.0546875,-35,252.640625,-35,276.2265625,-35C299.8125,-35,323.3984375,-35,352.61328125,-35C381.828125,-35,416.671875,-35,451.515625,-35C486.359375,-35,521.203125,-35,560.0247395833334,-35C598.8463541666666,-35,641.6458333333334,-35,684.4453125,-35C727.2447916666666,-35,770.0442708333334,-35,805.0043563271555,-2.5649758860460516C839.9644418209776,29.870048227907898,867.085133641955,94.74009645581579,880.6454795524438,127.17512056976973L894.2058254629326,159.6101446837237"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-Network" id="L-Hls-Network-0" d="M26.111991808252426,103L32.278222340210355,88.58333333333333C38.444452872168284,74.16666666666667,50.776913936084135,45.333333333333336,61.78246738470873,30.916666666666668C72.78802083333333,16.5,82.46666666666667,16.5,87.30598958333333,16.5L92.1453125,16.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-Adaptation" id="L-Hls-Adaptation-0" d="M36.57040662650603,103L40.99356802208836,98.83333333333333C45.41672941767069,94.66666666666667,54.26305220883535,86.33333333333333,70.54949485441767,82.16666666666667C86.8359375,78,110.5625,78,134.2890625,78C158.015625,78,181.7421875,78,196.89749366662974,77.53474749991321C212.05279983325943,77.06949499982642,218.63684966651886,76.13898999965285,221.9288745831486,75.67373749956606L225.2208994997783,75.20848499947927"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-HlsParsing" id="L-Hls-HlsParsing-0" d="M38.109375,123.82523497073949L42.276041666666664,124.7710291422829C46.442708333333336,125.71682331382631,54.776041666666664,127.60841165691316,62.22604166666667,128.5542058284566C69.67604166666666,129.5,76.24270833333334,129.5,79.52604166666667,129.5L82.809375,129.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-HlsTranslation" id="L-Hls-HlsTranslation-0" d="M30.87423780487805,136L36.24676067073171,143.5C41.619283536585364,151,52.364329268292686,166,69.60013338414633,173.5C86.8359375,181,110.5625,181,134.2890625,181C158.015625,181,181.7421875,181,205.3984375,181C229.0546875,181,252.640625,181,276.2265625,181C299.8125,181,323.3984375,181,352.61328125,181C381.828125,181,416.671875,181,451.515625,181C486.359375,181,521.203125,181,549.4187499999999,181C577.634375,181,599.2218750000001,181,610.015625,181L620.809375,181"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-Source" id="L-Hls-Source-0" d="M21.451727380461666,136L28.39466865038472,183.79166666666666C35.33760992030778,231.58333333333334,49.22349246015389,327.1666666666667,68.02971498007695,374.9583333333333C86.8359375,422.75,110.5625,422.75,134.2890625,422.75C158.015625,422.75,181.7421875,422.75,205.3984375,422.75C229.0546875,422.75,252.640625,422.75,276.2265625,422.75C299.8125,422.75,323.3984375,422.75,352.61328125,422.75C381.828125,422.75,416.671875,422.75,451.515625,422.75C486.359375,422.75,521.203125,422.75,556.8799475754065,403.02332711048257C592.556770150813,383.2966542209651,629.0666653016261,343.8433084419301,647.3216128770326,324.1166355524127L665.5765604524391,304.3899626628952"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-BitmovinV8StaticApi" id="L-Hls-BitmovinV8StaticApi-0" d="M21.303418648491878,136L28.2710780404099,187.125C35.238737432327916,238.25,49.17405621616396,340.5,68.00499685808198,391.625C86.8359375,442.75,110.5625,442.75,134.2890625,442.75C158.015625,442.75,181.7421875,442.75,205.3984375,442.75C229.0546875,442.75,252.640625,442.75,276.2265625,442.75C299.8125,442.75,323.3984375,442.75,350.0817819998719,422.3797879128808C376.76512649974376,402.0095758257615,406.5458779994876,361.26915165152303,421.4362537493594,340.8989395644038L436.3266294992314,320.5287274772846"/><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="M171.1328125,8.347546921303918L176.85546875,7.081289101086598C182.578125,5.815031280869278,194.0234375,3.282515640434639,211.5390625,2.01625782021732C229.0546875,0.75,252.640625,0.75,276.2265625,0.75C299.8125,0.75,323.3984375,0.75,352.61328125,0.75C381.828125,0.75,416.671875,0.75,451.515625,0.75C486.359375,0.75,521.203125,0.75,560.0247395833334,0.75C598.8463541666666,0.75,641.6458333333334,0.75,684.4453125,0.75C727.2447916666666,0.75,770.0442708333334,0.75,804.7213818599184,27.25190448470489C839.3984928865034,53.75380896940978,865.9532357730068,106.75761793881956,879.2306072162586,133.25952242352446L892.5079786595103,159.76142690822934"/><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="M171.1328125,29.82861376358248L176.85546875,31.898844802985405C182.578125,33.96907584238832,194.0234375,38.10953792119416,203.1523270064921,41.419356551786C212.28121651298423,44.72917518237784,219.0936830259685,47.20835036475567,222.4999162824606,48.44793795594458L225.9061495389527,49.6875255471335"/><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="M304.359186746988,51.5L311.46338478915663,47.333333333333336C318.5675828313253,43.166666666666664,332.7759789156626,34.833333333333336,357.3020519578313,30.666666666666668C381.828125,26.5,416.671875,26.5,451.515625,26.5C486.359375,26.5,521.203125,26.5,560.0247395833334,26.5C598.8463541666666,26.5,641.6458333333334,26.5,684.4453125,26.5C727.2447916666666,26.5,770.0442708333334,26.5,804.4416790116456,48.73738161902438C838.8390871899578,70.97476323804878,864.8344243799156,115.44952647609756,877.8320929748946,137.68690809512194L890.8297615698734,159.92428971414634"/><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="M321.984375,61.53317875676272L326.1510416666667,60.9443156306356C330.3177083333333,60.355452504508484,338.6510416666667,59.17772625225424,360.2395833333333,58.588863126127116C381.828125,58,416.671875,58,451.515625,58C486.359375,58,521.203125,58,558.0260216079724,92.1486311576164C594.8489182159448,126.29726231523279,633.6509614318895,194.59452463046557,653.051983039862,228.74315578808196L672.4530046478343,262.89178694569836"/><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="M298.89654126213594,84.5L306.91118021844665,90.33333333333333C314.9258191747573,96.16666666666667,330.95509708737865,107.83333333333333,354.35368012746113,140.19419715252488C377.7522631675436,172.55506097171644,408.5201513350873,225.6101219434329,423.9040954188591,252.13765242929108L439.28803950263085,278.66518291514933"/><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="M717.296875,284L733.2213541666666,284C749.1458333333334,284,780.9947916666666,284,808.9766695454738,270.2475348541517C836.9585474242809,256.4950697083034,861.073344848562,228.9901394166068,873.1307435607024,215.2376742707585L885.188142272843,201.48520912491023"/><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="M477.1626974907063,283.25L490.31006040892197,274.7916666666667C503.4574233271375,266.3333333333333,529.7521491635688,249.41666666666666,564.2992516651177,240.95833333333334C598.8463541666666,232.5,641.6458333333334,232.5,684.4453125,232.5C727.2447916666666,232.5,770.0442708333334,232.5,801.5868430086388,226.71562830294314C833.1294151839443,220.93125660588626,853.4150803678885,209.3625132117725,863.5579129598606,203.57814151471564L873.7007455518328,197.79376981765876"/><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="M531.046875,287.76681614349775L535.2135416666666,287.13901345291475C539.3802083333334,286.5112107623318,547.7135416666666,285.25560538116594,566.9213541666667,284.62780269058294C586.1291666666667,284,616.2114583333333,284,631.2526041666666,284L646.29375,284"/><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="M499.7608173076923,316.25L509.1418269230769,319.4583333333333C518.5228365384615,322.6666666666667,537.2848557692308,329.0833333333333,568.0656049679487,332.2916666666667C598.8463541666666,335.5,641.6458333333334,335.5,684.4453125,335.5C727.2447916666666,335.5,770.0442708333334,335.5,796.0011281351368,336.7994428583855C821.9579854369404,338.0988857167709,831.0722208738806,340.69777143354185,835.6293385923508,341.9972142919273L840.1864563108209,343.2966571503128"/><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="M468.26092233009706,316.25L482.89191444174753,330.6666666666667C497.52290655339806,345.0833333333333,526.784890776699,373.9166666666667,544.6992162216828,388.3333333333333C562.6135416666667,402.75,569.1802083333333,402.75,572.4635416666666,402.75L575.746875,402.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="M751.7016369047619,386.25L761.8919890873016,383.75C772.0823412698413,381.25,792.4630456349206,376.25,816.0200741397026,345.5896659054204C839.5771026444846,314.9293318108409,866.3104552889694,258.6086636216817,879.6771316112117,230.44832952710217L893.043807933454,202.2879954325226"/><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="M787.84375,410.8029358077274L792.0104166666666,411.1274465064395C796.1770833333334,411.4519572051516,804.5104166666666,412.1009786025758,818.1384459617133,407.0297541644871C831.7664752567598,401.9585297263984,850.6892005135196,391.1670594527968,860.1505631418995,385.771324315996L869.6119257702794,380.37558917919523"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-HlsTranslation LE-Core" id="L-HlsTranslation-Core-0" d="M742.78125,181L754.4583333333334,181C766.1354166666666,181,789.4895833333334,181,811.1934895833333,181C832.8973958333332,181,852.9510416666667,181,862.9778645833334,181L873.0046875,181"/></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><g class="nodes"><g transform="translate(19.0546875, 119.5)" data-id="Hls" data-node="true" id="flowchart-Hls-0" class="node default default flowchart-label"><rect height="33" width="38.109375" y="-16.5" x="-19.0546875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-11.5546875, -9)" style="" class="label"><rect/><foreignObject height="18" width="23.109375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Hls</span></div></foreignObject></g></g><g transform="translate(903.1484375, 181)" 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(134.2890625, 16.5)" data-id="Network" data-node="true" id="flowchart-Network-3" 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(276.2265625, 68)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-5" 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(134.2890625, 129.5)" data-id="HlsParsing" data-node="true" id="flowchart-HlsParsing-7" class="node default default flowchart-label"><rect height="33" width="92.359375" y="-16.5" x="-46.1796875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.6796875, -9)" style="" class="label"><rect/><foreignObject height="18" width="77.359375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsParsing</span></div></foreignObject></g></g><g transform="translate(684.4453125, 181)" data-id="HlsTranslation" data-node="true" id="flowchart-HlsTranslation-9" class="node default default flowchart-label"><rect height="33" width="116.671875" y="-16.5" x="-58.3359375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.8359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="101.671875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsTranslation</span></div></foreignObject></g></g><g transform="translate(684.4453125, 284)" data-id="Source" data-node="true" id="flowchart-Source-11" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(451.515625, 299.75)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-13" 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(903.1484375, 361.25)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-31" 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(684.4453125, 402.75)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-33" 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>
11
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -43 984.453125 493.75" style="max-width: 984.453px; 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-Hls LE-Core" id="L-Hls-Core-0" d="M23.76,103L30.318,80C36.876,57,49.993,11,68.414,-12C86.836,-35,110.563,-35,134.289,-35C158.016,-35,181.742,-35,205.398,-35C229.055,-35,252.641,-35,276.227,-35C299.813,-35,323.398,-35,352.613,-35C381.828,-35,416.672,-35,451.516,-35C486.359,-35,521.203,-35,560.025,-35C598.846,-35,641.646,-35,684.445,-35C727.245,-35,770.044,-35,805.004,-2.565C839.964,29.87,867.085,94.74,880.645,127.175L894.206,159.61"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-Network" id="L-Hls-Network-0" d="M26.112,103L32.278,88.583C38.444,74.167,50.777,45.333,61.782,30.917C72.788,16.5,82.467,16.5,87.306,16.5L92.145,16.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-Adaptation" id="L-Hls-Adaptation-0" d="M36.57,103L40.994,98.833C45.417,94.667,54.263,86.333,70.549,82.167C86.836,78,110.563,78,134.289,78C158.016,78,181.742,78,196.897,77.535C212.053,77.069,218.637,76.139,221.929,75.674L225.221,75.208"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-HlsParsing" id="L-Hls-HlsParsing-0" d="M38.109,123.825L42.276,124.771C46.443,125.717,54.776,127.608,62.226,128.554C69.676,129.5,76.243,129.5,79.526,129.5L82.809,129.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-HlsTranslation" id="L-Hls-HlsTranslation-0" d="M30.874,136L36.247,143.5C41.619,151,52.364,166,69.6,173.5C86.836,181,110.563,181,134.289,181C158.016,181,181.742,181,205.398,181C229.055,181,252.641,181,276.227,181C299.813,181,323.398,181,352.613,181C381.828,181,416.672,181,451.516,181C486.359,181,521.203,181,549.419,181C577.634,181,599.222,181,610.016,181L620.809,181"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-Source" id="L-Hls-Source-0" d="M21.452,136L28.395,183.792C35.338,231.583,49.223,327.167,68.03,374.958C86.836,422.75,110.563,422.75,134.289,422.75C158.016,422.75,181.742,422.75,205.398,422.75C229.055,422.75,252.641,422.75,276.227,422.75C299.813,422.75,323.398,422.75,352.613,422.75C381.828,422.75,416.672,422.75,451.516,422.75C486.359,422.75,521.203,422.75,556.88,403.023C592.557,383.297,629.067,343.843,647.322,324.117L665.577,304.39"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Hls LE-BitmovinV8StaticApi" id="L-Hls-BitmovinV8StaticApi-0" d="M21.303,136L28.271,187.125C35.239,238.25,49.174,340.5,68.005,391.625C86.836,442.75,110.563,442.75,134.289,442.75C158.016,442.75,181.742,442.75,205.398,442.75C229.055,442.75,252.641,442.75,276.227,442.75C299.813,442.75,323.398,442.75,350.082,422.38C376.765,402.01,406.546,361.269,421.436,340.899L436.327,320.529"/><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="M171.133,8.348L176.855,7.081C182.578,5.815,194.023,3.283,211.539,2.016C229.055,0.75,252.641,0.75,276.227,0.75C299.813,0.75,323.398,0.75,352.613,0.75C381.828,0.75,416.672,0.75,451.516,0.75C486.359,0.75,521.203,0.75,560.025,0.75C598.846,0.75,641.646,0.75,684.445,0.75C727.245,0.75,770.044,0.75,804.721,27.252C839.398,53.754,865.953,106.758,879.231,133.26L892.508,159.761"/><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="M171.133,29.829L176.855,31.899C182.578,33.969,194.023,38.11,203.152,41.419C212.281,44.729,219.094,47.208,222.5,48.448L225.906,49.688"/><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="M304.359,51.5L311.463,47.333C318.568,43.167,332.776,34.833,357.302,30.667C381.828,26.5,416.672,26.5,451.516,26.5C486.359,26.5,521.203,26.5,560.025,26.5C598.846,26.5,641.646,26.5,684.445,26.5C727.245,26.5,770.044,26.5,804.442,48.737C838.839,70.975,864.834,115.45,877.832,137.687L890.83,159.924"/><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="M321.984,61.533L326.151,60.944C330.318,60.355,338.651,59.178,360.24,58.589C381.828,58,416.672,58,451.516,58C486.359,58,521.203,58,558.026,92.149C594.849,126.297,633.651,194.595,653.052,228.743L672.453,262.892"/><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="M298.897,84.5L306.911,90.333C314.926,96.167,330.955,107.833,354.354,140.194C377.752,172.555,408.52,225.61,423.904,252.138L439.288,278.665"/><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="M717.297,284L733.221,284C749.146,284,780.995,284,808.977,270.248C836.959,256.495,861.073,228.99,873.131,215.238L885.188,201.485"/><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="M477.163,283.25L490.31,274.792C503.457,266.333,529.752,249.417,564.299,240.958C598.846,232.5,641.646,232.5,684.445,232.5C727.245,232.5,770.044,232.5,801.587,226.716C833.129,220.931,853.415,209.363,863.558,203.578L873.701,197.794"/><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="M531.047,287.767L535.214,287.139C539.38,286.511,547.714,285.256,566.921,284.628C586.129,284,616.211,284,631.253,284L646.294,284"/><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="M499.761,316.25L509.142,319.458C518.523,322.667,537.285,329.083,568.066,332.292C598.846,335.5,641.646,335.5,684.445,335.5C727.245,335.5,770.044,335.5,796.001,336.799C821.958,338.099,831.072,340.698,835.629,341.997L840.186,343.297"/><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="M468.261,316.25L482.892,330.667C497.523,345.083,526.785,373.917,544.699,388.333C562.614,402.75,569.18,402.75,572.464,402.75L575.747,402.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="M751.702,386.25L761.892,383.75C772.082,381.25,792.463,376.25,816.02,345.59C839.577,314.929,866.31,258.609,879.677,230.448L893.044,202.288"/><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="M787.844,410.803L792.01,411.127C796.177,411.452,804.51,412.101,818.138,407.03C831.766,401.959,850.689,391.167,860.151,385.771L869.612,380.376"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-HlsTranslation LE-Core" id="L-HlsTranslation-Core-0" d="M742.781,181L754.458,181C766.135,181,789.49,181,811.193,181C832.897,181,852.951,181,862.978,181L873.005,181"/></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><g class="nodes"><g transform="translate(19.0546875, 119.5)" data-id="Hls" data-node="true" id="flowchart-Hls-0" class="node default default flowchart-label"><rect height="33" width="38.109375" y="-16.5" x="-19.0546875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-11.5546875, -9)" style="" class="label"><rect/><foreignObject height="18" width="23.109375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Hls</span></div></foreignObject></g></g><g transform="translate(903.1484375, 181)" 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(134.2890625, 16.5)" data-id="Network" data-node="true" id="flowchart-Network-3" 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(276.2265625, 68)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-5" 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(134.2890625, 129.5)" data-id="HlsParsing" data-node="true" id="flowchart-HlsParsing-7" class="node default default flowchart-label"><rect height="33" width="92.359375" y="-16.5" x="-46.1796875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.6796875, -9)" style="" class="label"><rect/><foreignObject height="18" width="77.359375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsParsing</span></div></foreignObject></g></g><g transform="translate(684.4453125, 181)" data-id="HlsTranslation" data-node="true" id="flowchart-HlsTranslation-9" class="node default default flowchart-label"><rect height="33" width="116.671875" y="-16.5" x="-58.3359375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.8359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="101.671875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsTranslation</span></div></foreignObject></g></g><g transform="translate(684.4453125, 284)" data-id="Source" data-node="true" id="flowchart-Source-11" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(451.515625, 299.75)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-13" 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(903.1484375, 361.25)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-31" 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(684.4453125, 402.75)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-33" 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>
12
12
  */
13
13
  import type { ContextHaving } from '../../../../../framework-types/execution-context/Types';
14
14
  import type { NamedTask, Task } from '../../../../../framework-types/task/Types';
@@ -4,7 +4,7 @@
4
4
  * Translates HLS parsed manifest to PWX structure
5
5
  *
6
6
  * ### `HlsTranslation` Package Dependency Graph
7
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 232.359375 49" style="max-width: 232.359px; 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 .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-HlsTranslation LE-Core" id="L-HlsTranslation-Core-0" d="M116.671875,16.5L120.83854166666667,16.5C125.00520833333333,16.5,133.33854166666666,16.5,140.78854166666667,16.5C148.23854166666666,16.5,154.80520833333333,16.5,158.08854166666666,16.5L161.371875,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(58.3359375, 16.5)" data-id="HlsTranslation" data-node="true" id="flowchart-HlsTranslation-0" class="node default default flowchart-label"><rect height="33" width="116.671875" y="-16.5" x="-58.3359375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.8359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="101.671875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsTranslation</span></div></foreignObject></g></g><g transform="translate(191.515625, 16.5)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g></g></g></g></svg>
7
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 232.359375 49" style="max-width: 232.359px; 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-HlsTranslation LE-Core" id="L-HlsTranslation-Core-0" d="M116.672,16.5L120.839,16.5C125.005,16.5,133.339,16.5,140.789,16.5C148.239,16.5,154.805,16.5,158.089,16.5L161.372,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(58.3359375, 16.5)" data-id="HlsTranslation" data-node="true" id="flowchart-HlsTranslation-0" class="node default default flowchart-label"><rect height="33" width="116.671875" y="-16.5" x="-58.3359375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.8359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="101.671875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsTranslation</span></div></foreignObject></g></g><g transform="translate(191.515625, 16.5)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g></g></g></g></svg>
8
8
  */
9
9
  import type { ContextHaving } from '../../../../../framework-types/execution-context/Types';
10
10
  import type { BundleExportNames } from '../../../../bundles/Types';
@@ -4,7 +4,7 @@
4
4
  * The network package, exposing network and fetch tasks
5
5
  *
6
6
  * ### `Network` Package Dependency Graph
7
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -11.5 877.671875 278.5" style="max-width: 877.672px; 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 .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-Network LE-Core" id="L-Network-Core-0" d="M73.6875,4.58489135927236L77.85416666666667,3.2374094660603006C82.02083333333333,1.88992757284824,90.35416666666667,-0.80503621357588,106.31380208333333,-2.15251810678794C122.2734375,-3.5,145.859375,-3.5,169.4453125,-3.5C193.03125,-3.5,216.6171875,-3.5,245.83203125,-3.5C275.046875,-3.5,309.890625,-3.5,344.734375,-3.5C379.578125,-3.5,414.421875,-3.5,453.2434895833333,-3.5C492.0651041666667,-3.5,534.8645833333334,-3.5,577.6640625,-3.5C620.4635416666666,-3.5,663.2630208333334,-3.5,696.2319991985868,7.677892440218361C729.2009775638403,18.855784880436723,752.3394551276806,41.211569760873445,763.9086939096006,52.38946220109181L775.4779326915208,63.56735464131017"/><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="M61.43222891566265,33L67.64144076305222,37.166666666666664C73.85065261044177,41.333333333333336,86.26907630522089,49.666666666666664,95.76162148594379,53.833333333333336C105.25416666666666,58,111.82083333333333,58,115.10416666666667,58L118.3875,58"/><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="M197.57793674698794,41.5L204.68213478915663,37.333333333333336C211.78633283132527,33.166666666666664,225.99472891566265,24.833333333333332,250.5208019578313,20.666666666666668C275.046875,16.5,309.890625,16.5,344.734375,16.5C379.578125,16.5,414.421875,16.5,453.2434895833333,16.5C492.0651041666667,16.5,534.8645833333334,16.5,577.6640625,16.5C620.4635416666666,16.5,663.2630208333334,16.5,695.3123203862812,24.430739010160234C727.3616199392291,32.36147802032047,748.6607398784582,48.22295604064093,759.3102998480728,56.15369505080116L769.9598598176874,64.0844340609614"/><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="M215.203125,54.281577785138566L219.36979166666666,53.94298148761547C223.53645833333334,53.60438519009238,231.86979166666666,52.927192595046186,253.45833333333334,52.58859629752309C275.046875,52.25,309.890625,52.25,344.734375,52.25C379.578125,52.25,414.421875,52.25,446.89146739690176,54.09582891829351C479.36105979380346,55.941657836587034,509.45649458760704,59.63331567317406,524.5042119845087,61.47914459146758L539.5519293814106,63.3249735097611"/><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="M181.45049405526993,74.5L191.24259921272494,87.95833333333333C201.03470437017995,101.41666666666667,220.61891468508998,128.33333333333334,233.69435317587832,141.79166666666666C246.7697916666667,155.25,253.33645833333333,155.25,256.6197916666667,155.25L259.903125,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Source LE-Core" id="L-Source-Core-0" d="M610.515625,68L626.4401041666666,68C642.3645833333334,68,674.2135416666666,68,700.1779797357752,69.75106472422551C726.1424178048837,71.50212944845104,746.2223356097674,75.00425889690207,756.2622945122092,76.75532362112759L766.302253414651,78.5063883453531"/><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="M392.9795673076923,138.75L402.36057692307696,135.54166666666666C411.7415865384616,132.33333333333334,430.5036057692308,125.91666666666667,461.28435496794873,122.70833333333333C492.0651041666667,119.5,534.8645833333334,119.5,577.6640625,119.5C620.4635416666666,119.5,663.2630208333334,119.5,694.7516011701141,115.5060095780106C726.2401815068948,111.51201915602121,746.4178630137898,103.5240383120424,756.5067037672371,99.53004789005301L766.5955445206846,95.5360574680636"/><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="M368.85697115384613,138.75L382.2584134615384,129.58333333333334C395.6598557692308,120.41666666666667,422.4627403846154,102.08333333333333,450.91190008920944,91.07083774837315C479.36105979380346,80.05834216341297,509.45649458760704,76.36668432682593,524.5042119845087,74.52085540853241L539.5519293814106,72.67502649023889"/><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="M370.3814474907063,171.75L383.52881040892197,180.20833333333334C396.6761733271375,188.66666666666666,422.97089916356873,205.58333333333334,457.5180016651177,214.04166666666666C492.0651041666667,222.5,534.8645833333334,222.5,577.6640625,222.5C620.4635416666666,222.5,663.2630208333334,222.5,687.966991799477,223.23179620555365C712.6709627656206,223.96359241110727,719.2794255312414,225.42718482221457,722.5836569140519,226.1589810277682L725.8878882968621,226.8907772333218"/><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="M424.265625,167.23318385650225L428.4322916666667,167.86098654708522C432.5989583333333,168.48878923766816,440.9322916666667,169.7443946188341,448.3822916666666,170.37219730941703C455.83229166666666,171,462.3989583333334,171,465.6822916666667,171L468.965625,171"/><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="M681.0625,171L685.2291666666666,171C689.3958333333334,171,697.7291666666666,171,713.4650721152534,159.82210755978164C729.2009775638403,148.64421511956326,752.3394551276806,126.28843023912655,763.9086939096006,115.11053779890818L775.4779326915208,103.93264535868983"/><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="M607.2944711538462,187.5L623.7558092948718,196.66666666666666C640.2171474358975,205.83333333333334,673.1398237179487,224.16666666666666,692.8844951923078,233.33333333333334C712.6291666666666,242.5,719.1958333333333,242.5,722.4791666666666,242.5L725.7625,242.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g 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(36.84375, 16.5)" data-id="Network" data-node="true" id="flowchart-Network-0" 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(796.3671875, 83.75)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(169.4453125, 58)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-3" 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(577.6640625, 68)" 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(344.734375, 155.25)" 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(796.3671875, 242.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-17" 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(577.6640625, 171)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-19" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
7
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -11.5 877.671875 278.5" style="max-width: 877.672px; 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-Network LE-Core" id="L-Network-Core-0" d="M73.688,4.585L77.854,3.237C82.021,1.89,90.354,-0.805,106.314,-2.153C122.273,-3.5,145.859,-3.5,169.445,-3.5C193.031,-3.5,216.617,-3.5,245.832,-3.5C275.047,-3.5,309.891,-3.5,344.734,-3.5C379.578,-3.5,414.422,-3.5,453.243,-3.5C492.065,-3.5,534.865,-3.5,577.664,-3.5C620.464,-3.5,663.263,-3.5,696.232,7.678C729.201,18.856,752.339,41.212,763.909,52.389L775.478,63.567"/><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="M61.432,33L67.641,37.167C73.851,41.333,86.269,49.667,95.762,53.833C105.254,58,111.821,58,115.104,58L118.388,58"/><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="M197.578,41.5L204.682,37.333C211.786,33.167,225.995,24.833,250.521,20.667C275.047,16.5,309.891,16.5,344.734,16.5C379.578,16.5,414.422,16.5,453.243,16.5C492.065,16.5,534.865,16.5,577.664,16.5C620.464,16.5,663.263,16.5,695.312,24.431C727.362,32.361,748.661,48.223,759.31,56.154L769.96,64.084"/><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="M215.203,54.282L219.37,53.943C223.536,53.604,231.87,52.927,253.458,52.589C275.047,52.25,309.891,52.25,344.734,52.25C379.578,52.25,414.422,52.25,446.891,54.096C479.361,55.942,509.456,59.633,524.504,61.479L539.552,63.325"/><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="M181.45,74.5L191.243,87.958C201.035,101.417,220.619,128.333,233.694,141.792C246.77,155.25,253.336,155.25,256.62,155.25L259.903,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Source LE-Core" id="L-Source-Core-0" d="M610.516,68L626.44,68C642.365,68,674.214,68,700.178,69.751C726.142,71.502,746.222,75.004,756.262,76.755L766.302,78.506"/><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="M392.98,138.75L402.361,135.542C411.742,132.333,430.504,125.917,461.284,122.708C492.065,119.5,534.865,119.5,577.664,119.5C620.464,119.5,663.263,119.5,694.752,115.506C726.24,111.512,746.418,103.524,756.507,99.53L766.596,95.536"/><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="M368.857,138.75L382.258,129.583C395.66,120.417,422.463,102.083,450.912,91.071C479.361,80.058,509.456,76.367,524.504,74.521L539.552,72.675"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinV8Core" id="L-BitmovinV8StaticApi-BitmovinV8Core-0" d="M370.381,171.75L383.529,180.208C396.676,188.667,422.971,205.583,457.518,214.042C492.065,222.5,534.865,222.5,577.664,222.5C620.464,222.5,663.263,222.5,687.967,223.232C712.671,223.964,719.279,225.427,722.584,226.159L725.888,226.891"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinV8StaticApi LE-BitmovinVideoElementUtils" id="L-BitmovinV8StaticApi-BitmovinVideoElementUtils-0" d="M424.266,167.233L428.432,167.861C432.599,168.489,440.932,169.744,448.382,170.372C455.832,171,462.399,171,465.682,171L468.966,171"/><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="M681.063,171L685.229,171C689.396,171,697.729,171,713.465,159.822C729.201,148.644,752.339,126.288,763.909,115.111L775.478,103.933"/><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="M607.294,187.5L623.756,196.667C640.217,205.833,673.14,224.167,692.884,233.333C712.629,242.5,719.196,242.5,722.479,242.5L725.763,242.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g 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(36.84375, 16.5)" data-id="Network" data-node="true" id="flowchart-Network-0" 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(796.3671875, 83.75)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(169.4453125, 58)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-3" 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(577.6640625, 68)" 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(344.734375, 155.25)" 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(796.3671875, 242.5)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-17" 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(577.6640625, 171)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-19" 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
8
  */
9
9
  import type { EmptyObject } from '../../Types';
10
10
  import type { NetworkDependencies, NetworkExports } from './Types';
@@ -6,7 +6,7 @@
6
6
  * It also exposes the `EventBus<PlayerEventMap>` component on the registry.
7
7
  *
8
8
  * ### `PlayerApi` Package Dependency Graph
9
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 232.96875 49" style="max-width: 232.969px; 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 .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-PlayerApi LE-EventBus" id="L-PlayerApi-EventBus-0" d="M83.484375,16.5L87.65104166666667,16.5C91.81770833333333,16.5,100.15104166666667,16.5,107.60104166666667,16.5C115.05104166666666,16.5,121.61770833333333,16.5,124.90104166666667,16.5L128.184375,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(41.7421875, 16.5)" data-id="PlayerApi" data-node="true" id="flowchart-PlayerApi-0" class="node default default flowchart-label"><rect height="33" width="83.484375" y="-16.5" x="-41.7421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-34.2421875, -9)" style="" class="label"><rect/><foreignObject height="18" width="68.484375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlayerApi</span></div></foreignObject></g></g><g transform="translate(175.2265625, 16.5)" data-id="EventBus" data-node="true" id="flowchart-EventBus-1" class="node default default flowchart-label"><rect height="33" width="83.484375" y="-16.5" x="-41.7421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-34.2421875, -9)" style="" class="label"><rect/><foreignObject height="18" width="68.484375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">EventBus</span></div></foreignObject></g></g></g></g></g></svg>
9
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 232.96875 49" style="max-width: 232.969px; 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-PlayerApi LE-EventBus" id="L-PlayerApi-EventBus-0" d="M83.484,16.5L87.651,16.5C91.818,16.5,100.151,16.5,107.601,16.5C115.051,16.5,121.618,16.5,124.901,16.5L128.184,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(41.7421875, 16.5)" data-id="PlayerApi" data-node="true" id="flowchart-PlayerApi-0" class="node default default flowchart-label"><rect height="33" width="83.484375" y="-16.5" x="-41.7421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-34.2421875, -9)" style="" class="label"><rect/><foreignObject height="18" width="68.484375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlayerApi</span></div></foreignObject></g></g><g transform="translate(175.2265625, 16.5)" data-id="EventBus" data-node="true" id="flowchart-EventBus-1" class="node default default flowchart-label"><rect height="33" width="83.484375" y="-16.5" x="-41.7421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-34.2421875, -9)" style="" class="label"><rect/><foreignObject height="18" width="68.484375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">EventBus</span></div></foreignObject></g></g></g></g></g></svg>
10
10
  */
11
11
  import type { ContextHaving } from '../../../framework-types/execution-context/Types';
12
12
  import type { BaseContext } from '../../../framework-types/Types';
@@ -11,7 +11,7 @@
11
11
  * - Video element related utilities
12
12
  *
13
13
  * ### `Presentation` Package Dependency Graph
14
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -83 1222.015625 558" style="max-width: 1222.02px; 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 .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-Presentation LE-Core" id="L-Presentation-Core-0" d="M55.1959486970684,369L67.63724891422366,295C80.07854913137894,221,104.96114956568947,73,125.6355226995114,-1C146.30989583333334,-75,162.77604166666666,-75,179.2421875,-75C195.70833333333334,-75,212.17447916666666,-75,232.71744791666666,-75C253.26041666666666,-75,277.8802083333333,-75,302.5,-75C327.1197916666667,-75,351.7395833333333,-75,381.3984375,-75C411.0572916666667,-75,445.7552083333333,-75,480.453125,-75C515.1510416666666,-75,549.8489583333334,-75,584.6197916666666,-75C619.390625,-75,654.234375,-75,689.078125,-75C723.921875,-75,758.765625,-75,797.5872395833334,-75C836.4088541666666,-75,879.2083333333334,-75,922.0078125,-75C964.8072916666666,-75,1007.6067708333334,-75,1042.4860984595005,-44.47472128997145C1077.3654260856677,-13.949442579942891,1104.3246021713355,47.101114840114214,1117.8041902141695,77.62639355014277L1131.2837782570034,108.15167226017132"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-Data" id="L-Presentation-Data-0" d="M56.576219512195124,369L68.78747459349593,320.5C80.99872967479675,272,105.42123983739837,175,120.91582825203254,126.5C136.41041666666666,78,142.97708333333333,78,146.26041666666666,78L149.54375,78"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-Capabilities" id="L-Presentation-Capabilities-0" d="M104.84375,400.05751765893035L109.01041666666667,401.21459804910864C113.17708333333333,402.3716784392869,121.51041666666667,404.68583921964347,133.91015625,405.84291960982176C146.30989583333334,407,162.77604166666666,407,179.2421875,407C195.70833333333334,407,212.17447916666666,407,231.6377728749693,369.59602366331364C251.10106658327194,332.19204732662723,273.56150816654383,257.38409465325446,284.7917289581798,219.98011831656808L296.02194974981575,182.5761419798817"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-SegmentProcessing" id="L-Presentation-SegmentProcessing-0" d="M83.20406626506025,402L90.9773468875502,406.1666666666667C98.75062751004016,410.3333333333333,114.29718875502009,418.6666666666667,130.3035422941767,422.8333333333333C146.30989583333334,427,162.77604166666666,427,179.2421875,427C195.70833333333334,427,212.17447916666666,427,232.71744791666666,427C253.26041666666666,427,277.8802083333333,427,302.5,427C327.1197916666667,427,351.7395833333333,427,378.87677676886034,406.6308274309102C406.0139702043873,386.26165486182043,435.6685654087746,345.5233097236408,450.4958630109683,325.154137154551L465.3231606131619,304.7849645854612"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-Source" id="L-Presentation-Source-0" d="M73.1935975609756,402L82.63528963414633,409.5C92.07698170731707,417,110.96036585365853,432,128.63513084349594,439.5C146.30989583333334,447,162.77604166666666,447,179.2421875,447C195.70833333333334,447,212.17447916666666,447,232.71744791666666,447C253.26041666666666,447,277.8802083333333,447,302.5,447C327.1197916666667,447,351.7395833333333,447,381.3984375,447C411.0572916666667,447,445.7552083333333,447,480.453125,447C515.1510416666666,447,549.8489583333334,447,584.6197916666666,447C619.390625,447,654.234375,447,689.078125,447C723.921875,447,758.765625,447,795.3909041160761,416.41476689124374C832.0161832321522,385.82953378248754,870.4229914643043,324.6590675649751,889.6263955803805,294.0738344562189L908.8297996964567,263.48860134746263"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-BitmovinV8StaticApi" id="L-Presentation-BitmovinV8StaticApi-0" d="M68.09624233128834,402L78.38749360940695,412.8333333333333C88.67874488752557,423.6666666666667,109.26124744376278,445.3333333333333,127.78557163854805,456.1666666666667C146.30989583333334,467,162.77604166666666,467,179.2421875,467C195.70833333333334,467,212.17447916666666,467,232.71744791666666,467C253.26041666666666,467,277.8802083333333,467,302.5,467C327.1197916666667,467,351.7395833333333,467,381.3984375,467C411.0572916666667,467,445.7552083333333,467,480.453125,467C515.1510416666666,467,549.8489583333334,467,581.4375186694882,451.8110911969904C613.026079005643,436.62218239398084,641.505283011286,406.2443647879616,655.7448850141075,391.055455984952L669.9844870169289,375.86654718194245"/><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="M185.37056508458647,61.5L192.58224173715539,42.083333333333336C199.79391838972433,22.666666666666668,214.21727169486215,-16.166666666666668,232.51270329965178,-3.1691534180595036C250.80813490444146,9.82835983054766,272.9756448088829,74.65671966109532,284.05939976110363,107.07089957636914L295.1431547133244,139.48507949164298"/><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="M186.4552336836283,61.5L193.4861322363569,45.416666666666664C200.51703078908554,29.333333333333332,214.57882789454277,-2.8333333333333335,233.9196222806047,-18.916666666666668C253.26041666666666,-35,277.8802083333333,-35,302.5,-35C327.1197916666667,-35,351.7395833333333,-35,381.3984375,-35C411.0572916666667,-35,445.7552083333333,-35,480.453125,-35C515.1510416666666,-35,549.8489583333334,-35,584.6197916666666,-35C619.390625,-35,654.234375,-35,689.078125,-35C723.921875,-35,758.765625,-35,797.5872395833334,-35C836.4088541666666,-35,879.2083333333334,-35,922.0078125,-35C964.8072916666666,-35,1007.6067708333334,-35,1042.1225595755961,-11.107662333210454C1076.638348317859,12.784675333579093,1102.8704466357183,60.56935066715818,1115.9864957946477,84.46168833394773L1129.1025449535773,108.35402600073728"/><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="M192.4954268292683,61.5L198.51962652439025,54C204.5438262195122,46.5,216.59222560975613,31.5,234.9263211382114,24C253.26041666666666,16.5,277.8802083333333,16.5,302.5,16.5C327.1197916666667,16.5,351.7395833333333,16.5,372.8888020833333,16.5C394.03802083333335,16.5,411.7166666666667,16.5,420.5559895833333,16.5L429.3953125,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-Network" id="L-Data-Network-0" d="M203.640625,78L207.80729166666666,78C211.97395833333334,78,220.30729166666666,78,229.75989583333333,78C239.2125,78,249.78437499999998,78,255.0703125,78L260.35625,78"/><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="M185.30221886617102,94.5L192.52528655514251,114.16666666666667C199.748354244114,133.83333333333334,214.19448962205698,173.16666666666666,233.72745314436182,192.83333333333334C253.26041666666666,212.5,277.8802083333333,212.5,302.5,212.5C327.1197916666667,212.5,351.7395833333333,212.5,376.6667176254923,221.16653905547673C401.5938519176513,229.83307811095347,426.8283288353025,247.16615622190696,439.4455672941281,255.8326952773837L452.06280575295375,264.49923433286045"/><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="M184.51774878640776,94.5L191.87156148867314,117.5C199.2253741909385,140.5,213.93299959546925,186.5,233.59670813106797,209.5C253.26041666666666,232.5,277.8802083333333,232.5,302.5,232.5C327.1197916666667,232.5,351.7395833333333,232.5,381.3984375,232.5C411.0572916666667,232.5,445.7552083333333,232.5,480.453125,232.5C515.1510416666666,232.5,549.8489583333334,232.5,584.6197916666666,232.5C619.390625,232.5,654.234375,232.5,689.078125,232.5C723.921875,232.5,758.765625,232.5,791.2313127220532,233.6716507626546C823.6970004441064,234.84330152530916,853.7846258882128,237.18660305061834,868.828438610266,238.3582538132729L883.8722513323191,239.5299045759275"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-BitmovinV8StaticApi" id="L-Data-BitmovinV8StaticApi-0" d="M182.0216392263427,94.5L189.79147018861894,140.625C197.56130115089513,186.75,213.10096307544757,279,233.18068987105713,325.125C253.26041666666666,371.25,277.8802083333333,371.25,302.5,371.25C327.1197916666667,371.25,351.7395833333333,371.25,381.3984375,371.25C411.0572916666667,371.25,445.7552083333333,371.25,480.453125,371.25C515.1510416666666,371.25,549.8489583333334,371.25,570.4911092687659,370.75380595771065C591.1332602041983,370.25761191542125,597.7196454083966,369.26522383084256,601.0128380104958,368.7690297885531L604.3060306125949,368.27283574626375"/><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="M351.359375,161L355.5260416666667,161C359.6927083333333,161,368.0260416666667,161,389.5416666666667,161C411.0572916666667,161,445.7552083333333,161,480.453125,161C515.1510416666666,161,549.8489583333334,161,584.6197916666666,161C619.390625,161,654.234375,161,689.078125,161C723.921875,161,758.765625,161,797.5872395833334,161C836.4088541666666,161,879.2083333333334,161,922.0078125,161C964.8072916666666,161,1007.6067708333334,161,1039.0826184764317,157.4852610349535C1070.5584661195298,153.97052206990702,1090.71068223906,146.94104413981407,1100.7867902988248,143.42630517476758L1110.8628983585897,139.9115662097211"/><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="M526.2109375,5.180745271690183L535.93359375,2.7756210597418196C545.65625,0.37049684779345543,565.1015625,-4.439751576103272,592.24609375,-6.8448757880516355C619.390625,-9.25,654.234375,-9.25,689.078125,-9.25C723.921875,-9.25,758.765625,-9.25,797.5872395833334,-9.25C836.4088541666666,-9.25,879.2083333333334,-9.25,922.0078125,-9.25C964.8072916666666,-9.25,1007.6067708333334,-9.25,1041.7856231711678,10.384660655761024C1075.9644755090023,30.01932131152205,1101.522701018005,69.2886426230441,1114.3018137725062,88.92330327880512L1127.0809265270075,108.55796393456615"/><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="M526.2109375,16.5L535.93359375,16.5C545.65625,16.5,565.1015625,16.5,592.24609375,16.5C619.390625,16.5,654.234375,16.5,689.078125,16.5C723.921875,16.5,758.765625,16.5,795.5885216079723,50.64863115761639C832.4114182159448,84.79726231523279,871.2134614318896,153.09452463046557,890.614483039862,187.24315578808196L910.0155046478343,221.39178694569836"/><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="M526.2109375,27.819254728309815L535.93359375,30.22437894025818C545.65625,32.629503152206546,565.1015625,37.43975157610327,591.0488108039054,88.46529753643676C616.996059107811,139.49084349677022,649.4452432156219,236.73168699354048,665.6698352695273,285.3521087419256L681.8944273234328,333.9725304903107"/><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="M954.859375,242.5L970.7838541666666,242.5C986.7083333333334,242.5,1018.5572916666666,242.5,1046.7834126520925,227.10671794562393C1075.0095336375182,211.71343589124785,1099.6128172750366,180.9268717824957,1111.9144590937958,165.53358972811967L1124.216100912555,150.1403076737436"/><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="M726.7779200819672,339L737.9164959016393,334.125C749.0550717213115,329.25,771.3322233606558,319.5,803.8705387636613,314.625C836.4088541666666,309.75,879.2083333333334,309.75,922.0078125,309.75C964.8072916666666,309.75,1007.6067708333334,309.75,1042.2838818599184,283.2480955152951C1076.9609928865036,256.7461910305902,1103.515735773007,203.74238206118045,1116.7931072162587,177.24047757647554L1130.0704786595104,150.73857309177066"/><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="M756.0593143203884,339L762.3176577669902,337.4583333333333C768.5760012135921,335.9166666666667,781.0926881067961,332.8333333333333,803.9732160421686,319.99647005148023C826.853743977541,307.15960676962715,860.0981129550819,284.56921353925435,876.7202974438524,273.2740169240679L893.342481932623,261.9788203088815"/><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="M768.609375,351.12518684603884L772.7760416666666,350.8959890383657C776.9427083333334,350.6667912306925,785.2760416666666,350.20839561534626,810.8424479166666,349.9791978076731C836.4088541666666,349.75,879.2083333333334,349.75,922.0078125,349.75C964.8072916666666,349.75,1007.6067708333334,349.75,1038.4678730450466,355.1457351368008C1069.3289752567598,360.5414702736016,1088.2517005135196,371.3329405472032,1097.7130631418995,376.728675684004L1107.1744257702794,382.12441082080477"/><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="M713.2007211538462,372L726.6021634615385,381.1666666666667C740.0036057692308,390.3333333333333,766.8064903846154,408.6666666666667,783.491266025641,417.8333333333333C800.1760416666666,427,806.7427083333333,427,810.0260416666666,427L813.309375,427"/><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="M973.0577936746988,410.5L985.949203062249,406.3333333333333C998.8406124497992,402.1666666666667,1024.6234312248996,393.8333333333333,1051.3017005020968,350.5830240622934C1077.979969779294,307.3327147912535,1105.5536895585876,229.16542958250702,1119.3405494482347,190.08178697813375L1133.1274093378815,150.99814437376048"/><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="M1025.40625,435.0529358077274L1029.5729166666667,435.3774465064395C1033.7395833333333,435.7019572051516,1042.0729166666667,436.3509786025758,1053.5225346637037,433.79229998666074C1064.9721526607411,431.23362137074565,1079.538055321482,425.46724274149136,1086.8210066518525,422.58405342686416L1094.1039579822232,419.70086411223696"/><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="M339.34375,73.01163528665116L345.5130208333333,72.17636273887597C351.6822916666667,71.34109019110078,364.0208333333333,69.67054509555038,387.5390625,68.83527254777519C411.0572916666667,68,445.7552083333333,68,480.453125,68C515.1510416666666,68,549.8489583333334,68,584.6197916666666,68C619.390625,68,654.234375,68,689.078125,68C723.921875,68,758.765625,68,797.5872395833334,68C836.4088541666666,68,879.2083333333334,68,922.0078125,68C964.8072916666666,68,1007.6067708333334,68,1039.2891745392515,75.00277982290741C1070.9715782451694,82.00555964581481,1091.5369064903387,96.01111929162964,1101.8195706129234,103.01389911453707L1112.102234735508,110.01667893744447"/><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="M339.34375,93.71334884704886L345.5130208333333,96.34445737254072C351.6822916666667,98.97556589803257,364.0208333333333,104.23778294901628,383.8022959037259,94.70741365718953C403.5837584741185,85.17704436536276,430.80814194823705,60.85408873072552,444.42033368529627,48.6926109134069L458.0325254223555,36.53113309608828"/><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="M559.546875,272.03264785349745L563.7135416666666,271.40220654458125C567.8802083333334,270.771765235665,576.2135416666666,269.51088261783246,597.8020833333334,268.88044130891626C619.390625,268.25,654.234375,268.25,689.078125,268.25C723.921875,268.25,758.765625,268.25,791.2458908975801,265.23007566787805C823.7261567951605,262.2101513357561,853.842938590321,256.17030267151216,868.9013294879011,253.15037833939024L883.9597203854813,250.13045400726827"/><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="M547.1539745145631,300.5L553.3861245954691,302.0416666666667C559.6182746763753,303.5833333333333,572.0825748381877,306.6666666666667,588.6440784046857,312.72916248218434C605.205581971184,318.791658297702,625.8642889423678,327.833316595404,636.1936424279598,332.354145744255L646.5229959135518,336.874974893106"/></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><g class="nodes"><g transform="translate(52.421875, 385.5)" data-id="Presentation" data-node="true" id="flowchart-Presentation-0" class="node default default flowchart-label"><rect height="33" width="104.84375" y="-16.5" x="-52.421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-44.921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="89.84375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Presentation</span></div></foreignObject></g></g><g transform="translate(1140.7109375, 129.5)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(179.2421875, 78)" 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(302.5, 161)" 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(480.453125, 284)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-7" 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(922.0078125, 242.5)" data-id="Source" data-node="true" id="flowchart-Source-9" 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(689.078125, 355.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-11" 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(480.453125, 16.5)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-17" class="node default default flowchart-label"><rect height="33" width="91.515625" y="-16.5" x="-45.7578125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.2578125, -9)" style="" class="label"><rect/><foreignObject height="18" width="76.515625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Adaptation</span></div></foreignObject></g></g><g transform="translate(302.5, 78)" data-id="Network" data-node="true" id="flowchart-Network-19" 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(1140.7109375, 401.25)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-41" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g><g transform="translate(922.0078125, 427)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-43" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
14
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -83 1222.015625 558" style="max-width: 1222.02px; 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-Presentation LE-Core" id="L-Presentation-Core-0" d="M55.196,369L67.637,295C80.079,221,104.961,73,125.636,-1C146.31,-75,162.776,-75,179.242,-75C195.708,-75,212.174,-75,232.717,-75C253.26,-75,277.88,-75,302.5,-75C327.12,-75,351.74,-75,381.398,-75C411.057,-75,445.755,-75,480.453,-75C515.151,-75,549.849,-75,584.62,-75C619.391,-75,654.234,-75,689.078,-75C723.922,-75,758.766,-75,797.587,-75C836.409,-75,879.208,-75,922.008,-75C964.807,-75,1007.607,-75,1042.486,-44.475C1077.365,-13.949,1104.325,47.101,1117.804,77.626L1131.284,108.152"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-Data" id="L-Presentation-Data-0" d="M56.576,369L68.787,320.5C80.999,272,105.421,175,120.916,126.5C136.41,78,142.977,78,146.26,78L149.544,78"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-Capabilities" id="L-Presentation-Capabilities-0" d="M104.844,400.058L109.01,401.215C113.177,402.372,121.51,404.686,133.91,405.843C146.31,407,162.776,407,179.242,407C195.708,407,212.174,407,231.638,369.596C251.101,332.192,273.562,257.384,284.792,219.98L296.022,182.576"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-SegmentProcessing" id="L-Presentation-SegmentProcessing-0" d="M83.204,402L90.977,406.167C98.751,410.333,114.297,418.667,130.304,422.833C146.31,427,162.776,427,179.242,427C195.708,427,212.174,427,232.717,427C253.26,427,277.88,427,302.5,427C327.12,427,351.74,427,378.877,406.631C406.014,386.262,435.669,345.523,450.496,325.154L465.323,304.785"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-Source" id="L-Presentation-Source-0" d="M73.194,402L82.635,409.5C92.077,417,110.96,432,128.635,439.5C146.31,447,162.776,447,179.242,447C195.708,447,212.174,447,232.717,447C253.26,447,277.88,447,302.5,447C327.12,447,351.74,447,381.398,447C411.057,447,445.755,447,480.453,447C515.151,447,549.849,447,584.62,447C619.391,447,654.234,447,689.078,447C723.922,447,758.766,447,795.391,416.415C832.016,385.83,870.423,324.659,889.626,294.074L908.83,263.489"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Presentation LE-BitmovinV8StaticApi" id="L-Presentation-BitmovinV8StaticApi-0" d="M68.096,402L78.387,412.833C88.679,423.667,109.261,445.333,127.786,456.167C146.31,467,162.776,467,179.242,467C195.708,467,212.174,467,232.717,467C253.26,467,277.88,467,302.5,467C327.12,467,351.74,467,381.398,467C411.057,467,445.755,467,480.453,467C515.151,467,549.849,467,581.438,451.811C613.026,436.622,641.505,406.244,655.745,391.055L669.984,375.867"/><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="M185.371,61.5L192.582,42.083C199.794,22.667,214.217,-16.167,232.513,-3.169C250.808,9.828,272.976,74.657,284.059,107.071L295.143,139.485"/><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="M186.455,61.5L193.486,45.417C200.517,29.333,214.579,-2.833,233.92,-18.917C253.26,-35,277.88,-35,302.5,-35C327.12,-35,351.74,-35,381.398,-35C411.057,-35,445.755,-35,480.453,-35C515.151,-35,549.849,-35,584.62,-35C619.391,-35,654.234,-35,689.078,-35C723.922,-35,758.766,-35,797.587,-35C836.409,-35,879.208,-35,922.008,-35C964.807,-35,1007.607,-35,1042.123,-11.108C1076.638,12.785,1102.87,60.569,1115.986,84.462L1129.103,108.354"/><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="M192.495,61.5L198.52,54C204.544,46.5,216.592,31.5,234.926,24C253.26,16.5,277.88,16.5,302.5,16.5C327.12,16.5,351.74,16.5,372.889,16.5C394.038,16.5,411.717,16.5,420.556,16.5L429.395,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-Network" id="L-Data-Network-0" d="M203.641,78L207.807,78C211.974,78,220.307,78,229.76,78C239.213,78,249.784,78,255.07,78L260.356,78"/><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="M185.302,94.5L192.525,114.167C199.748,133.833,214.194,173.167,233.727,192.833C253.26,212.5,277.88,212.5,302.5,212.5C327.12,212.5,351.74,212.5,376.667,221.167C401.594,229.833,426.828,247.166,439.446,255.833L452.063,264.499"/><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="M184.518,94.5L191.872,117.5C199.225,140.5,213.933,186.5,233.597,209.5C253.26,232.5,277.88,232.5,302.5,232.5C327.12,232.5,351.74,232.5,381.398,232.5C411.057,232.5,445.755,232.5,480.453,232.5C515.151,232.5,549.849,232.5,584.62,232.5C619.391,232.5,654.234,232.5,689.078,232.5C723.922,232.5,758.766,232.5,791.231,233.672C823.697,234.843,853.785,237.187,868.828,238.358L883.872,239.53"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Data LE-BitmovinV8StaticApi" id="L-Data-BitmovinV8StaticApi-0" d="M182.022,94.5L189.791,140.625C197.561,186.75,213.101,279,233.181,325.125C253.26,371.25,277.88,371.25,302.5,371.25C327.12,371.25,351.74,371.25,381.398,371.25C411.057,371.25,445.755,371.25,480.453,371.25C515.151,371.25,549.849,371.25,570.491,370.754C591.133,370.258,597.72,369.265,601.013,368.769L604.306,368.273"/><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="M351.359,161L355.526,161C359.693,161,368.026,161,389.542,161C411.057,161,445.755,161,480.453,161C515.151,161,549.849,161,584.62,161C619.391,161,654.234,161,689.078,161C723.922,161,758.766,161,797.587,161C836.409,161,879.208,161,922.008,161C964.807,161,1007.607,161,1039.083,157.485C1070.558,153.971,1090.711,146.941,1100.787,143.426L1110.863,139.912"/><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="M526.211,5.181L535.934,2.776C545.656,0.37,565.102,-4.44,592.246,-6.845C619.391,-9.25,654.234,-9.25,689.078,-9.25C723.922,-9.25,758.766,-9.25,797.587,-9.25C836.409,-9.25,879.208,-9.25,922.008,-9.25C964.807,-9.25,1007.607,-9.25,1041.786,10.385C1075.964,30.019,1101.523,69.289,1114.302,88.923L1127.081,108.558"/><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="M526.211,16.5L535.934,16.5C545.656,16.5,565.102,16.5,592.246,16.5C619.391,16.5,654.234,16.5,689.078,16.5C723.922,16.5,758.766,16.5,795.589,50.649C832.411,84.797,871.213,153.095,890.614,187.243L910.016,221.392"/><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="M526.211,27.819L535.934,30.224C545.656,32.63,565.102,37.44,591.049,88.465C616.996,139.491,649.445,236.732,665.67,285.352L681.894,333.973"/><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="M954.859,242.5L970.784,242.5C986.708,242.5,1018.557,242.5,1046.783,227.107C1075.01,211.713,1099.613,180.927,1111.914,165.534L1124.216,150.14"/><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="M726.778,339L737.916,334.125C749.055,329.25,771.332,319.5,803.871,314.625C836.409,309.75,879.208,309.75,922.008,309.75C964.807,309.75,1007.607,309.75,1042.284,283.248C1076.961,256.746,1103.516,203.742,1116.793,177.24L1130.07,150.739"/><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="M756.059,339L762.318,337.458C768.576,335.917,781.093,332.833,803.973,319.996C826.854,307.16,860.098,284.569,876.72,273.274L893.342,261.979"/><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="M768.609,351.125L772.776,350.896C776.943,350.667,785.276,350.208,810.842,349.979C836.409,349.75,879.208,349.75,922.008,349.75C964.807,349.75,1007.607,349.75,1038.468,355.146C1069.329,360.541,1088.252,371.333,1097.713,376.729L1107.174,382.124"/><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="M713.201,372L726.602,381.167C740.004,390.333,766.806,408.667,783.491,417.833C800.176,427,806.743,427,810.026,427L813.309,427"/><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="M973.058,410.5L985.949,406.333C998.841,402.167,1024.623,393.833,1051.302,350.583C1077.98,307.333,1105.554,229.165,1119.341,190.082L1133.127,150.998"/><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="M1025.406,435.053L1029.573,435.377C1033.74,435.702,1042.073,436.351,1053.523,433.792C1064.972,431.234,1079.538,425.467,1086.821,422.584L1094.104,419.701"/><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="M339.344,73.012L345.513,72.176C351.682,71.341,364.021,69.671,387.539,68.835C411.057,68,445.755,68,480.453,68C515.151,68,549.849,68,584.62,68C619.391,68,654.234,68,689.078,68C723.922,68,758.766,68,797.587,68C836.409,68,879.208,68,922.008,68C964.807,68,1007.607,68,1039.289,75.003C1070.972,82.006,1091.537,96.011,1101.82,103.014L1112.102,110.017"/><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="M339.344,93.713L345.513,96.344C351.682,98.976,364.021,104.238,383.802,94.707C403.584,85.177,430.808,60.854,444.42,48.693L458.033,36.531"/><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="M559.547,272.033L563.714,271.402C567.88,270.772,576.214,269.511,597.802,268.88C619.391,268.25,654.234,268.25,689.078,268.25C723.922,268.25,758.766,268.25,791.246,265.23C823.726,262.21,853.843,256.17,868.901,253.15L883.96,250.13"/><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="M547.154,300.5L553.386,302.042C559.618,303.583,572.083,306.667,588.644,312.729C605.206,318.792,625.864,327.833,636.194,332.354L646.523,336.875"/></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><g class="nodes"><g transform="translate(52.421875, 385.5)" data-id="Presentation" data-node="true" id="flowchart-Presentation-0" class="node default default flowchart-label"><rect height="33" width="104.84375" y="-16.5" x="-52.421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-44.921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="89.84375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Presentation</span></div></foreignObject></g></g><g transform="translate(1140.7109375, 129.5)" data-id="Core" data-node="true" id="flowchart-Core-1" class="node default default flowchart-label"><rect height="33" width="49.6875" y="-16.5" x="-24.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-17.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="34.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Core</span></div></foreignObject></g></g><g transform="translate(179.2421875, 78)" 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(302.5, 161)" 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(480.453125, 284)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-7" 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(922.0078125, 242.5)" data-id="Source" data-node="true" id="flowchart-Source-9" 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(689.078125, 355.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-11" 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(480.453125, 16.5)" data-id="Adaptation" data-node="true" id="flowchart-Adaptation-17" class="node default default flowchart-label"><rect height="33" width="91.515625" y="-16.5" x="-45.7578125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-38.2578125, -9)" style="" class="label"><rect/><foreignObject height="18" width="76.515625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Adaptation</span></div></foreignObject></g></g><g transform="translate(302.5, 78)" data-id="Network" data-node="true" id="flowchart-Network-19" 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(1140.7109375, 401.25)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-41" class="node default default flowchart-label"><rect height="33" width="130.609375" y="-16.5" x="-65.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-57.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="115.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8Core</span></div></foreignObject></g></g><g transform="translate(922.0078125, 427)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-43" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
15
15
  */
16
16
  import type { ContextHaving, ContextUsing } from '../../../framework-types/execution-context/Types';
17
17
  import type { NamedTask, Task } from '../../../framework-types/task/Types';