@bitmovin/player-web-x 10.2.0-beta.2 → 10.2.0-beta.4

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 (92) 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-ts-audio.js +2 -2
  6. package/bundles/playerx-hls.js +2 -2
  7. package/bundles/playerx-playback.js +2 -2
  8. package/bundles/playerx-tv.js +2 -2
  9. package/framework-types/registry/Registry.d.ts +3 -3
  10. package/package.json +1 -1
  11. package/packages/playerx-adaptation.package.js +2 -2
  12. package/packages/playerx-advertising-api.package.js +1 -1
  13. package/packages/playerx-advertising-base.package.js +1 -1
  14. package/packages/playerx-advertising-bitmovin.package.js +2 -2
  15. package/packages/playerx-analytics.package.js +1 -1
  16. package/packages/playerx-bitmovin-advertising-bundle.package.js +2 -2
  17. package/packages/playerx-bitmovin-source-api.package.js +1 -1
  18. package/packages/playerx-bitmovin-ui.package.js +1 -1
  19. package/packages/playerx-bitmovin-v8-core.package.js +1 -1
  20. package/packages/playerx-bitmovin-v8-static-api.package.js +2 -2
  21. package/packages/playerx-bitmovin-video-element-utils.package.js +1 -1
  22. package/packages/playerx-capabilities.package.js +1 -1
  23. package/packages/playerx-container-mp4.package.js +1 -1
  24. package/packages/playerx-container-ts.package.js +1 -1
  25. package/packages/playerx-core.package.js +2 -2
  26. package/packages/playerx-dash-manifest-technology.package.js +1 -1
  27. package/packages/playerx-dash-manifest.package.d.ts +1 -0
  28. package/packages/playerx-dash-manifest.package.js +2 -2
  29. package/packages/playerx-dash-parsing.package.js +1 -1
  30. package/packages/playerx-dash-translation.package.js +1 -1
  31. package/packages/playerx-dash.package.js +2 -2
  32. package/packages/playerx-data.package.js +2 -2
  33. package/packages/playerx-event-bus.package.js +1 -1
  34. package/packages/playerx-hls-manifest-technology.package.js +1 -1
  35. package/packages/playerx-hls-manifest.package.js +1 -1
  36. package/packages/playerx-hls-parsing.package.js +1 -1
  37. package/packages/playerx-hls-translation.package.js +1 -1
  38. package/packages/playerx-hls.package.js +1 -1
  39. package/packages/playerx-mse-playback.package.js +2 -2
  40. package/packages/playerx-mse-presentation.package.js +1 -1
  41. package/packages/playerx-native-playback.package.js +2 -2
  42. package/packages/playerx-native-presentation.package.js +1 -1
  43. package/packages/playerx-network.package.js +2 -2
  44. package/packages/playerx-no-adaptation.package.js +2 -2
  45. package/packages/playerx-playback-api.package.js +2 -2
  46. package/packages/playerx-playback-technology.package.js +1 -1
  47. package/packages/playerx-playback.package.js +2 -2
  48. package/packages/playerx-player-api.package.js +1 -1
  49. package/packages/playerx-segment-processing.package.js +2 -2
  50. package/packages/playerx-source.package.js +2 -2
  51. package/packages/playerx-sources-api.package.js +2 -2
  52. package/packages/playerx-stream-data-structure.package.js +1 -1
  53. package/packages/playerx-streaming.package.js +1 -1
  54. package/packages/playerx-subtitle-api.package.js +1 -1
  55. package/packages/playerx-subtitle-base.package.js +1 -1
  56. package/packages/playerx-subtitle-format-detection.package.js +1 -1
  57. package/packages/playerx-subtitle-native-renderer.package.js +1 -1
  58. package/packages/playerx-subtitles.package.js +1 -1
  59. package/packages/playerx-trick-play.package.js +1 -1
  60. package/packages/playerx-ts-transmuxer.package.js +1 -1
  61. package/packages/playerx-tv.package.js +1 -1
  62. package/packages/playerx-ui.package.js +2 -2
  63. package/packages/playerx-view-mode.package.js +1 -1
  64. package/packages/playerx-web-vtt.package.js +1 -1
  65. package/playerx-framework-utils.js +1 -1
  66. package/types/bundles/BitmovinV8.bundle.d.ts +1 -1
  67. package/types/bundles/Dash.bundle.d.ts +2 -1
  68. package/types/bundles/Hls.bundle.d.ts +2 -3
  69. package/types/bundles/Tv.bundle.d.ts +1 -1
  70. package/types/packages/core/state/Symbols.d.ts +1 -0
  71. package/types/packages/core/state/Types.d.ts +2 -1
  72. package/types/packages/core/utils/RangesHelper.d.ts +2 -0
  73. package/types/packages/event-bus/Types.d.ts +3 -3
  74. package/types/packages/manifest/dash/DashManifest.package.d.ts +3 -0
  75. package/types/packages/playback/volume/TargetVolumeStateAtom.d.ts +10 -0
  76. package/types/packages/playback/volume/Types.d.ts +19 -0
  77. package/types/packages/playback-api/Types.d.ts +3 -1
  78. package/types/packages/playback-api/playback-api-events/Types.d.ts +4 -1
  79. package/types/packages/playback-api/playback-api-events/events/DurationChangedEvent.d.ts +6 -0
  80. package/types/packages/playback-api/playback-api-events/events/PlaybackEventMap.d.ts +14 -1
  81. package/types/packages/playback-api/playback-api-events/events/PlaybackRateChangedEvent.d.ts +6 -0
  82. package/types/packages/playback-api/playback-api-events/events/VolumeChangedEvent.d.ts +6 -0
  83. package/types/packages/playback-api/time-api/Types.d.ts +33 -0
  84. package/types/packages/playback-api/volume-api/Types.d.ts +19 -0
  85. package/types/packages/source/atoms/PlaybackAtom.d.ts +1 -0
  86. package/types/packages/sources-api/Types.d.ts +3 -0
  87. package/packages/playerx-mse-playback-technology.package.d.ts +0 -1
  88. package/packages/playerx-mse-playback-technology.package.js +0 -10
  89. package/packages/playerx-native-playback-technology.package.d.ts +0 -1
  90. package/packages/playerx-native-playback-technology.package.js +0 -10
  91. package/types/packages/presentation/mse/playback-technology/MsePlaybackTechnology.package.d.ts +0 -14
  92. package/types/packages/presentation/native/playback-technology/NativePlaybackTechnology.package.d.ts +0 -19
@@ -6,7 +6,7 @@
6
6
  * on some SmartTVs.
7
7
  *
8
8
  * ### Tv.bundle used packages
