@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
@@ -10,7 +10,7 @@
10
10
  * we have first playable data available.
11
11
  *
12
12
  * ### `ContainerMp4` Package Dependency Graph
13
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -37.25 986.15625 278.5" style="max-width: 986.156px; 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-ContainerMp4 LE-Core" id="L-ContainerMp4-Core-0" d="M87.59426229508196,0L96.41188524590164,-4.875C105.22950819672131,-9.75,122.86475409836066,-19.5,149.03133538251367,-24.375C175.19791666666666,-29.25,209.89583333333334,-29.25,244.59375,-29.25C279.2916666666667,-29.25,313.9895833333333,-29.25,348.7604166666667,-29.25C383.53125,-29.25,418.375,-29.25,453.21875,-29.25C488.0625,-29.25,522.90625,-29.25,561.7278645833334,-29.25C600.5494791666666,-29.25,643.3489583333334,-29.25,686.1484375,-29.25C728.9479166666666,-29.25,771.7473958333334,-29.25,805.0432445514233,-16.438963880141074C838.339093269513,-3.627927760282146,862.1313115390261,21.994144479435707,874.0274206737827,34.80518059929464L885.9235298085392,47.61621671915356"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerMp4 LE-SegmentProcessing" id="L-ContainerMp4-SegmentProcessing-0" d="M110.77427184466019,33L115.72855987055016,34.541666666666664C120.68284789644012,36.083333333333336,130.59142394822007,39.166666666666664,138.82904530744338,40.708333333333336C147.06666666666666,42.25,153.63333333333333,42.25,156.91666666666666,42.25L160.2,42.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerMp4 LE-Source" id="L-ContainerMp4-Source-0" d="M110.77427184466019,0L115.72855987055016,-1.5416666666666667C120.68284789644012,-3.0833333333333335,130.59142394822007,-6.166666666666667,152.89467030744336,-7.708333333333333C175.19791666666666,-9.25,209.89583333333334,-9.25,244.59375,-9.25C279.2916666666667,-9.25,313.9895833333333,-9.25,348.7604166666667,-9.25C383.53125,-9.25,418.375,-9.25,453.21875,-9.25C488.0625,-9.25,522.90625,-9.25,555.420513588109,-3.8723895605740233C587.9347771762178,1.5052208788519532,618.1195543524358,12.260441757703907,633.2119429405446,17.638052197129884L648.3043315286536,23.01566263655586"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerMp4 LE-BitmovinV8StaticApi" id="L-ContainerMp4-BitmovinV8StaticApi-0" d="M75.4247572815534,33L86.27063106796118,43.125C97.11650485436894,53.25,118.80825242718447,73.5,147.00308454692558,83.625C175.19791666666666,93.75,209.89583333333334,93.75,244.59375,93.75C279.2916666666667,93.75,313.9895833333333,93.75,339.8837469193759,96.6724857426306C365.77791050541845,99.59497148526118,382.86832101083684,105.4399429705224,391.41352626354615,108.362428713153L399.95873151625534,111.28491445578359"/><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="M323.6875,42.25L327.8541666666667,42.25C332.0208333333333,42.25,340.3541666666667,42.25,361.9427083333333,42.25C383.53125,42.25,418.375,42.25,453.21875,42.25C488.0625,42.25,522.90625,42.25,555.3701552526339,41.57638063486836C587.8340605052678,40.902761269736715,617.9181210105356,39.55552253947342,632.9601512631696,38.88190317434178L648.0021815158035,38.20828380921014"/><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="M262.2549003856041,58.75L276.66033365467007,72.20833333333333C291.0657669237361,85.66666666666667,319.87663346186804,112.58333333333333,337.5694145861274,125.7271819690099C355.2621957103868,138.87103060468647,361.83689142077355,138.24206120937293,365.124239275967,137.92757651171618L368.41158713116033,137.6130918140594"/><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="M719,36.5L734.9244791666666,36.5C750.8489583333334,36.5,782.6979166666666,36.5,808.6985038930983,40.01473896504649C834.69909111953,43.52947793009298,854.85130723906,50.558955860185954,864.9274152988249,54.073694825232444L875.0035233585899,57.58843379027893"/><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="M520.1999393203884,113L526.4582827669902,111.45833333333333C532.7166262135922,109.91666666666667,545.2333131067961,106.83333333333333,572.8913961367314,105.29166666666667C600.5494791666666,103.75,643.3489583333334,103.75,686.1484375,103.75C728.9479166666666,103.75,771.7473958333334,103.75,803.2359761701141,99.7560095780106C834.7245565068948,95.76201915602121,854.9022380137898,87.7740383120424,864.9910787672371,83.78004789005301L875.0799195206846,79.7860574680636"/><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="M486.7093446601942,113L498.5494538834951,107.16666666666667C510.38956310679606,101.33333333333333,534.069781553398,89.66666666666667,560.9938493451679,78.95800702267279C587.9179171369375,68.2493473786789,618.0858342738751,58.49869475735782,633.1697928423438,53.62336844669727L648.2537514108126,48.74804213603673"/><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="M475.5458131067961,146L489.2465109223301,156.125C502.94720873786406,166.25,530.3486043689321,186.5,565.4490417677994,196.625C600.5494791666666,206.75,643.3489583333334,206.75,686.1484375,206.75C728.9479166666666,206.75,771.7473958333334,206.75,796.4358353861841,207.11417821273312C821.1242749390349,207.47835642546625,827.7016748780696,208.20671285093252,830.9903748475871,208.57089106366564L834.2790748171044,208.9350692763988"/><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="M520.1999393203884,146L526.4582827669902,147.54166666666666C532.7166262135922,149.08333333333334,545.2333131067961,152.16666666666666,554.7749898867314,153.70833333333334C564.3166666666667,155.25,570.8833333333333,155.25,574.1666666666666,155.25L577.45,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M789.546875,155.25L793.7135416666666,155.25C797.8802083333334,155.25,806.2135416666666,155.25,821.9494471152534,144.07210755978164C837.6853525638403,132.89421511956326,860.8238301276806,110.53843023912655,872.3930689096006,99.36053779890818L883.9623076915208,88.18264535868983"/><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="M715.7788461538462,171.75L732.2401842948717,180.91666666666666C748.7015224358975,190.08333333333334,781.6241987179487,208.41666666666666,801.3742368284917,217.21915512060022C821.1242749390349,226.02164357453375,827.7016748780696,225.29328714906748,830.9903748475871,224.92910893633436L834.2790748171044,224.5649307236012"/></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><g class="nodes"><g transform="translate(57.75, 16.5)" data-id="ContainerMp4" data-node="true" id="flowchart-ContainerMp4-0" class="node default default flowchart-label"><rect height="33" width="115.5" y="-16.5" x="-57.75" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.25, -9)" style="" class="label"><rect/><foreignObject height="18" width="100.5"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerMp4</span></div></foreignObject></g></g><g transform="translate(904.8515625, 68)" 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(244.59375, 42.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-3" class="node default default flowchart-label"><rect height="33" width="158.1875" y="-16.5" x="-79.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-71.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="143.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessing</span></div></foreignObject></g></g><g transform="translate(686.1484375, 36.5)" data-id="Source" data-node="true" id="flowchart-Source-5" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(453.21875, 129.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(904.8515625, 216.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-19" 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(686.1484375, 155.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-21" 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>
13
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -37.25 986.15625 278.5" style="max-width: 986.156px; 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-ContainerMp4 LE-Core" id="L-ContainerMp4-Core-0" d="M87.594,0L96.412,-4.875C105.23,-9.75,122.865,-19.5,149.031,-24.375C175.198,-29.25,209.896,-29.25,244.594,-29.25C279.292,-29.25,313.99,-29.25,348.76,-29.25C383.531,-29.25,418.375,-29.25,453.219,-29.25C488.063,-29.25,522.906,-29.25,561.728,-29.25C600.549,-29.25,643.349,-29.25,686.148,-29.25C728.948,-29.25,771.747,-29.25,805.043,-16.439C838.339,-3.628,862.131,21.994,874.027,34.805L885.924,47.616"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerMp4 LE-SegmentProcessing" id="L-ContainerMp4-SegmentProcessing-0" d="M110.774,33L115.729,34.542C120.683,36.083,130.591,39.167,138.829,40.708C147.067,42.25,153.633,42.25,156.917,42.25L160.2,42.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerMp4 LE-Source" id="L-ContainerMp4-Source-0" d="M110.774,0L115.729,-1.542C120.683,-3.083,130.591,-6.167,152.895,-7.708C175.198,-9.25,209.896,-9.25,244.594,-9.25C279.292,-9.25,313.99,-9.25,348.76,-9.25C383.531,-9.25,418.375,-9.25,453.219,-9.25C488.063,-9.25,522.906,-9.25,555.421,-3.872C587.935,1.505,618.12,12.26,633.212,17.638L648.304,23.016"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerMp4 LE-BitmovinV8StaticApi" id="L-ContainerMp4-BitmovinV8StaticApi-0" d="M75.425,33L86.271,43.125C97.117,53.25,118.808,73.5,147.003,83.625C175.198,93.75,209.896,93.75,244.594,93.75C279.292,93.75,313.99,93.75,339.884,96.672C365.778,99.595,382.868,105.44,391.414,108.362L399.959,111.285"/><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="M323.688,42.25L327.854,42.25C332.021,42.25,340.354,42.25,361.943,42.25C383.531,42.25,418.375,42.25,453.219,42.25C488.063,42.25,522.906,42.25,555.37,41.576C587.834,40.903,617.918,39.556,632.96,38.882L648.002,38.208"/><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="M262.255,58.75L276.66,72.208C291.066,85.667,319.877,112.583,337.569,125.727C355.262,138.871,361.837,138.242,365.124,137.928L368.412,137.613"/><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="M719,36.5L734.924,36.5C750.849,36.5,782.698,36.5,808.699,40.015C834.699,43.529,854.851,50.559,864.927,54.074L875.004,57.588"/><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="M520.2,113L526.458,111.458C532.717,109.917,545.233,106.833,572.891,105.292C600.549,103.75,643.349,103.75,686.148,103.75C728.948,103.75,771.747,103.75,803.236,99.756C834.725,95.762,854.902,87.774,864.991,83.78L875.08,79.786"/><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="M486.709,113L498.549,107.167C510.39,101.333,534.07,89.667,560.994,78.958C587.918,68.249,618.086,58.499,633.17,53.623L648.254,48.748"/><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="M475.546,146L489.247,156.125C502.947,166.25,530.349,186.5,565.449,196.625C600.549,206.75,643.349,206.75,686.148,206.75C728.948,206.75,771.747,206.75,796.436,207.114C821.124,207.478,827.702,208.207,830.99,208.571L834.279,208.935"/><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="M520.2,146L526.458,147.542C532.717,149.083,545.233,152.167,554.775,153.708C564.317,155.25,570.883,155.25,574.167,155.25L577.45,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M789.547,155.25L793.714,155.25C797.88,155.25,806.214,155.25,821.949,144.072C837.685,132.894,860.824,110.538,872.393,99.361L883.962,88.183"/><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="M715.779,171.75L732.24,180.917C748.702,190.083,781.624,208.417,801.374,217.219C821.124,226.022,827.702,225.293,830.99,224.929L834.279,224.565"/></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><g class="nodes"><g transform="translate(57.75, 16.5)" data-id="ContainerMp4" data-node="true" id="flowchart-ContainerMp4-0" class="node default default flowchart-label"><rect height="33" width="115.5" y="-16.5" x="-57.75" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.25, -9)" style="" class="label"><rect/><foreignObject height="18" width="100.5"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerMp4</span></div></foreignObject></g></g><g transform="translate(904.8515625, 68)" 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(244.59375, 42.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-3" class="node default default flowchart-label"><rect height="33" width="158.1875" y="-16.5" x="-79.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-71.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="143.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessing</span></div></foreignObject></g></g><g transform="translate(686.1484375, 36.5)" data-id="Source" data-node="true" id="flowchart-Source-5" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(453.21875, 129.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(904.8515625, 216.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-19" 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(686.1484375, 155.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-21" 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
14
  */
15
15
  import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
16
16
  import type { EmptyObject } from '../../../Types';
@@ -7,7 +7,7 @@
7
7
  * Provides Transport stream segments parser.
8
8
  *
9
9
  * ### `ContainerTs` Package Dependency Graph
10
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -37.25 971.03125 278.5" style="max-width: 971.031px; 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-ContainerTs LE-Core" id="L-ContainerTs-Core-0" d="M77.30430327868852,0L85.31608606557377,-4.875C93.327868852459,-9.75,109.3514344262295,-19.5,134.7121755464481,-24.375C160.07291666666666,-29.25,194.77083333333334,-29.25,229.46875,-29.25C264.1666666666667,-29.25,298.8645833333333,-29.25,333.6354166666667,-29.25C368.40625,-29.25,403.25,-29.25,438.09375,-29.25C472.9375,-29.25,507.78125,-29.25,546.6028645833334,-29.25C585.4244791666666,-29.25,628.2239583333334,-29.25,671.0234375,-29.25C713.8229166666666,-29.25,756.6223958333334,-29.25,789.9182445514233,-16.438963880141074C823.214093269513,-3.627927760282146,847.0063115390261,21.994144479435707,858.9024206737827,34.80518059929464L870.7985298085392,47.61621671915356"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerTs LE-SegmentProcessing" id="L-ContainerTs-SegmentProcessing-0" d="M98.36589805825243,33L102.86741504854369,34.541666666666664C107.36893203883494,36.083333333333336,116.37196601941747,39.166666666666664,124.15681634304208,40.708333333333336C131.94166666666666,42.25,138.50833333333333,42.25,141.79166666666666,42.25L145.075,42.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerTs LE-Source" id="L-ContainerTs-Source-0" d="M98.36589805825243,0L102.86741504854369,-1.5416666666666667C107.36893203883494,-3.0833333333333335,116.37196601941747,-6.166666666666667,138.22244134304208,-7.708333333333333C160.07291666666666,-9.25,194.77083333333334,-9.25,229.46875,-9.25C264.1666666666667,-9.25,298.8645833333333,-9.25,333.6354166666667,-9.25C368.40625,-9.25,403.25,-9.25,438.09375,-9.25C472.9375,-9.25,507.78125,-9.25,540.295513588109,-3.8723895605740233C572.8097771762178,1.5052208788519532,602.9945543524358,12.260441757703907,618.0869429405446,17.638052197129884L633.1793315286536,23.01566263655586"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerTs LE-BitmovinV8StaticApi" id="L-ContainerTs-BitmovinV8StaticApi-0" d="M66.24696601941747,33L76.10163834951456,43.125C85.95631067961165,53.25,105.66565533980582,73.5,132.86928600323623,83.625C160.07291666666666,93.75,194.77083333333334,93.75,229.46875,93.75C264.1666666666667,93.75,298.8645833333333,93.75,324.7587469193759,96.6724857426306C350.65291050541845,99.59497148526118,367.74332101083684,105.4399429705224,376.28852626354615,108.362428713153L384.83373151625534,111.28491445578359"/><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="M308.5625,42.25L312.7291666666667,42.25C316.8958333333333,42.25,325.2291666666667,42.25,346.8177083333333,42.25C368.40625,42.25,403.25,42.25,438.09375,42.25C472.9375,42.25,507.78125,42.25,540.2451552526339,41.57638063486836C572.7090605052678,40.902761269736715,602.7931210105356,39.55552253947342,617.8351512631696,38.88190317434178L632.8771815158035,38.20828380921014"/><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="M247.12990038560412,58.75L261.53533365467007,72.20833333333333C275.9407669237361,85.66666666666667,304.75163346186804,112.58333333333333,322.4444145861274,125.7271819690099C340.1371957103868,138.87103060468647,346.71189142077355,138.24206120937293,349.999239275967,137.92757651171618L353.28658713116033,137.6130918140594"/><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="M703.875,36.5L719.7994791666666,36.5C735.7239583333334,36.5,767.5729166666666,36.5,793.5735038930983,40.01473896504649C819.57409111953,43.52947793009298,839.72630723906,50.558955860185954,849.8024152988249,54.073694825232444L859.8785233585899,57.58843379027893"/><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="M505.07493932038835,113L511.3332827669903,111.45833333333333C517.5916262135922,109.91666666666667,530.1083131067961,106.83333333333333,557.7663961367314,105.29166666666667C585.4244791666666,103.75,628.2239583333334,103.75,671.0234375,103.75C713.8229166666666,103.75,756.6223958333334,103.75,788.1109761701141,99.7560095780106C819.5995565068948,95.76201915602121,839.7772380137898,87.7740383120424,849.8660787672371,83.78004789005301L859.9549195206846,79.7860574680636"/><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="M471.5843446601942,113L483.4244538834951,107.16666666666667C495.26456310679606,101.33333333333333,518.944781553398,89.66666666666667,545.8688493451679,78.95800702267279C572.7929171369375,68.2493473786789,602.9608342738751,58.49869475735782,618.0447928423438,53.62336844669727L633.1287514108126,48.74804213603673"/><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="M460.4208131067961,146L474.1215109223301,156.125C487.82220873786406,166.25,515.2236043689321,186.5,550.3240417677994,196.625C585.4244791666666,206.75,628.2239583333334,206.75,671.0234375,206.75C713.8229166666666,206.75,756.6223958333334,206.75,781.3108353861841,207.11417821273312C805.9992749390349,207.47835642546625,812.5766748780696,208.20671285093252,815.8653748475871,208.57089106366564L819.1540748171044,208.9350692763988"/><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="M505.07493932038835,146L511.3332827669903,147.54166666666666C517.5916262135922,149.08333333333334,530.1083131067961,152.16666666666666,539.6499898867314,153.70833333333334C549.1916666666667,155.25,555.7583333333333,155.25,559.0416666666666,155.25L562.325,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M774.421875,155.25L778.5885416666666,155.25C782.7552083333334,155.25,791.0885416666666,155.25,806.8244471152534,144.07210755978164C822.5603525638403,132.89421511956326,845.6988301276806,110.53843023912655,857.2680689096006,99.36053779890818L868.8373076915208,88.18264535868983"/><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="M700.6538461538462,171.75L717.1151842948717,180.91666666666666C733.5765224358975,190.08333333333334,766.4991987179487,208.41666666666666,786.2492368284917,217.21915512060022C805.9992749390349,226.02164357453375,812.5766748780696,225.29328714906748,815.8653748475871,224.92910893633436L819.1540748171044,224.5649307236012"/></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><g class="nodes"><g transform="translate(50.1875, 16.5)" data-id="ContainerTs" data-node="true" id="flowchart-ContainerTs-0" class="node default default flowchart-label"><rect height="33" width="100.375" y="-16.5" x="-50.1875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-42.6875, -9)" style="" class="label"><rect/><foreignObject height="18" width="85.375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerTs</span></div></foreignObject></g></g><g transform="translate(889.7265625, 68)" 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(229.46875, 42.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-3" 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(671.0234375, 36.5)" data-id="Source" data-node="true" id="flowchart-Source-5" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(438.09375, 129.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(889.7265625, 216.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-19" 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(671.0234375, 155.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-21" class="node default default flowchart-label"><rect height="33" width="206.796875" y="-16.5" x="-103.3984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.8984375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.796875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinVideoElementUtils</span></div></foreignObject></g></g></g></g></g></svg>
10
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -37.25 971.03125 278.5" style="max-width: 971.031px; 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-ContainerTs LE-Core" id="L-ContainerTs-Core-0" d="M77.304,0L85.316,-4.875C93.328,-9.75,109.351,-19.5,134.712,-24.375C160.073,-29.25,194.771,-29.25,229.469,-29.25C264.167,-29.25,298.865,-29.25,333.635,-29.25C368.406,-29.25,403.25,-29.25,438.094,-29.25C472.938,-29.25,507.781,-29.25,546.603,-29.25C585.424,-29.25,628.224,-29.25,671.023,-29.25C713.823,-29.25,756.622,-29.25,789.918,-16.439C823.214,-3.628,847.006,21.994,858.902,34.805L870.799,47.616"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerTs LE-SegmentProcessing" id="L-ContainerTs-SegmentProcessing-0" d="M98.366,33L102.867,34.542C107.369,36.083,116.372,39.167,124.157,40.708C131.942,42.25,138.508,42.25,141.792,42.25L145.075,42.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerTs LE-Source" id="L-ContainerTs-Source-0" d="M98.366,0L102.867,-1.542C107.369,-3.083,116.372,-6.167,138.222,-7.708C160.073,-9.25,194.771,-9.25,229.469,-9.25C264.167,-9.25,298.865,-9.25,333.635,-9.25C368.406,-9.25,403.25,-9.25,438.094,-9.25C472.938,-9.25,507.781,-9.25,540.296,-3.872C572.81,1.505,602.995,12.26,618.087,17.638L633.179,23.016"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-ContainerTs LE-BitmovinV8StaticApi" id="L-ContainerTs-BitmovinV8StaticApi-0" d="M66.247,33L76.102,43.125C85.956,53.25,105.666,73.5,132.869,83.625C160.073,93.75,194.771,93.75,229.469,93.75C264.167,93.75,298.865,93.75,324.759,96.672C350.653,99.595,367.743,105.44,376.289,108.362L384.834,111.285"/><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="M308.563,42.25L312.729,42.25C316.896,42.25,325.229,42.25,346.818,42.25C368.406,42.25,403.25,42.25,438.094,42.25C472.938,42.25,507.781,42.25,540.245,41.576C572.709,40.903,602.793,39.556,617.835,38.882L632.877,38.208"/><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="M247.13,58.75L261.535,72.208C275.941,85.667,304.752,112.583,322.444,125.727C340.137,138.871,346.712,138.242,349.999,137.928L353.287,137.613"/><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="M703.875,36.5L719.799,36.5C735.724,36.5,767.573,36.5,793.574,40.015C819.574,43.529,839.726,50.559,849.802,54.074L859.879,57.588"/><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="M505.075,113L511.333,111.458C517.592,109.917,530.108,106.833,557.766,105.292C585.424,103.75,628.224,103.75,671.023,103.75C713.823,103.75,756.622,103.75,788.111,99.756C819.6,95.762,839.777,87.774,849.866,83.78L859.955,79.786"/><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="M471.584,113L483.424,107.167C495.265,101.333,518.945,89.667,545.869,78.958C572.793,68.249,602.961,58.499,618.045,53.623L633.129,48.748"/><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="M460.421,146L474.122,156.125C487.822,166.25,515.224,186.5,550.324,196.625C585.424,206.75,628.224,206.75,671.023,206.75C713.823,206.75,756.622,206.75,781.311,207.114C805.999,207.478,812.577,208.207,815.865,208.571L819.154,208.935"/><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="M505.075,146L511.333,147.542C517.592,149.083,530.108,152.167,539.65,153.708C549.192,155.25,555.758,155.25,559.042,155.25L562.325,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M774.422,155.25L778.589,155.25C782.755,155.25,791.089,155.25,806.824,144.072C822.56,132.894,845.699,110.538,857.268,99.361L868.837,88.183"/><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="M700.654,171.75L717.115,180.917C733.577,190.083,766.499,208.417,786.249,217.219C805.999,226.022,812.577,225.293,815.865,224.929L819.154,224.565"/></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><g class="nodes"><g transform="translate(50.1875, 16.5)" data-id="ContainerTs" data-node="true" id="flowchart-ContainerTs-0" class="node default default flowchart-label"><rect height="33" width="100.375" y="-16.5" x="-50.1875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-42.6875, -9)" style="" class="label"><rect/><foreignObject height="18" width="85.375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerTs</span></div></foreignObject></g></g><g transform="translate(889.7265625, 68)" 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(229.46875, 42.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-3" 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(671.0234375, 36.5)" data-id="Source" data-node="true" id="flowchart-Source-5" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(438.09375, 129.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(889.7265625, 216.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-19" 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(671.0234375, 155.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-21" 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
11
  */
12
12
  import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
13
13
  import type { EmptyObject } from '../../../Types';
@@ -8,7 +8,7 @@
8
8
  * impact the performance.
9
9
  *
10
10
  * ### `TsTransmuxer` Package Dependency Graph
11
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -37.25 986.421875 278.5" style="max-width: 986.422px; 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-TsTransmuxer LE-Core" id="L-TsTransmuxer-Core-0" d="M87.7749743852459,0L96.60674948770492,-4.875C105.43852459016394,-9.75,123.10207479508198,-19.5,149.2828082308743,-24.375C175.46354166666666,-29.25,210.16145833333334,-29.25,244.859375,-29.25C279.5572916666667,-29.25,314.2552083333333,-29.25,349.0260416666667,-29.25C383.796875,-29.25,418.640625,-29.25,453.484375,-29.25C488.328125,-29.25,523.171875,-29.25,561.9934895833334,-29.25C600.8151041666666,-29.25,643.6145833333334,-29.25,686.4140625,-29.25C729.2135416666666,-29.25,772.0130208333334,-29.25,805.3088695514233,-16.438963880141074C838.604718269513,-3.627927760282146,862.3969365390261,21.994144479435707,874.2930456737827,34.80518059929464L886.1891548085392,47.61621671915356"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-TsTransmuxer LE-SegmentProcessing" id="L-TsTransmuxer-SegmentProcessing-0" d="M110.9921875,33L115.95442708333333,34.541666666666664C120.91666666666667,36.083333333333336,130.84114583333334,39.166666666666664,139.08671875000002,40.708333333333336C147.33229166666666,42.25,153.89895833333333,42.25,157.18229166666666,42.25L160.465625,42.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-TsTransmuxer LE-Source" id="L-TsTransmuxer-Source-0" d="M110.9921875,0L115.95442708333333,-1.5416666666666667C120.91666666666667,-3.0833333333333335,130.84114583333334,-6.166666666666667,153.15234375,-7.708333333333333C175.46354166666666,-9.25,210.16145833333334,-9.25,244.859375,-9.25C279.5572916666667,-9.25,314.2552083333333,-9.25,349.0260416666667,-9.25C383.796875,-9.25,418.640625,-9.25,453.484375,-9.25C488.328125,-9.25,523.171875,-9.25,555.686138588109,-3.8723895605740233C588.2004021762178,1.5052208788519532,618.3851793524358,12.260441757703907,633.4775679405446,17.638052197129884L648.5699565286536,23.01566263655586"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-TsTransmuxer LE-BitmovinV8StaticApi" id="L-TsTransmuxer-BitmovinV8StaticApi-0" d="M75.5859375,33L86.44921875,43.125C97.3125,53.25,119.0390625,73.5,147.25130208333334,83.625C175.46354166666666,93.75,210.16145833333334,93.75,244.859375,93.75C279.5572916666667,93.75,314.2552083333333,93.75,340.1493719193759,96.6724857426306C366.04353550541845,99.59497148526118,383.13394601083684,105.4399429705224,391.67915126354615,108.362428713153L400.22435651625534,111.28491445578359"/><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="M323.953125,42.25L328.1197916666667,42.25C332.2864583333333,42.25,340.6197916666667,42.25,362.2083333333333,42.25C383.796875,42.25,418.640625,42.25,453.484375,42.25C488.328125,42.25,523.171875,42.25,555.6357802526339,41.57638063486836C588.0996855052678,40.902761269736715,618.1837460105356,39.55552253947342,633.2257762631696,38.88190317434178L648.2678065158035,38.20828380921014"/><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="M262.5205253856041,58.75L276.92595865467007,72.20833333333333C291.3313919237361,85.66666666666667,320.14225846186804,112.58333333333333,337.8350395861274,125.7271819690099C355.5278207103868,138.87103060468647,362.10251642077355,138.24206120937293,365.389864275967,137.92757651171618L368.67721213116033,137.6130918140594"/><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="M719.265625,36.5L735.1901041666666,36.5C751.1145833333334,36.5,782.9635416666666,36.5,808.9641288930983,40.01473896504649C834.96471611953,43.52947793009298,855.11693223906,50.558955860185954,865.1930402988249,54.073694825232444L875.2691483585899,57.58843379027893"/><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="M520.4655643203884,113L526.7239077669902,111.45833333333333C532.9822512135922,109.91666666666667,545.4989381067961,106.83333333333333,573.1570211367314,105.29166666666667C600.8151041666666,103.75,643.6145833333334,103.75,686.4140625,103.75C729.2135416666666,103.75,772.0130208333334,103.75,803.5016011701141,99.7560095780106C834.9901815068948,95.76201915602121,855.1678630137898,87.7740383120424,865.2567037672371,83.78004789005301L875.3455445206846,79.7860574680636"/><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="M486.9749696601942,113L498.8150788834951,107.16666666666667C510.65518810679606,101.33333333333333,534.335406553398,89.66666666666667,561.2594743451679,78.95800702267279C588.1835421369375,68.2493473786789,618.3514592738751,58.49869475735782,633.4354178423438,53.62336844669727L648.5193764108126,48.74804213603673"/><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="M475.8114381067961,146L489.5121359223301,156.125C503.21283373786406,166.25,530.6142293689321,186.5,565.7146667677994,196.625C600.8151041666666,206.75,643.6145833333334,206.75,686.4140625,206.75C729.2135416666666,206.75,772.0130208333334,206.75,796.7014603861841,207.11417821273312C821.3898999390349,207.47835642546625,827.9672998780696,208.20671285093252,831.2559998475871,208.57089106366564L834.5446998171044,208.9350692763988"/><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="M520.4655643203884,146L526.7239077669902,147.54166666666666C532.9822512135922,149.08333333333334,545.4989381067961,152.16666666666666,555.0406148867314,153.70833333333334C564.5822916666667,155.25,571.1489583333333,155.25,574.4322916666666,155.25L577.715625,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M789.8125,155.25L793.9791666666666,155.25C798.1458333333334,155.25,806.4791666666666,155.25,822.2150721152534,144.07210755978164C837.9509775638403,132.89421511956326,861.0894551276806,110.53843023912655,872.6586939096006,99.36053779890818L884.2279326915208,88.18264535868983"/><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="M716.0444711538462,171.75L732.5058092948717,180.91666666666666C748.9671474358975,190.08333333333334,781.8898237179487,208.41666666666666,801.6398618284917,217.21915512060022C821.3898999390349,226.02164357453375,827.9672998780696,225.29328714906748,831.2559998475871,224.92910893633436L834.5446998171044,224.5649307236012"/></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><g class="nodes"><g transform="translate(57.8828125, 16.5)" data-id="TsTransmuxer" data-node="true" id="flowchart-TsTransmuxer-0" class="node default default flowchart-label"><rect height="33" width="115.765625" y="-16.5" x="-57.8828125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.3828125, -9)" style="" class="label"><rect/><foreignObject height="18" width="100.765625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">TsTransmuxer</span></div></foreignObject></g></g><g transform="translate(905.1171875, 68)" 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(244.859375, 42.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-3" class="node default default flowchart-label"><rect height="33" width="158.1875" y="-16.5" x="-79.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-71.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="143.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessing</span></div></foreignObject></g></g><g transform="translate(686.4140625, 36.5)" data-id="Source" data-node="true" id="flowchart-Source-5" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(453.484375, 129.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(905.1171875, 216.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-19" 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(686.4140625, 155.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-21" 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 -37.25 986.421875 278.5" style="max-width: 986.422px; 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-TsTransmuxer LE-Core" id="L-TsTransmuxer-Core-0" d="M87.775,0L96.607,-4.875C105.439,-9.75,123.102,-19.5,149.283,-24.375C175.464,-29.25,210.161,-29.25,244.859,-29.25C279.557,-29.25,314.255,-29.25,349.026,-29.25C383.797,-29.25,418.641,-29.25,453.484,-29.25C488.328,-29.25,523.172,-29.25,561.993,-29.25C600.815,-29.25,643.615,-29.25,686.414,-29.25C729.214,-29.25,772.013,-29.25,805.309,-16.439C838.605,-3.628,862.397,21.994,874.293,34.805L886.189,47.616"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-TsTransmuxer LE-SegmentProcessing" id="L-TsTransmuxer-SegmentProcessing-0" d="M110.992,33L115.954,34.542C120.917,36.083,130.841,39.167,139.087,40.708C147.332,42.25,153.899,42.25,157.182,42.25L160.466,42.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-TsTransmuxer LE-Source" id="L-TsTransmuxer-Source-0" d="M110.992,0L115.954,-1.542C120.917,-3.083,130.841,-6.167,153.152,-7.708C175.464,-9.25,210.161,-9.25,244.859,-9.25C279.557,-9.25,314.255,-9.25,349.026,-9.25C383.797,-9.25,418.641,-9.25,453.484,-9.25C488.328,-9.25,523.172,-9.25,555.686,-3.872C588.2,1.505,618.385,12.26,633.478,17.638L648.57,23.016"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-TsTransmuxer LE-BitmovinV8StaticApi" id="L-TsTransmuxer-BitmovinV8StaticApi-0" d="M75.586,33L86.449,43.125C97.313,53.25,119.039,73.5,147.251,83.625C175.464,93.75,210.161,93.75,244.859,93.75C279.557,93.75,314.255,93.75,340.149,96.672C366.044,99.595,383.134,105.44,391.679,108.362L400.224,111.285"/><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="M323.953,42.25L328.12,42.25C332.286,42.25,340.62,42.25,362.208,42.25C383.797,42.25,418.641,42.25,453.484,42.25C488.328,42.25,523.172,42.25,555.636,41.576C588.1,40.903,618.184,39.556,633.226,38.882L648.268,38.208"/><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="M262.521,58.75L276.926,72.208C291.331,85.667,320.142,112.583,337.835,125.727C355.528,138.871,362.103,138.242,365.39,137.928L368.677,137.613"/><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="M719.266,36.5L735.19,36.5C751.115,36.5,782.964,36.5,808.964,40.015C834.965,43.529,855.117,50.559,865.193,54.074L875.269,57.588"/><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="M520.466,113L526.724,111.458C532.982,109.917,545.499,106.833,573.157,105.292C600.815,103.75,643.615,103.75,686.414,103.75C729.214,103.75,772.013,103.75,803.502,99.756C834.99,95.762,855.168,87.774,865.257,83.78L875.346,79.786"/><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="M486.975,113L498.815,107.167C510.655,101.333,534.335,89.667,561.259,78.958C588.184,68.249,618.351,58.499,633.435,53.623L648.519,48.748"/><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="M475.811,146L489.512,156.125C503.213,166.25,530.614,186.5,565.715,196.625C600.815,206.75,643.615,206.75,686.414,206.75C729.214,206.75,772.013,206.75,796.701,207.114C821.39,207.478,827.967,208.207,831.256,208.571L834.545,208.935"/><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="M520.466,146L526.724,147.542C532.982,149.083,545.499,152.167,555.041,153.708C564.582,155.25,571.149,155.25,574.432,155.25L577.716,155.25"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-BitmovinVideoElementUtils LE-Core" id="L-BitmovinVideoElementUtils-Core-0" d="M789.813,155.25L793.979,155.25C798.146,155.25,806.479,155.25,822.215,144.072C837.951,132.894,861.089,110.538,872.659,99.361L884.228,88.183"/><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="M716.044,171.75L732.506,180.917C748.967,190.083,781.89,208.417,801.64,217.219C821.39,226.022,827.967,225.293,831.256,224.929L834.545,224.565"/></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><g class="nodes"><g transform="translate(57.8828125, 16.5)" data-id="TsTransmuxer" data-node="true" id="flowchart-TsTransmuxer-0" class="node default default flowchart-label"><rect height="33" width="115.765625" y="-16.5" x="-57.8828125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-50.3828125, -9)" style="" class="label"><rect/><foreignObject height="18" width="100.765625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">TsTransmuxer</span></div></foreignObject></g></g><g transform="translate(905.1171875, 68)" 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(244.859375, 42.25)" data-id="SegmentProcessing" data-node="true" id="flowchart-SegmentProcessing-3" class="node default default flowchart-label"><rect height="33" width="158.1875" y="-16.5" x="-79.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-71.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="143.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessing</span></div></foreignObject></g></g><g transform="translate(686.4140625, 36.5)" data-id="Source" data-node="true" id="flowchart-Source-5" class="node default default flowchart-label"><rect height="33" width="65.703125" y="-16.5" x="-32.8515625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-25.3515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="50.703125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Source</span></div></foreignObject></g></g><g transform="translate(453.484375, 129.5)" data-id="BitmovinV8StaticApi" data-node="true" id="flowchart-BitmovinV8StaticApi-7" class="node default default flowchart-label"><rect height="33" width="159.0625" y="-16.5" x="-79.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinV8StaticApi</span></div></foreignObject></g></g><g transform="translate(905.1171875, 216.75)" data-id="BitmovinV8Core" data-node="true" id="flowchart-BitmovinV8Core-19" 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(686.4140625, 155.25)" data-id="BitmovinVideoElementUtils" data-node="true" id="flowchart-BitmovinVideoElementUtils-21" 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 { EmptyObject } from '../../../Types';
@@ -6,6 +6,10 @@ export declare enum MediaType {
6
6
  Thumbnail = "thumbnail",
7
7
  Unknown = "unknown"
8
8
  }
9
+ export declare enum SubtitleFormatType {
10
+ WebVTT = "webvtt",
11
+ Unknown = "unknown"
12
+ }
9
13
  export declare enum Codec {
10
14
  Mp4a = "mp4a",
11
15
  AVC = "avc1",
@@ -35,4 +39,5 @@ export type Constants = {
35
39
  ResourceType: typeof ResourceType;
36
40
  LoadControl: typeof LoadControl;
37
41
  Version: string;
42
+ SubtitleFormatType: typeof SubtitleFormatType;
38
43
  };
@@ -5,7 +5,7 @@
5
5
  * Most of the player packages depends on core package for either their utils, or atoms.
6
6
  *
7
7
  * ### `Core` Package Dependency Graph
8
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 16 16" style="max-width: 16px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"/></g></g></svg>
8
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 16 16" style="max-width: 16px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"/></g></g></svg>
9
9
  */
10
10
  import type { EmptyObject } from '../../Types';
11
11
  import type { CoreExports } from './Types';
@@ -15,7 +15,7 @@ import type { createSegmentTiming } from './state/segment/SegmentTimingAtom';
15
15
  import type { isDataOrSelfInitSegment, isDataSegment, isInitSegment } from './state/segment/SegmentTypeGuards';
16
16
  import type { SegmentUtils } from './state/segment/SegmentUtils';
17
17
  import type { createAudioSelectionGroupAtom, createSubtitleSelectionGroupAtom, createUnknownSelectionGroupAtom, createVideoSelectionGroupAtom } from './state/selection-group/SelectionGroupAtom';
18
- import type { isAudioSelectionGroup, isMediaSelectionGroup, isVideoSelectionGroup } from './state/selection-group/SelectionGroupTypeGuards';
18
+ import type { isAudioSelectionGroup, isMediaSelectionGroup, isSubtitleSelectionGroup, isVideoSelectionGroup } from './state/selection-group/SelectionGroupTypeGuards';
19
19
  import type { SelectionGroupUtils } from './state/selection-group/SelectionGroupUtils';
20
20
  import type { StateEffectFactory } from './state/state-effect/StateEffectFactory';
21
21
  import type { createStateMachineAtom, flushPendingUpdates } from './state/StateMachineAtom';
@@ -25,7 +25,7 @@ import type { createStreamSectionAtom } from './state/stream-timeline/StreamSect
25
25
  import type { createStreamSequenceMapAtom } from './state/stream-timeline/StreamSequenceMapAtom';
26
26
  import type { createStreamTimelineAtom } from './state/stream-timeline/StreamTimelineMapAtom';
27
27
  import type { createAudioTrackAtom, createMuxedTrackAtom, createSubtitleTrackAtom, createUnknownTrackAtom, createVideoTrackAtom } from './state/track/TrackAtom';
28
- import type { isAudioTrack, isMediaTrack, isMuxedTrack, isSubtitleTrack, isVideoTrack } from './state/track/TrackTypeGuards';
28
+ import type { isAudioTrack, isMediaOrSubtitleTrack, isMediaTrack, isMuxedTrack, isSubtitleTrack, isVideoTrack } from './state/track/TrackTypeGuards';
29
29
  import type { CoreUtils } from './utils/Types';
30
30
  export declare enum CoreExportNames {
31
31
  Utils = "utils",
@@ -92,6 +92,7 @@ export type CoreStateAtoms = {
92
92
  createUnknownSelectionGroupAtom: typeof createUnknownSelectionGroupAtom;
93
93
  isVideoSelectionGroup: typeof isVideoSelectionGroup;
94
94
  isAudioSelectionGroup: typeof isAudioSelectionGroup;
95
+ isSubtitleSelectionGroup: typeof isSubtitleSelectionGroup;
95
96
  isMediaSelectionGroup: typeof isMediaSelectionGroup;
96
97
  } & typeof SelectionGroupUtils;
97
98
  Tracks: {
@@ -105,6 +106,7 @@ export type CoreStateAtoms = {
105
106
  isSubtitleTrack: typeof isSubtitleTrack;
106
107
  isVideoTrack: typeof isVideoTrack;
107
108
  isMuxedTrack: typeof isMuxedTrack;
109
+ isMediaOrSubtitleTrack: typeof isMediaOrSubtitleTrack;
108
110
  };
109
111
  Stream: {
110
112
  Type: typeof StreamType;
@@ -1,4 +1,5 @@
1
1
  import type { AudioSelectionGroupAtom, MediaSelectionGroupAtom, SubtitleSelectionGroupAtom, UnknownSelectionGroupAtom, VideoSelectionGroupAtom } from './SelectionGroupAtom';
2
2
  export declare function isVideoSelectionGroup(selectionGroup: UnknownSelectionGroupAtom | AudioSelectionGroupAtom | VideoSelectionGroupAtom | SubtitleSelectionGroupAtom | MediaSelectionGroupAtom): selectionGroup is VideoSelectionGroupAtom;
3
3
  export declare function isAudioSelectionGroup(selectionGroup: UnknownSelectionGroupAtom | AudioSelectionGroupAtom | VideoSelectionGroupAtom | SubtitleSelectionGroupAtom | MediaSelectionGroupAtom): selectionGroup is AudioSelectionGroupAtom;
4
+ export declare function isSubtitleSelectionGroup(selectionGroup: UnknownSelectionGroupAtom | AudioSelectionGroupAtom | VideoSelectionGroupAtom | SubtitleSelectionGroupAtom | MediaSelectionGroupAtom): selectionGroup is SubtitleSelectionGroupAtom;
4
5
  export declare function isMediaSelectionGroup(selectionGroup: UnknownSelectionGroupAtom | AudioSelectionGroupAtom | VideoSelectionGroupAtom | SubtitleSelectionGroupAtom | MediaSelectionGroupAtom): selectionGroup is MediaSelectionGroupAtom;
@@ -2,10 +2,12 @@ import type { ContextHaving } from '../../../../../framework-types/execution-con
2
2
  import type { EmptyObject, PartialRequired } from '../../../../Types';
3
3
  import type { ContextWithState } from '../../../Types';
4
4
  import type { Constants, MediaType } from '../../Constants';
5
+ import { SubtitleFormatType } from '../../Constants';
5
6
  import { CoreExportNames } from '../../Types';
6
7
  import type { CoreUtils } from '../../utils/Types';
7
8
  import type { ArrayAtom } from '../ArrayStateAtom';
8
9
  import type { CodecMapAtom } from '../codec-map/CodecMapAtom';
10
+ import type { PrimitiveAtom } from '../PrimitiveAtom';
9
11
  import type { DataOrSelfInitSegmentAtom } from '../segment/SegmentAtom';
10
12
  import type { SelectionGroupAtom } from '../selection-group/SelectionGroupAtom';
11
13
  import type { StateAtom } from '../Types';
@@ -49,6 +51,10 @@ type MuxedTrack = Omit<AudioTrack, 'type'> & Omit<VideoTrack, 'type'> & {
49
51
  };
50
52
  type SubtitleTrack = LanguageTrack & {
51
53
  type: MediaType.Subtitle;
54
+ uri?: string;
55
+ formatType: PrimitiveAtom<SubtitleFormatType>;
56
+ external: boolean;
57
+ fragmented: boolean;
52
58
  };
53
59
  type UnknownTrack = {
54
60
  type: MediaType.Unknown;
@@ -75,6 +81,6 @@ type RequiredBaseTrackKeys = 'id';
75
81
  export declare const createAudioTrackAtom: (context: ExtendedContext, initialValue: PartialRequired<Omit<AudioTrack, 'timeRange'>, RequiredBaseTrackKeys | 'language' | 'bitrate' | 'codecs' | 'uri'>) => AudioTrackAtom;
76
82
  export declare const createVideoTrackAtom: (context: ExtendedContext, initialValue: PartialRequired<Omit<VideoTrack, 'timeRange'>, RequiredBaseTrackKeys | 'resolution' | 'bitrate' | 'codecs' | 'uri'>) => VideoTrackAtom;
77
83
  export declare const createMuxedTrackAtom: (context: ExtendedContext, initialValue: PartialRequired<Omit<MuxedTrack, 'timeRange'>, RequiredBaseTrackKeys | 'language' | 'resolution' | 'bitrate' | 'codecs' | 'uri'>) => MuxedTrackAtom;
78
- export declare const createSubtitleTrackAtom: (context: ExtendedContext, initialValue: PartialRequired<Omit<SubtitleTrack, 'timeRange'>, RequiredBaseTrackKeys | 'language'>) => SubtitleTrackAtom;
84
+ export declare const createSubtitleTrackAtom: (context: ExtendedContext, initialValue: PartialRequired<Omit<SubtitleTrack, 'timeRange' | 'formatType'>, RequiredBaseTrackKeys | 'language'>) => SubtitleTrackAtom;
79
85
  export declare const createUnknownTrackAtom: (context: ExtendedContext, initialValue: PartialRequired<Omit<UnknownTrack, 'timeRange'>, RequiredBaseTrackKeys>) => UnknownTrackAtom;
80
86
  export {};
@@ -4,3 +4,4 @@ export declare function isMediaTrack(track: TrackAtom): track is MediaTrackAtom;
4
4
  export declare function isSubtitleTrack(track: TrackAtom): track is SubtitleTrackAtom;
5
5
  export declare function isVideoTrack(track: TrackAtom): track is VideoTrackAtom;
6
6
  export declare function isMuxedTrack(track: TrackAtom): track is VideoTrackAtom;
7
+ export declare function isMediaOrSubtitleTrack(track: TrackAtom): track is MediaTrackAtom | SubtitleTrackAtom;
@@ -1,10 +1,11 @@
1
1
  import type { Abortable } from '../../../../framework-types/abortable/Abortable';
2
+ import type { ContextualizedTask } from '../../../../framework-types/execution-context/ExecutionContext';
2
3
  import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
3
- import type { NamedTask, Task } from '../../../../framework-types/task/Types';
4
+ import type { AnyTask, NamedTask, Task } from '../../../../framework-types/task/Types';
4
5
  import type { EmptyObject, Unsubscribe } from '../../../Types';
5
6
  import type { ContextWithState } from '../../Types';
6
7
  import type { ArrayAtom } from '../state/ArrayStateAtom';
7
- import type { ErrorCallback } from '../state/state-effect/Types';
8
+ import type { ErrorCallback, ParameterizedTask, TaskParameter } from '../state/state-effect/Types';
8
9
  import type { IsStateAtom, StateAtom } from '../state/Types';
9
10
  import { CoreExportNames } from '../Types';
10
11
  import type { CoreUtils } from './Types';
@@ -14,6 +15,7 @@ declare class MapUnsubscribedError extends Error {
14
15
  }
15
16
  type Subscriber<T, C extends ContextWithState> = NamedTask<Task<C, T, void>>;
16
17
  declare function mapSubscribe<C extends ContextWithState, T>({ fork, effects }: C, arrayAtom: ArrayAtom<T>, subscriber: Subscriber<T, C>, errorCallback?: ErrorCallback): Unsubscribe;
18
+ declare function subscribeAndRun<Ctx extends ContextWithState, Atom extends StateAtom, A extends ParameterizedTask<Atom, NamedTask<AnyTask>>>(context: Ctx, atom: TaskParameter<Atom, A>, task: ContextualizedTask<Ctx, A>, errorCallback?: ErrorCallback): Unsubscribe;
17
19
  declare function deriveFrom<O, K extends keyof O>(obj: O, key: K, derive: (obj: O) => O[K]): void;
18
20
  declare function subscribeOnce<Ctx extends ContextWithState, Atom extends StateAtom>(context: Ctx, atom: IsStateAtom<Atom> extends true ? Atom : never, task: NamedTask<Task<Ctx, Atom, unknown>>, errorCallback?: ErrorCallback): Unsubscribe;
19
21
  export type Transient<T> = ReturnType<typeof createTransient<T>>;
@@ -31,6 +33,7 @@ declare function waitFor<Context extends ContextHaving<{
31
33
  };
32
34
  declare const _default: {
33
35
  mapSubscribe: typeof mapSubscribe;
36
+ subscribeAndRun: typeof subscribeAndRun;
34
37
  MapUnsubscribedError: typeof MapUnsubscribedError;
35
38
  subscribeOnce: typeof subscribeOnce;
36
39
  waitFor: typeof waitFor;
@@ -1,5 +1,7 @@
1
1
  declare function merge(buffers: Uint8Array[]): Uint8Array;
2
+ declare function arrayBufferToString(buffer: ArrayBuffer): string;
2
3
  declare const _default: {
3
4
  merge: typeof merge;
5
+ arrayBufferToString: typeof arrayBufferToString;
4
6
  };
5
7
  export default _default;