9
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-7.5 -8 383.59375 2282" style="max-width: 383.594px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Tv.bundle LE-Hls.bundle" id="L-Tv.bundle-Hls.bundle-0" d="M183.797,2165L183.797,2170.667C183.797,2176.333,183.797,2187.667,183.797,2198.117C183.797,2208.567,183.797,2218.133,183.797,2222.917L183.797,2227.7"/></g><g class="edgeLabels"><g transform="translate(183.796875, 2199)" class="edgeLabel"><g transform="translate(-48.03125, -9)" class="label"><foreignObject height="18" width="96.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel">created using</span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(-7.5, -8)" class="root"><g class="clusters"><g id="Tv.bundle" class="cluster default flowchart-label"><rect height="2165" width="367.59375" y="8" x="8" ry="0" rx="0" style=""/><g transform="translate(157.2578125, 8)" class="cluster-label"><foreignObject height="18" width="69.078125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Tv.bundle</span></div></foreignObject></g></g></g><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"><g transform="translate(25.5, 35)" class="root"><g class="clusters"><g id="HlsBundlePackage" class="cluster default flowchart-label"><rect height="2012" width="317.59375" y="8" x="8" ry="0" rx="0" style=""/><g transform="translate(99.1953125, 8)" class="cluster-label"><foreignObject height="18" width="135.203125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsBundlePackage</span></div></foreignObject></g></g></g><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"><g transform="translate(166.796875, 59.5)" data-id="CorePackage" data-node="true" id="flowchart-CorePackage-2" class="node default default flowchart-label"><rect height="33" width="111.953125" y="-16.5" x="-55.9765625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-48.4765625, -9)" style="" class="label"><rect/><foreignObject height="18" width="96.953125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">CorePackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 142.5)" data-id="StreamDataStructurePackage" data-node="true" id="flowchart-StreamDataStructurePackage-3" class="node default default flowchart-label"><rect height="33" width="227.546875" y="-16.5" x="-113.7734375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-106.2734375, -9)" style="" class="label"><rect/><foreignObject height="18" width="212.546875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">StreamDataStructurePackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 225.5)" data-id="BitmovinAdvertisingBundlePackage" data-node="true" id="flowchart-BitmovinAdvertisingBundlePackage-4" class="node default default flowchart-label"><rect height="33" width="267.59375" y="-16.5" x="-133.796875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-126.296875, -9)" style="" class="label"><rect/><foreignObject height="18" width="252.59375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">BitmovinAdvertisingBundlePackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 308.5)" data-id="StreamingPackage" data-node="true" id="flowchart-StreamingPackage-5" class="node default default flowchart-label"><rect height="33" width="150.1875" y="-16.5" x="-75.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-67.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="135.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">StreamingPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 391.5)" data-id="EventBusPackage" data-node="true" id="flowchart-EventBusPackage-6" class="node default default flowchart-label"><rect height="33" width="145.75" y="-16.5" x="-72.875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-65.375, -9)" style="" class="label"><rect/><foreignObject height="18" width="130.75"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">EventBusPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 474.5)" data-id="PlayerApiPackage" data-node="true" id="flowchart-PlayerApiPackage-7" class="node default default flowchart-label"><rect height="33" width="145.75" y="-16.5" x="-72.875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-65.375, -9)" style="" class="label"><rect/><foreignObject height="18" width="130.75"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlayerApiPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 557.5)" data-id="CapabilitiesPackage" data-node="true" id="flowchart-CapabilitiesPackage-8" class="node default default flowchart-label"><rect height="33" width="159.984375" y="-16.5" x="-79.9921875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.4921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.984375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">CapabilitiesPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 640.5)" data-id="SegmentProcessingPackage" data-node="true" id="flowchart-SegmentProcessingPackage-9" class="node default default flowchart-label"><rect height="33" width="220.453125" y="-16.5" x="-110.2265625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-102.7265625, -9)" style="" class="label"><rect/><foreignObject height="18" width="205.453125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessingPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 723.5)" data-id="ContainerMp4Package" data-node="true" id="flowchart-ContainerMp4Package-10" class="node default default flowchart-label"><rect height="33" width="177.765625" y="-16.5" x="-88.8828125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-81.3828125, -9)" style="" class="label"><rect/><foreignObject height="18" width="162.765625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerMp4Package</span></div></foreignObject></g></g><g transform="translate(166.796875, 806.5)" data-id="ContainerTsPackage" data-node="true" id="flowchart-ContainerTsPackage-11" class="node default default flowchart-label"><rect height="33" width="162.640625" y="-16.5" x="-81.3203125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-73.8203125, -9)" style="" class="label"><rect/><foreignObject height="18" width="147.640625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerTsPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 889.5)" data-id="TsTransmuxerPackage" data-node="true" id="flowchart-TsTransmuxerPackage-12" class="node default default flowchart-label"><rect height="33" width="178.03125" y="-16.5" x="-89.015625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-81.515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="163.03125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">TsTransmuxerPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 972.5)" data-id="DataPackage" data-node="true" id="flowchart-DataPackage-13" class="node default default flowchart-label"><rect height="33" width="111.0625" y="-16.5" x="-55.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-48.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="96.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">DataPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1055.5)" data-id="NetworkPackage" data-node="true" id="flowchart-NetworkPackage-14" class="node default default flowchart-label"><rect height="33" width="135.953125" y="-16.5" x="-67.9765625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-60.4765625, -9)" style="" class="label"><rect/><foreignObject height="18" width="120.953125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">NetworkPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1138.5)" data-id="PlaybackTechnologyPackage" data-node="true" id="flowchart-PlaybackTechnologyPackage-15" class="node default default flowchart-label"><rect height="33" width="223.140625" y="-16.5" x="-111.5703125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-104.0703125, -9)" style="" class="label"><rect/><foreignObject height="18" width="208.140625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackTechnologyPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1221.5)" data-id="HlsManifestPackage" data-node="true" id="flowchart-HlsManifestPackage-16" class="node default default flowchart-label"><rect height="33" width="160.84375" y="-16.5" x="-80.421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="145.84375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsManifestPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1304.5)" data-id="MsePlaybackPackage" data-node="true" id="flowchart-MsePlaybackPackage-17" class="node default default flowchart-label"><rect height="33" width="172.421875" y="-16.5" x="-86.2109375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-78.7109375, -9)" style="" class="label"><rect/><foreignObject height="18" width="157.421875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">MsePlaybackPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1387.5)" data-id="NativePlaybackPackage" data-node="true" id="flowchart-NativePlaybackPackage-18" class="node default default flowchart-label"><rect height="33" width="187.546875" y="-16.5" x="-93.7734375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-86.2734375, -9)" style="" class="label"><rect/><foreignObject height="18" width="172.546875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">NativePlaybackPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1470.5)" data-id="SourcePackage" data-node="true" id="flowchart-SourcePackage-19" class="node default default flowchart-label"><rect height="33" width="127.96875" y="-16.5" x="-63.984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-56.484375, -9)" style="" class="label"><rect/><foreignObject height="18" width="112.96875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SourcePackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1553.5)" data-id="SourcesApiPackage" data-node="true" id="flowchart-SourcesApiPackage-20" class="node default default flowchart-label"><rect height="33" width="159.09375" y="-16.5" x="-79.546875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.09375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SourcesApiPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1636.5)" data-id="AdaptationPackage" data-node="true" id="flowchart-AdaptationPackage-21" class="node default default flowchart-label"><rect height="33" width="153.78125" y="-16.5" x="-76.890625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-69.390625, -9)" style="" class="label"><rect/><foreignObject height="18" width="138.78125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">AdaptationPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1719.5)" data-id="PlaybackPackage" data-node="true" id="flowchart-PlaybackPackage-22" class="node default default flowchart-label"><rect height="33" width="142.1875" y="-16.5" x="-71.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-63.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="127.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1802.5)" data-id="PlaybackApiPackage" data-node="true" id="flowchart-PlaybackApiPackage-23" class="node default default flowchart-label"><rect height="33" width="165.3125" y="-16.5" x="-82.65625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-75.15625, -9)" style="" class="label"><rect/><foreignObject height="18" width="150.3125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackApiPackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1885.5)" data-id="ViewModePackage" data-node="true" id="flowchart-ViewModePackage-24" class="node default default flowchart-label"><rect height="33" width="151.6875" y="-16.5" x="-75.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-68.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="136.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ViewModePackage</span></div></foreignObject></g></g><g transform="translate(166.796875, 1968.5)" data-id="SubtitlesPackage" data-node="true" id="flowchart-SubtitlesPackage-25" class="node default default flowchart-label"><rect height="33" width="138.640625" y="-16.5" x="-69.3203125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-61.8203125, -9)" style="" class="label"><rect/><foreignObject height="18" width="123.640625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SubtitlesPackage</span></div></foreignObject></g></g></g></g><g transform="translate(191.796875, 2121.5)" data-id="TvPackage" data-node="true" id="flowchart-TvPackage-1" class="node default default flowchart-label"><rect height="33" width="95.046875" y="-16.5" x="-47.5234375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-40.0234375, -9)" style="" class="label"><rect/><foreignObject height="18" width="80.046875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">TvPackage</span></div></foreignObject></g></g></g></g><g transform="translate(183.796875, 2249.5)" data-id="Hls.bundle" data-node="true" id="flowchart-Hls.bundle-27" class="node default default flowchart-label"><rect height="33" width="90.609375" y="-16.5" x="-45.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-37.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="75.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Hls.bundle</span></div></foreignObject></g></g></g></g></g></svg>
9
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-7.5 -8 343.546875 2116" style="max-width: 343.547px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-Tv.bundle LE-Hls.bundle" id="L-Tv.bundle-Hls.bundle-0" d="M163.773,1999L163.773,2004.667C163.773,2010.333,163.773,2021.667,163.773,2032.117C163.773,2042.567,163.773,2052.133,163.773,2056.917L163.773,2061.7"/></g><g class="edgeLabels"><g transform="translate(163.7734375, 2033)" class="edgeLabel"><g transform="translate(-48.03125, -9)" class="label"><foreignObject height="18" width="96.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel">created using</span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(-7.5, -8)" class="root"><g class="clusters"><g id="Tv.bundle" class="cluster default flowchart-label"><rect height="1999" width="327.546875" y="8" x="8" ry="0" rx="0" style=""/><g transform="translate(137.234375, 8)" class="cluster-label"><foreignObject height="18" width="69.078125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Tv.bundle</span></div></foreignObject></g></g></g><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"><g transform="translate(25.5, 35)" class="root"><g class="clusters"><g id="HlsBundlePackage" class="cluster default flowchart-label"><rect height="1846" width="277.546875" y="8" x="8" ry="0" rx="0" style=""/><g transform="translate(79.171875, 8)" class="cluster-label"><foreignObject height="18" width="135.203125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsBundlePackage</span></div></foreignObject></g></g></g><g class="edgePaths"/><g class="edgeLabels"/><g class="nodes"><g transform="translate(146.7734375, 59.5)" data-id="CorePackage" data-node="true" id="flowchart-CorePackage-2" class="node default default flowchart-label"><rect height="33" width="111.953125" y="-16.5" x="-55.9765625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-48.4765625, -9)" style="" class="label"><rect/><foreignObject height="18" width="96.953125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">CorePackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 142.5)" data-id="StreamDataStructurePackage" data-node="true" id="flowchart-StreamDataStructurePackage-3" class="node default default flowchart-label"><rect height="33" width="227.546875" y="-16.5" x="-113.7734375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-106.2734375, -9)" style="" class="label"><rect/><foreignObject height="18" width="212.546875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">StreamDataStructurePackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 225.5)" data-id="StreamingPackage" data-node="true" id="flowchart-StreamingPackage-4" class="node default default flowchart-label"><rect height="33" width="150.1875" y="-16.5" x="-75.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-67.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="135.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">StreamingPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 308.5)" data-id="EventBusPackage" data-node="true" id="flowchart-EventBusPackage-5" class="node default default flowchart-label"><rect height="33" width="145.75" y="-16.5" x="-72.875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-65.375, -9)" style="" class="label"><rect/><foreignObject height="18" width="130.75"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">EventBusPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 391.5)" data-id="PlayerApiPackage" data-node="true" id="flowchart-PlayerApiPackage-6" class="node default default flowchart-label"><rect height="33" width="145.75" y="-16.5" x="-72.875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-65.375, -9)" style="" class="label"><rect/><foreignObject height="18" width="130.75"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlayerApiPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 474.5)" data-id="CapabilitiesPackage" data-node="true" id="flowchart-CapabilitiesPackage-7" class="node default default flowchart-label"><rect height="33" width="159.984375" y="-16.5" x="-79.9921875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.4921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.984375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">CapabilitiesPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 557.5)" data-id="SegmentProcessingPackage" data-node="true" id="flowchart-SegmentProcessingPackage-8" class="node default default flowchart-label"><rect height="33" width="220.453125" y="-16.5" x="-110.2265625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-102.7265625, -9)" style="" class="label"><rect/><foreignObject height="18" width="205.453125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SegmentProcessingPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 640.5)" data-id="ContainerMp4Package" data-node="true" id="flowchart-ContainerMp4Package-9" class="node default default flowchart-label"><rect height="33" width="177.765625" y="-16.5" x="-88.8828125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-81.3828125, -9)" style="" class="label"><rect/><foreignObject height="18" width="162.765625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerMp4Package</span></div></foreignObject></g></g><g transform="translate(146.7734375, 723.5)" data-id="ContainerTsPackage" data-node="true" id="flowchart-ContainerTsPackage-10" class="node default default flowchart-label"><rect height="33" width="162.640625" y="-16.5" x="-81.3203125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-73.8203125, -9)" style="" class="label"><rect/><foreignObject height="18" width="147.640625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ContainerTsPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 806.5)" data-id="TsTransmuxerPackage" data-node="true" id="flowchart-TsTransmuxerPackage-11" class="node default default flowchart-label"><rect height="33" width="178.03125" y="-16.5" x="-89.015625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-81.515625, -9)" style="" class="label"><rect/><foreignObject height="18" width="163.03125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">TsTransmuxerPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 889.5)" data-id="DataPackage" data-node="true" id="flowchart-DataPackage-12" class="node default default flowchart-label"><rect height="33" width="111.0625" y="-16.5" x="-55.53125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-48.03125, -9)" style="" class="label"><rect/><foreignObject height="18" width="96.0625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">DataPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 972.5)" data-id="NetworkPackage" data-node="true" id="flowchart-NetworkPackage-13" class="node default default flowchart-label"><rect height="33" width="135.953125" y="-16.5" x="-67.9765625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-60.4765625, -9)" style="" class="label"><rect/><foreignObject height="18" width="120.953125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">NetworkPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1055.5)" data-id="PlaybackTechnologyPackage" data-node="true" id="flowchart-PlaybackTechnologyPackage-14" class="node default default flowchart-label"><rect height="33" width="223.140625" y="-16.5" x="-111.5703125" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-104.0703125, -9)" style="" class="label"><rect/><foreignObject height="18" width="208.140625"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackTechnologyPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1138.5)" data-id="HlsManifestPackage" data-node="true" id="flowchart-HlsManifestPackage-15" class="node default default flowchart-label"><rect height="33" width="160.84375" y="-16.5" x="-80.421875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.921875, -9)" style="" class="label"><rect/><foreignObject height="18" width="145.84375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">HlsManifestPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1221.5)" data-id="MsePlaybackPackage" data-node="true" id="flowchart-MsePlaybackPackage-16" class="node default default flowchart-label"><rect height="33" width="172.421875" y="-16.5" x="-86.2109375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-78.7109375, -9)" style="" class="label"><rect/><foreignObject height="18" width="157.421875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">MsePlaybackPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1304.5)" data-id="NativePlaybackPackage" data-node="true" id="flowchart-NativePlaybackPackage-17" class="node default default flowchart-label"><rect height="33" width="187.546875" y="-16.5" x="-93.7734375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-86.2734375, -9)" style="" class="label"><rect/><foreignObject height="18" width="172.546875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">NativePlaybackPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1387.5)" data-id="SourcePackage" data-node="true" id="flowchart-SourcePackage-18" class="node default default flowchart-label"><rect height="33" width="127.96875" y="-16.5" x="-63.984375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-56.484375, -9)" style="" class="label"><rect/><foreignObject height="18" width="112.96875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SourcePackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1470.5)" data-id="SourcesApiPackage" data-node="true" id="flowchart-SourcesApiPackage-19" class="node default default flowchart-label"><rect height="33" width="159.09375" y="-16.5" x="-79.546875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="144.09375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">SourcesApiPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1553.5)" data-id="AdaptationPackage" data-node="true" id="flowchart-AdaptationPackage-20" class="node default default flowchart-label"><rect height="33" width="153.78125" y="-16.5" x="-76.890625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-69.390625, -9)" style="" class="label"><rect/><foreignObject height="18" width="138.78125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">AdaptationPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1636.5)" data-id="PlaybackPackage" data-node="true" id="flowchart-PlaybackPackage-21" class="node default default flowchart-label"><rect height="33" width="142.1875" y="-16.5" x="-71.09375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-63.59375, -9)" style="" class="label"><rect/><foreignObject height="18" width="127.1875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1719.5)" data-id="PlaybackApiPackage" data-node="true" id="flowchart-PlaybackApiPackage-22" class="node default default flowchart-label"><rect height="33" width="165.3125" y="-16.5" x="-82.65625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-75.15625, -9)" style="" class="label"><rect/><foreignObject height="18" width="150.3125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackApiPackage</span></div></foreignObject></g></g><g transform="translate(146.7734375, 1802.5)" data-id="ViewModePackage" data-node="true" id="flowchart-ViewModePackage-23" class="node default default flowchart-label"><rect height="33" width="151.6875" y="-16.5" x="-75.84375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-68.34375, -9)" style="" class="label"><rect/><foreignObject height="18" width="136.6875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">ViewModePackage</span></div></foreignObject></g></g></g></g><g transform="translate(171.7734375, 1955.5)" data-id="TvPackage" data-node="true" id="flowchart-TvPackage-1" class="node default default flowchart-label"><rect height="33" width="95.046875" y="-16.5" x="-47.5234375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-40.0234375, -9)" style="" class="label"><rect/><foreignObject height="18" width="80.046875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">TvPackage</span></div></foreignObject></g></g></g></g><g transform="translate(163.7734375, 2083.5)" data-id="Hls.bundle" data-node="true" id="flowchart-Hls.bundle-25" class="node default default flowchart-label"><rect height="33" width="90.609375" y="-16.5" x="-45.3046875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-37.8046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="75.609375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Hls.bundle</span></div></foreignObject></g></g></g></g></g></svg>
10
10
  */
11
11
  import type { HlsBundleApi } from './Hls.bundle';
12
12
  import type { PlayerConfig } from './Types';
@@ -1,2 +1,3 @@
1
1
  export declare const StateAtomIdentifier: unique symbol;
2
2
  export declare const ModifierIdentifier: unique symbol;
3
+ export declare const StateAtomIdIdentifier: unique symbol;
@@ -1,5 +1,5 @@
1
1
  import type { EmptyObject } from '../../../Types';
2
- import type { ModifierIdentifier, StateAtomIdentifier } from './Symbols';
2
+ import type { ModifierIdentifier, StateAtomIdentifier, StateAtomIdIdentifier } from './Symbols';
3
3
  type AnyRecord = Record<string, any>;
4
4
  type AnyFunction = (...args: any[]) => any;
5
5
  type AnyModifier<Data = any> = (data: Data, ...parameters: any[]) => boolean;
@@ -22,5 +22,6 @@ export type StateAtom<DataType extends EmptyObject = EmptyObject, Modifiers exte
22
22
  [key in keyof Modifiers]: BoundModifier<Modifiers[key]>;
23
23
  } & {
24
24
  [StateAtomIdentifier]: 10;
25
+ [StateAtomIdIdentifier]: string;
25
26
  };
26
27
  export {};
@@ -8,10 +8,12 @@ declare function getCommonRanges(ranges: {
8
8
  [key: string]: TimeRange[];
9
9
  }): TimeRange[];
10
10
  declare function overlaps(a: TimeRange, b: TimeRange): boolean;
11
+ declare function getEnclosingRange(ranges: TimeRange[]): TimeRange;
11
12
  declare const _default: {
12
13
  mergeRanges: typeof mergeRanges;
13
14
  subtractRanges: typeof subtractRanges;
14
15
  getCommonRanges: typeof getCommonRanges;
16
+ getEnclosingRange: typeof getEnclosingRange;
15
17
  isStartInRange: typeof isStartInRange;
16
18
  isEndInRange: typeof isEndInRange;
17
19
  overlaps: typeof overlaps;
@@ -15,9 +15,9 @@ export type EventMap = {
15
15
  [key: string]: object;
16
16
  };
17
17
  export type EventBus<Events extends EventMap> = {
18
- on<Name extends keyof Events>(name: Name, listener: EventListener<Events[Name]>): void;
19
- off<Name extends keyof Events>(name: Name, listener: EventListener<Events[Name]>): void;
20
- dispatch<Name extends keyof Events>(context: EventBusContext, name: Name, event: Omit<Events[Name], 'type' | 'timestamp'> & Partial<EventBase>): void;
18
+ on<Name extends keyof Events & string>(name: Name | `${Name}`, listener: EventListener<Events[Name]>): void;
19
+ off<Name extends keyof Events & string>(name: Name | `${Name}`, listener: EventListener<Events[Name]>): void;
20
+ dispatch<Name extends keyof Events & string>(context: EventBusContext, name: Name | `${Name}`, event: Omit<Events[Name], 'type' | 'timestamp'> & Partial<EventBase>): void;
21
21
  };
22
22
  type EventMaps<Apis extends object[]> = {
23
23
  [key in keyof Apis]: Apis[key] extends {
@@ -0,0 +1,3 @@
1
+ import type { EmptyObject } from '../../../../framework-types/BaseTypes';
2
+ export declare const DashManifestPackage: import("../../../../framework-types/package-api/Package").Package<EmptyObject, EmptyObject, EmptyObject>;
3
+ export default DashManifestPackage;
@@ -0,0 +1,10 @@
1
+ import type { PrimitiveAtom } from '../../core/state/PrimitiveAtom';
2
+ import type { StateAtom } from '../../core/state/Types';
3
+ import type { VolumePackageContext } from './Types';
4
+ type TargetVolumeState = {
5
+ volume: PrimitiveAtom<number>;
6
+ muted: PrimitiveAtom<boolean>;
7
+ };
8
+ export type TargetVolumeStateAtom = StateAtom<TargetVolumeState>;
9
+ export declare function createTargetVolumeState(context: VolumePackageContext, initialVolume: number, initialMuted: boolean): TargetVolumeStateAtom;
10
+ export {};
@@ -0,0 +1,19 @@
1
+ import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
2
+ import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../../core/Types';
3
+ import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
4
+ import type { SourceExportNames } from '../../source/Types';
5
+ import type { ContextWithState } from '../../Types';
6
+ import type { VideoElementStateExportNames } from '../video-element-state/Types';
7
+ import type { VideoElementStateAtom } from '../video-element-state/VideoElementStateAtom';
8
+ import type { TargetVolumeStateAtom } from './TargetVolumeStateAtom';
9
+ export declare const TargetVolumeState = "target-volume-state";
10
+ export type VolumePackageExports = {
11
+ [TargetVolumeState]: TargetVolumeStateAtom;
12
+ };
13
+ export type VolumePackageDependencies = {
14
+ [CoreExportNames.CoreEffects]: CoreEffects;
15
+ [CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
16
+ [SourceExportNames.SourceState]: SourceStateAtom;
17
+ [VideoElementStateExportNames.VideoElementState]: VideoElementStateAtom;
18
+ };
19
+ export type VolumePackageContext = ContextHaving<VolumePackageDependencies, VolumePackageExports, ContextWithState>;
@@ -1,6 +1,8 @@
1
1
  import type { EventBus } from '../event-bus/Types';
2
2
  import type { PlayPauseApi } from './play-pause-api/Types';
3
3
  import type { PlaybackEventMap } from './playback-api-events/events/PlaybackEventMap';
4
- export type PlaybackApi = PlayPauseApi & {
4
+ import type { TimeApi } from './time-api/Types';
5
+ import type { VolumeApi } from './volume-api/Types';
6
+ export type PlaybackApi = PlayPauseApi & TimeApi & VolumeApi & {
5
7
  events: EventBus<PlaybackEventMap>;
6
8
  };
@@ -5,6 +5,8 @@ import type { CoreEffects, CoreExportNames } from '../../core/Types';
5
5
  import type { Logger } from '../../core/utils/Logger';
6
6
  import type { EventBus } from '../../event-bus/Types';
7
7
  import type { PlaybackState, PlaybackStateMachineAtom, PlaybackStatePackageExportNames } from '../../playback/playback-state/Types';
8
+ import type { VideoElementStateExportNames } from '../../playback/video-element-state/Types';
9
+ import type { VideoElementStateAtom } from '../../playback/video-element-state/VideoElementStateAtom';
8
10
  import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
9
11
  import type { SourceExportNames } from '../../source/Types';
10
12
  import type { SourcesApiExportNames } from '../../sources-api/Types';
@@ -18,6 +20,7 @@ export type PlaybackApiEventsPackageDependencies = {
18
20
  [SourcesApiExportNames.SourceEventBus]: EventBus<PlaybackEventMap>;
19
21
  [SourcesApiExportNames.SourceApiManager]: ApiManager<PlaybackStateApi>;
20
22
  [SourceExportNames.SourceState]: SourceStateAtom;
23
+ [VideoElementStateExportNames.VideoElementState]: VideoElementStateAtom;
21
24
  };
22
25
  export declare enum PlaybackApiEventsPackageExportNames {
23
26
  PlaybackEvent = "playback-event"
@@ -27,5 +30,5 @@ export type PlaybackApiEventsPackageExports = {
27
30
  };
28
31
  export type PlaybackApiEventsPackageContext = ContextHaving<PlaybackApiEventsPackageDependencies, PlaybackApiEventsPackageExports, ContextWithState>;
29
32
  export type PlaybackStateApi = {
30
- getState(): PlaybackState;
33
+ readonly state: PlaybackState;
31
34
  };
@@ -0,0 +1,6 @@
1
+ import type { EventBase } from '../../../event-bus/Types';
2
+ import type { PlaybackApiEventsPackageContext } from '../Types';
3
+ export interface DurationChangedEvent extends EventBase {
4
+ duration: number;
5
+ }
6
+ export declare function createDurationChangedEvent(context: PlaybackApiEventsPackageContext): DurationChangedEvent;
@@ -1,7 +1,10 @@
1
1
  import type { EventBase } from '../../../event-bus/Types';
2
+ import type { DurationChangedEvent } from './DurationChangedEvent';
3
+ import type { PlaybackRateChangedEvent } from './PlaybackRateChangedEvent';
2
4
  import type { SeekedEvent } from './SeekedEvent';
3
5
  import type { SeekingEvent } from './SeekingEvent';
4
6
  import type { TimeChangedEvent } from './TimeChanged';
7
+ import type { VolumeChangedEvent } from './VolumeChangedEvent';
5
8
  export declare enum PlaybackEvent {
6
9
  Ready = "ready",
7
10
  Play = "play",
@@ -14,7 +17,12 @@ export declare enum PlaybackEvent {
14
17
  StallStarted = "stall-started",
15
18
  StallEnded = "stall-ended",
16
19
  VideoDetached = "video-detached",
17
- VideoAttached = "video-attached"
20
+ VideoAttached = "video-attached",
21
+ Muted = "muted",
22
+ Unmuted = "unmuted",
23
+ VolumeChanged = "volume-changed",
24
+ DurationChanged = "duration-changed",
25
+ PlaybackRateChanged = "playback-rate-changed"
18
26
  }
19
27
  export type PlaybackEventMap = {
20
28
  [PlaybackEvent.Ready]: EventBase;
@@ -29,4 +37,9 @@ export type PlaybackEventMap = {
29
37
  [PlaybackEvent.StallEnded]: EventBase;
30
38
  [PlaybackEvent.VideoDetached]: EventBase;
31
39
  [PlaybackEvent.VideoAttached]: EventBase;
40
+ [PlaybackEvent.Muted]: EventBase;
41
+ [PlaybackEvent.Unmuted]: EventBase;
42
+ [PlaybackEvent.VolumeChanged]: VolumeChangedEvent;
43
+ [PlaybackEvent.DurationChanged]: DurationChangedEvent;
44
+ [PlaybackEvent.PlaybackRateChanged]: PlaybackRateChangedEvent;
32
45
  };
@@ -0,0 +1,6 @@
1
+ import type { EventBase } from '../../../event-bus/Types';
2
+ import type { PlaybackApiEventsPackageContext } from '../Types';
3
+ export interface PlaybackRateChangedEvent extends EventBase {
4
+ playbackRate: number;
5
+ }
6
+ export declare function createPlaybackRateChangedEvent(context: PlaybackApiEventsPackageContext): PlaybackRateChangedEvent;
@@ -0,0 +1,6 @@
1
+ import type { EventBase } from '../../../event-bus/Types';
2
+ import type { PlaybackApiEventsPackageContext } from '../Types';
3
+ export interface VolumeChangedEvent extends EventBase {
4
+ volume: number;
5
+ }
6
+ export declare function createVolumeChangedEvent(context: PlaybackApiEventsPackageContext): VolumeChangedEvent;
@@ -0,0 +1,33 @@
1
+ import type { ApiManager } from '../../../../framework-types/api-manager/ApiManager';
2
+ import type { EmptyObject } from '../../../../framework-types/BaseTypes';
3
+ import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
4
+ import type { CoreEffects, CoreExportNames } from '../../core/Types';
5
+ import type { CoreUtils } from '../../core/utils/Types';
6
+ import type { VideoElementStateExportNames } from '../../playback/video-element-state/Types';
7
+ import type { VideoElementStateAtom } from '../../playback/video-element-state/VideoElementStateAtom';
8
+ import type { SourceStateAtom } from '../../source/atoms/SourceStateAtom';
9
+ import type { SourceExportNames } from '../../source/Types';
10
+ import type { SourcesApiExportNames } from '../../sources-api/Types';
11
+ import type { StreamingStateAtom } from '../../streaming/atoms/StreamingStateAtom';
12
+ import type { StreamingState } from '../../streaming/Types';
13
+ import type { ContextWithState } from '../../Types';
14
+ export type TimeRange = {
15
+ start: number;
16
+ end: number;
17
+ };
18
+ export type TimeApi = {
19
+ currentTime: number;
20
+ readonly duration: number;
21
+ readonly seekableRange: TimeRange;
22
+ playbackRate: number;
23
+ };
24
+ export type TimeApiPackageDependencies = {
25
+ [CoreExportNames.CoreEffects]: CoreEffects;
26
+ [CoreExportNames.Utils]: CoreUtils;
27
+ [VideoElementStateExportNames.VideoElementState]: VideoElementStateAtom;
28
+ [SourceExportNames.SourceState]: SourceStateAtom;
29
+ [SourcesApiExportNames.SourceApiManager]: ApiManager<TimeApi>;
30
+ [StreamingState]: StreamingStateAtom;
31
+ };
32
+ export type TimeApiPackageExports = EmptyObject;
33
+ export type TimeApiPackageContext = ContextHaving<TimeApiPackageDependencies, TimeApiPackageExports, ContextWithState>;
@@ -0,0 +1,19 @@
1
+ import type { ApiManager } from '../../../../framework-types/api-manager/ApiManager';
2
+ import type { EmptyObject } from '../../../../framework-types/BaseTypes';
3
+ import type { ContextHaving } from '../../../../framework-types/execution-context/Types';
4
+ import type { CoreEffects, CoreExportNames } from '../../core/Types';
5
+ import type { TargetVolumeStateAtom } from '../../playback/volume/TargetVolumeStateAtom';
6
+ import type { TargetVolumeState } from '../../playback/volume/Types';
7
+ import type { SourcesApiExportNames } from '../../sources-api/Types';
8
+ import type { ContextWithState } from '../../Types';
9
+ export type VolumeApi = {
10
+ volume: number;
11
+ muted: boolean;
12
+ };
13
+ export type VolumeApiPackageDependencies = {
14
+ [CoreExportNames.CoreEffects]: CoreEffects;
15
+ [TargetVolumeState]: TargetVolumeStateAtom;
16
+ [SourcesApiExportNames.SourceApiManager]: ApiManager<VolumeApi>;
17
+ };
18
+ export type VolumeApiPackageExports = EmptyObject;
19
+ export type VolumeApiPackageContext = ContextHaving<VolumeApiPackageDependencies, VolumeApiPackageExports, ContextWithState>;
@@ -8,6 +8,7 @@ import type { PlayheadAtom } from './PlayheadAtom';
8
8
  interface Playback {
9
9
  playhead: PlayheadAtom;
10
10
  duration: PrimitiveAtom<number>;
11
+ playbackRate: PrimitiveAtom<number>;
11
12
  }
12
13
  export type PlaybackAtom = ReturnType<typeof createPlaybackAtom>;
13
14
  type ContextT = ContextHaving<{
@@ -84,6 +84,9 @@ export interface SourceApiBase {
84
84
  loadControl: LoadControl;
85
85
  readonly id: string;
86
86
  readonly events: EventBus<EmptyObject>;
87
+ readonly video: HTMLVideoElement | undefined;
88
+ readonly container: HTMLElement | undefined;
89
+ readonly attached: boolean;
87
90
  }
88
91
  export type SourcesApiDependencies = {
89
92
  [CoreExportNames.Utils]: CoreUtils;
@@ -1 +0,0 @@
1
- export * from '../types/packages/presentation/mse/playback-technology/MsePlaybackTechnology.package';
@@ -1,10 +0,0 @@
1
- /*******************************************************************************
2
- * This source code is the proprietary property of Bitmovin, Inc. Unauthorized
3
- * copying, distribution, or use of this code, or any portion thereof, is
4
- * strictly prohibited. © 2026 Bitmovin, Inc. All rights reserved. This
5
- * source code is subject to the terms and conditions of the accompanying
6
- * license agreement.
7
- *
8
- * Bitmovin Player X Version 10.2.0-beta.2
9
- *******************************************************************************/
10
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["mse-playback-technology"]=t():(e.bitmovin=e.bitmovin||{},e.bitmovin.playerx=e.bitmovin.playerx||{},e.bitmovin.playerx["mse-playback-technology"]=t())}(self,(()=>(()=>{"use strict";var e={97085:(e,t)=>{function a(e,t,a){const o=t;return o._name=e,{onAdd:o,dependencies:a}}Object.defineProperty(t,"__esModule",{value:!0}),t.createPackage=void 0,t.createPackage=a},91270:(e,t)=>{function a(e,t){const a=t;return a._name=e,a}function o(e){return(...t)=>{const[o,n]=e(...t);return a(o,n)}}function n(e){var t;return null!==(t=e._name)&&void 0!==t?t:e.name}Object.defineProperty(t,"__esModule",{value:!0}),t.getTaskName=t.createTaskClosure=t.createTask=void 0,t.createTask=a,t.createTaskClosure=o,t.getTaskName=n},55225:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CapabilitiesExportNames=void 0,function(e){e.PlatformCapabilities="platform-capabilities"}(t.CapabilitiesExportNames||(t.CapabilitiesExportNames={}))},14809:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CoreExportNames=void 0,function(e){e.Utils="utils",e.Constants="constants",e.CoreEffects="core-effects",e.CoreStateAtoms="core-state-atoms"}(t.CoreExportNames||(t.CoreExportNames={}))},49753:(e,t)=>{var a;function o(e){return e.type===a.Manifest}function n(e){return e.type===a.Presentation}Object.defineProperty(t,"__esModule",{value:!0}),t.PlaybackTechnologyComponent=t.isPresentationEntry=t.isManifestEntry=t.PlaybackTechnologyEntryType=void 0,function(e){e.Presentation="presentation",e.Manifest="manifest"}(a=t.PlaybackTechnologyEntryType||(t.PlaybackTechnologyEntryType={})),t.isManifestEntry=o,t.isPresentationEntry=n,t.PlaybackTechnologyComponent="playback-technology-component"},20585:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.MsePlaybackTechnologyPackage=void 0;const o=a(97085),n=a(55225),r=a(14809),s=a(49753),i=a(42553);t.MsePlaybackTechnologyPackage=(0,o.createPackage)("mse-playback-technology-package",((e,t)=>{const{StateEffectFactory:a,EventListenerEffectFactory:o}=t.registry.get(r.CoreExportNames.CoreEffects),c=t.using(a,o),l=c.registry.get(s.PlaybackTechnologyComponent),{PlaybackTechnology:y}=c.registry.get(r.CoreExportNames.Constants),p=c.registry.get(n.CapabilitiesExportNames.PlatformCapabilities),f={name:"mse-playback-tech",type:s.PlaybackTechnologyEntryType.Presentation,depends:[s.PlaybackTechnologyEntryType.Manifest],supported:(e,t)=>t===y.Mse&&p.mediaSourceSupported(),instantiate:i.MsePlaybackTechnologyTask},u=l.addTechnology(f);c.abortSignal.addEventListener("abort",u)}),[s.PlaybackTechnologyComponent,r.CoreExportNames.Constants,r.CoreExportNames.CoreStateAtoms,r.CoreExportNames.CoreEffects,n.CapabilitiesExportNames.PlatformCapabilities]),t.default=t.MsePlaybackTechnologyPackage},42553:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.MsePlaybackTechnologyTask=void 0;const o=a(91270),n=a(99309),r=a(55714);t.MsePlaybackTechnologyTask=(0,o.createTask)("mse-playback-tech-task",((e,t)=>{const a=(0,n.createMsePresentationStateAtom)(t,e);return t.registry.set(r.MsePresentationState,a),t.abortSignal.addEventListener("abort",(()=>{t.registry.delete(r.MsePresentationState)})),t.effects.loop(t.abortSignal)}))},55714:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.MsePresentationState=void 0,t.MsePresentationState="mse-presentation-state"},99309:(e,t)=>{function a(e,t){return e.effects.state.create({resource:t},{})}Object.defineProperty(t,"__esModule",{value:!0}),t.createMsePresentationStateAtom=void 0,t.createMsePresentationStateAtom=a}},t={};function a(o){var n=t[o];if(void 0!==n)return n.exports;var r=t[o]={exports:{}};return e[o](r,r.exports,a),r.exports}return a(20585)})()));
@@ -1 +0,0 @@
1
- export * from '../types/packages/presentation/native/playback-technology/NativePlaybackTechnology.package';
@@ -1,10 +0,0 @@
1
- /*******************************************************************************
2
- * This source code is the proprietary property of Bitmovin, Inc. Unauthorized
3
- * copying, distribution, or use of this code, or any portion thereof, is
4
- * strictly prohibited. © 2026 Bitmovin, Inc. All rights reserved. This
5
- * source code is subject to the terms and conditions of the accompanying
6
- * license agreement.
7
- *
8
- * Bitmovin Player X Version 10.2.0-beta.2
9
- *******************************************************************************/
10
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["native-playback-technology"]=t():(e.bitmovin=e.bitmovin||{},e.bitmovin.playerx=e.bitmovin.playerx||{},e.bitmovin.playerx["native-playback-technology"]=t())}(self,(()=>(()=>{"use strict";var e={97085:(e,t)=>{function a(e,t,a){const o=t;return o._name=e,{onAdd:o,dependencies:a}}Object.defineProperty(t,"__esModule",{value:!0}),t.createPackage=void 0,t.createPackage=a},91270:(e,t)=>{function a(e,t){const a=t;return a._name=e,a}function o(e){return(...t)=>{const[o,n]=e(...t);return a(o,n)}}function n(e){var t;return null!==(t=e._name)&&void 0!==t?t:e.name}Object.defineProperty(t,"__esModule",{value:!0}),t.getTaskName=t.createTaskClosure=t.createTask=void 0,t.createTask=a,t.createTaskClosure=o,t.getTaskName=n},55225:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CapabilitiesExportNames=void 0,function(e){e.PlatformCapabilities="platform-capabilities"}(t.CapabilitiesExportNames||(t.CapabilitiesExportNames={}))},25320:(e,t)=>{var a;Object.defineProperty(t,"__esModule",{value:!0}),t.LoadControl=t.PlaybackTechnology=t.ResourceType=t.ContentType=t.Version=t.MediaTypeValues=t.Codec=t.SubtitleFormatType=t.MediaType=void 0,function(e){e.Audio="audio",e.Video="video",e.Muxed="muxed",e.Subtitle="subtitle",e.Thumbnail="thumbnail",e.Unknown="unknown"}(a=t.MediaType||(t.MediaType={})),function(e){e.WebVTT="webvtt",e.Unknown="unknown"}(t.SubtitleFormatType||(t.SubtitleFormatType={})),function(e){e.Mp4a="mp4a",e.AVC="avc1",e.HEVC="hvc1",e.ADTS="adts",e.Unknown="unknown"}(t.Codec||(t.Codec={})),t.MediaTypeValues=Object.values(a),t.Version="10.2.0-beta.2",function(e){e.Content="content",e.Advertisement="advertisement"}(t.ContentType||(t.ContentType={})),function(e){e.Hls="hls",e.Dash="dash",e.Progressive="progressive"}(t.ResourceType||(t.ResourceType={})),function(e){e.Mse="mse",e.WebRtc="webrtc",e.WebCodecs="webcodecs",e.Native="native"}(t.PlaybackTechnology||(t.PlaybackTechnology={})),function(e){e[e.Nothing=0]="Nothing",e[e.Metadata=1]="Metadata",e[e.Data=2]="Data"}(t.LoadControl||(t.LoadControl={}))},14809:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CoreExportNames=void 0,function(e){e.Utils="utils",e.Constants="constants",e.CoreEffects="core-effects",e.CoreStateAtoms="core-state-atoms"}(t.CoreExportNames||(t.CoreExportNames={}))},49753:(e,t)=>{var a;function o(e){return e.type===a.Manifest}function n(e){return e.type===a.Presentation}Object.defineProperty(t,"__esModule",{value:!0}),t.PlaybackTechnologyComponent=t.isPresentationEntry=t.isManifestEntry=t.PlaybackTechnologyEntryType=void 0,function(e){e.Presentation="presentation",e.Manifest="manifest"}(a=t.PlaybackTechnologyEntryType||(t.PlaybackTechnologyEntryType={})),t.isManifestEntry=o,t.isPresentationEntry=n,t.PlaybackTechnologyComponent="playback-technology-component"},43086:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NativePlaybackTechnologyPackage=t.isNativeSupported=void 0;const o=a(97085),n=a(55225),r=a(25320),i=a(14809),s=a(49753),c=a(59263);function l(e,t,a){return a===r.PlaybackTechnology.Native&&(e.type===r.ResourceType.Hls&&t.hlsSupported()||e.type===r.ResourceType.Progressive&&t.progressiveSupported())}t.isNativeSupported=l,t.NativePlaybackTechnologyPackage=(0,o.createPackage)("native-playback-technology-package",((e,t)=>{const{StateEffectFactory:a,EventListenerEffectFactory:o}=t.registry.get(i.CoreExportNames.CoreEffects),r=t.using(a,o),y=r.registry.get(s.PlaybackTechnologyComponent),p=r.registry.get(n.CapabilitiesExportNames.PlatformCapabilities),u={name:"native-playback-tech",type:s.PlaybackTechnologyEntryType.Presentation,depends:[],supported:(e,t)=>l(e,p,t),instantiate:c.NativePlaybackTechnologyTask},d=y.addTechnology(u);r.abortSignal.addEventListener("abort",d)}),[s.PlaybackTechnologyComponent,i.CoreExportNames.Constants,i.CoreExportNames.CoreStateAtoms,i.CoreExportNames.CoreEffects,n.CapabilitiesExportNames.PlatformCapabilities]),t.default=t.NativePlaybackTechnologyPackage},59263:(e,t,a)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NativePlaybackTechnologyTask=void 0;const o=a(91270),n=a(43379),r=a(54472);t.NativePlaybackTechnologyTask=(0,o.createTask)("native-playback-tech-task",((e,t)=>{const a=(0,n.createNativePresentationStateAtom)(t,e);return t.registry.set(r.NativePresentationState,a),t.abortSignal.addEventListener("abort",(()=>{t.registry.delete(r.NativePresentationState)})),t.effects.loop(t.abortSignal)}))},54472:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NativePresentationState=void 0,t.NativePresentationState="native-presentation-state"},43379:(e,t)=>{function a(e,t){return e.effects.state.create({resource:t},{})}Object.defineProperty(t,"__esModule",{value:!0}),t.createNativePresentationStateAtom=void 0,t.createNativePresentationStateAtom=a}},t={};function a(o){var n=t[o];if(void 0!==n)return n.exports;var r=t[o]={exports:{}};return e[o](r,r.exports,a),r.exports}return a(43086)})()));
@@ -1,14 +0,0 @@
1
- /**
2
- * @packageDocumentation MsePlaybackTechnology.package
3
- *
4
- * Creates and registers the Mse presentation technology with the PlaybackTechnologyComponent.
5
- * On instantiate, adds the mse presentation package.
6
- * On abort, removes the packages.
7
- *
8
- * ### `MsePlaybackTechnology` Package Dependency Graph
9
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 533.671875 132" style="max-width: 533.672px; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:2px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span,#my-svg p{color:#F9FFFE;}#my-svg .label text,#my-svg span,#my-svg p{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#81B1DB;stroke-width:1px;}#my-svg .flowchart-label text{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .node .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span,#my-svg p{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="6" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointEnd"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 0 L 10 5 L 0 10 z"/></marker><marker orient="auto" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="4.5" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-pointStart"><path style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 0 5 L 10 10 L 10 0 z"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="11" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleEnd"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5" refX="-1" viewBox="0 0 10 10" class="marker flowchart" id="my-svg_flowchart-circleStart"><circle style="stroke-width: 1; stroke-dasharray: 1, 0;" class="arrowMarkerPath" r="5" cy="5" cx="5"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="12" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossEnd"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><marker orient="auto" markerHeight="11" markerWidth="11" markerUnits="userSpaceOnUse" refY="5.2" refX="-1" viewBox="0 0 11 11" class="marker cross flowchart" id="my-svg_flowchart-crossStart"><path style="stroke-width: 2; stroke-dasharray: 1, 0;" class="arrowMarkerPath" d="M 1,1 l 9,9 M 10,1 l -9,9"/></marker><g class="root"><g class="clusters"/><g class="edgePaths"><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-MsePlaybackTechnology LE-PlaybackTechnology" id="L-MsePlaybackTechnology-PlaybackTechnology-0" d="M143.475,41.5L155.578,37.333C167.681,33.167,191.888,24.833,207.274,20.667C222.66,16.5,229.227,16.5,232.51,16.5L235.794,16.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-MsePlaybackTechnology LE-Capabilities" id="L-MsePlaybackTechnology-Capabilities-0" d="M143.475,74.5L155.578,78.667C167.681,82.833,191.888,91.167,212.537,95.333C233.186,99.5,250.279,99.5,258.826,99.5L267.372,99.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-PlaybackTechnology LE-Source" id="L-PlaybackTechnology-Source-0" d="M401.969,16.5L406.135,16.5C410.302,16.5,418.635,16.5,426.085,16.5C433.535,16.5,440.102,16.5,443.385,16.5L446.669,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><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(95.546875, 58)" data-id="MsePlaybackTechnology" data-node="true" id="flowchart-MsePlaybackTechnology-0" class="node default default flowchart-label"><rect height="33" width="191.09375" y="-16.5" x="-95.546875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-88.046875, -9)" style="" class="label"><rect/><foreignObject height="18" width="176.09375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">MsePlaybackTechnology</span></div></foreignObject></g></g><g transform="translate(321.53125, 16.5)" data-id="PlaybackTechnology" data-node="true" id="flowchart-PlaybackTechnology-1" class="node default default flowchart-label"><rect height="33" width="160.875" y="-16.5" x="-80.4375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.9375, -9)" style="" class="label"><rect/><foreignObject height="18" width="145.875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackTechnology</span></div></foreignObject></g></g><g transform="translate(321.53125, 99.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-3" class="node default default flowchart-label"><rect height="33" width="97.71875" y="-16.5" x="-48.859375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-41.359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="82.71875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Capabilities</span></div></foreignObject></g></g><g transform="translate(484.8203125, 16.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></g></g></svg>
10
- */
11
- import type { EmptyObject } from '../../../../../framework-types/BaseTypes';
12
- import type { MsePlaybackTechnologyDependencies } from './Types';
13
- export declare const MsePlaybackTechnologyPackage: import("../../../../../framework-types/package-api/Package").Package<MsePlaybackTechnologyDependencies, EmptyObject, EmptyObject>;
14
- export default MsePlaybackTechnologyPackage;
@@ -1,19 +0,0 @@
1
- /**
2
- * @packageDocumentation NativePlaybackTechnology.package
3
- *
4
- * Creates and registers the Native presentation technology with the PlaybackTechnologyComponent.
5
- * Supports HLS on Safari (native HLS) and progressive (mp4/webm) playback on any browser.
6
- * On instantiate, adds the native presentation package.
7
- * On abort, removes the packages.
8
- *
9
- * ### `NativePlaybackTechnology` Package Dependency Graph
10
- * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-8 -8 548.796875 132" style="max-width: 548.797px; 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-NativePlaybackTechnology LE-PlaybackTechnology" id="L-NativePlaybackTechnology-PlaybackTechnology-0" d="M154.044,41.5L166.907,37.333C179.769,33.167,205.494,24.833,221.64,20.667C237.785,16.5,244.352,16.5,247.635,16.5L250.919,16.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-NativePlaybackTechnology LE-Capabilities" id="L-NativePlaybackTechnology-Capabilities-0" d="M154.044,74.5L166.907,78.667C179.769,82.833,205.494,91.167,226.903,95.333C248.311,99.5,265.404,99.5,273.951,99.5L282.497,99.5"/><path marker-end="url(#my-svg_flowchart-pointEnd)" style="fill:none;" class="edge-thickness-normal edge-pattern-solid flowchart-link LS-PlaybackTechnology LE-Source" id="L-PlaybackTechnology-Source-0" d="M417.094,16.5L421.26,16.5C425.427,16.5,433.76,16.5,441.21,16.5C448.66,16.5,455.227,16.5,458.51,16.5L461.794,16.5"/></g><g class="edgeLabels"><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g transform="translate(0, 0)" class="label"><foreignObject height="0" width="0"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g transform="translate(103.109375, 58)" data-id="NativePlaybackTechnology" data-node="true" id="flowchart-NativePlaybackTechnology-0" class="node default default flowchart-label"><rect height="33" width="206.21875" y="-16.5" x="-103.109375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-95.609375, -9)" style="" class="label"><rect/><foreignObject height="18" width="191.21875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">NativePlaybackTechnology</span></div></foreignObject></g></g><g transform="translate(336.65625, 16.5)" data-id="PlaybackTechnology" data-node="true" id="flowchart-PlaybackTechnology-1" class="node default default flowchart-label"><rect height="33" width="160.875" y="-16.5" x="-80.4375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-72.9375, -9)" style="" class="label"><rect/><foreignObject height="18" width="145.875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlaybackTechnology</span></div></foreignObject></g></g><g transform="translate(336.65625, 99.5)" data-id="Capabilities" data-node="true" id="flowchart-Capabilities-3" class="node default default flowchart-label"><rect height="33" width="97.71875" y="-16.5" x="-48.859375" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-41.359375, -9)" style="" class="label"><rect/><foreignObject height="18" width="82.71875"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">Capabilities</span></div></foreignObject></g></g><g transform="translate(499.9453125, 16.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></g></g></svg>
11
- */
12
- import type { EmptyObject } from '../../../../../framework-types/BaseTypes';
13
- import type { PlatformCapabilities } from '../../../capabilities/Types';
14
- import { PlaybackTechnology } from '../../../core/Constants';
15
- import type { Resource } from '../../../source/atoms/SourceConfigAtom';
16
- import type { NativePlaybackTechnologyDependencies } from './Types';
17
- export declare function isNativeSupported(resource: Resource, platformCapabilities: PlatformCapabilities, playbackTechnology?: PlaybackTechnology): boolean;
18
- export declare const NativePlaybackTechnologyPackage: import("../../../../../framework-types/package-api/Package").Package<NativePlaybackTechnologyDependencies, EmptyObject, EmptyObject>;
19
- export default NativePlaybackTechnologyPackage;