@bitmovin/player-web-x 10.2.0-beta.8 → 10.2.0

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 (267) 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.d.ts +1 -0
  6. package/bundles/playerx-hls-ts-audio.js +2 -2
  7. package/bundles/playerx-hls.js +2 -2
  8. package/bundles/playerx-playback.d.ts +1 -0
  9. package/bundles/playerx-playback.js +2 -2
  10. package/bundles/playerx-tv.js +2 -2
  11. package/package.json +1 -1
  12. package/packages/playerx-adaptation.package.js +2 -2
  13. package/packages/playerx-advertising-api.package.js +2 -2
  14. package/packages/playerx-advertising-base.package.js +2 -2
  15. package/packages/playerx-advertising-bitmovin.package.js +2 -2
  16. package/packages/playerx-analytics.package.d.ts +1 -0
  17. package/packages/playerx-analytics.package.js +2 -2
  18. package/packages/playerx-bitmovin-advertising-bundle.package.js +2 -2
  19. package/packages/playerx-bitmovin-source-api.package.js +2 -2
  20. package/packages/playerx-bitmovin-ui.package.js +2 -2
  21. package/packages/playerx-bitmovin-v8-core.package.js +2 -2
  22. package/packages/playerx-bitmovin-v8-static-api.package.js +2 -2
  23. package/packages/playerx-bitmovin-video-element-utils.package.js +2 -2
  24. package/packages/playerx-capabilities.package.js +2 -2
  25. package/packages/playerx-container-mp4.package.js +2 -2
  26. package/packages/playerx-container-ts.package.js +2 -2
  27. package/packages/playerx-core.package.js +2 -2
  28. package/packages/playerx-dash-manifest-technology.package.js +2 -2
  29. package/packages/playerx-dash-manifest.package.js +2 -2
  30. package/packages/playerx-dash-parsing.package.js +2 -2
  31. package/packages/playerx-dash-translation.package.js +2 -2
  32. package/packages/playerx-dash.package.js +2 -2
  33. package/packages/playerx-data.package.js +2 -2
  34. package/packages/playerx-event-bus.package.js +2 -2
  35. package/packages/playerx-hls-manifest-technology.package.js +2 -2
  36. package/packages/playerx-hls-manifest.package.js +2 -2
  37. package/packages/playerx-hls-parsing.package.js +2 -2
  38. package/packages/playerx-hls-translation.package.js +2 -2
  39. package/packages/playerx-hls.package.js +2 -2
  40. package/packages/playerx-media-state.package.d.ts +1 -0
  41. package/packages/playerx-media-state.package.js +10 -0
  42. package/packages/playerx-mse-playback.package.js +2 -2
  43. package/packages/playerx-mse-presentation.package.js +2 -2
  44. package/packages/playerx-native-playback.package.js +2 -2
  45. package/packages/playerx-native-presentation.package.js +2 -2
  46. package/packages/playerx-network.package.js +2 -2
  47. package/packages/playerx-no-adaptation.package.d.ts +1 -0
  48. package/packages/playerx-no-adaptation.package.js +2 -2
  49. package/packages/playerx-platform-detection.package.d.ts +1 -0
  50. package/packages/playerx-platform-detection.package.js +10 -0
  51. package/packages/playerx-playback-api.package.js +2 -2
  52. package/packages/playerx-playback-technology.package.js +2 -2
  53. package/packages/playerx-playback.package.js +2 -2
  54. package/packages/playerx-player-api.package.js +2 -2
  55. package/packages/playerx-safari.package.d.ts +1 -0
  56. package/packages/playerx-safari.package.js +10 -0
  57. package/packages/playerx-segment-processing.package.js +2 -2
  58. package/packages/playerx-source.package.js +2 -2
  59. package/packages/playerx-sources-api.package.js +2 -2
  60. package/packages/playerx-stream-data-structure.package.js +2 -2
  61. package/packages/playerx-streaming.package.js +2 -2
  62. package/packages/playerx-subtitle-api.package.js +2 -2
  63. package/packages/playerx-subtitle-base.package.js +2 -2
  64. package/packages/playerx-subtitle-format-detection.package.js +2 -2
  65. package/packages/playerx-subtitle-native-renderer.package.js +2 -2
  66. package/packages/playerx-subtitles.package.js +2 -2
  67. package/packages/playerx-trick-play.package.js +2 -2
  68. package/packages/playerx-ts-transmuxer.package.js +2 -2
  69. package/packages/playerx-tv.package.js +2 -2
  70. package/packages/playerx-ui.package.d.ts +1 -0
  71. package/packages/playerx-ui.package.js +2 -2
  72. package/packages/playerx-video-element-controller.package.d.ts +1 -0
  73. package/packages/playerx-video-element-controller.package.js +10 -0
  74. package/packages/playerx-view-mode.package.js +2 -2
  75. package/packages/playerx-web-vtt.package.js +2 -2
  76. package/playerx-framework-utils.js +2 -2
  77. package/types/Types.d.ts +3 -0
  78. package/types/bundles/BitmovinV8.bundle.d.ts +7 -1
  79. package/types/bundles/BitmovinV8Core.bundle.d.ts +6 -0
  80. package/types/bundles/Core.bundle.d.ts +6 -0
  81. package/types/bundles/Dash.bundle.d.ts +7 -1
  82. package/types/bundles/Hls.bundle.d.ts +7 -1
  83. package/types/bundles/HlsTsAudio.bundle.d.ts +32 -0
  84. package/types/bundles/Playback.bundle.d.ts +34 -0
  85. package/types/bundles/Tv.bundle.d.ts +7 -1
  86. package/types/packages/adaptation/Adaptation.package.d.ts +9 -2
  87. package/types/packages/adaptation/AdaptationAlgorithm.d.ts +4 -0
  88. package/types/packages/adaptation/AdaptationStateAtom.d.ts +13 -16
  89. package/types/packages/adaptation/NoAdaptation.package.d.ts +12 -0
  90. package/types/packages/adaptation/StartupQuality.d.ts +5 -0
  91. package/types/packages/adaptation/Types.d.ts +24 -4
  92. package/types/packages/adaptation/WishConfigAtom.d.ts +4 -23
  93. package/types/packages/adaptation/WishDataAtom.d.ts +9 -2
  94. package/types/packages/advertising/BitmovinAdvertisingBundle.package.d.ts +3 -1
  95. package/types/packages/advertising/api/AdvertisingApi.package.d.ts +3 -1
  96. package/types/packages/advertising/api/AdvertisingEvents.d.ts +47 -7
  97. package/types/packages/advertising/api/Types.d.ts +110 -11
  98. package/types/packages/advertising/api/api-conversion/AdApiCache.d.ts +14 -0
  99. package/types/packages/advertising/api/content-source/AdBreakAtom.d.ts +19 -0
  100. package/types/packages/advertising/api/content-source/Types.d.ts +36 -0
  101. package/types/packages/advertising/base/AdExtension.d.ts +11 -0
  102. package/types/packages/advertising/base/AdIconAtom.d.ts +20 -0
  103. package/types/packages/advertising/base/AdIconPosition.d.ts +8 -0
  104. package/types/packages/advertising/base/AdPosition.d.ts +1 -0
  105. package/types/packages/advertising/base/AdQuartile.d.ts +5 -0
  106. package/types/packages/advertising/base/AdResource.d.ts +16 -0
  107. package/types/packages/advertising/base/AdSchedule.d.ts +2 -2
  108. package/types/packages/advertising/base/AdTagAtom.d.ts +1 -1
  109. package/types/packages/advertising/base/AdType.d.ts +4 -0
  110. package/types/packages/advertising/base/AdvertisingBase.package.d.ts +2 -0
  111. package/types/packages/advertising/base/BaseAdAtom.d.ts +27 -5
  112. package/types/packages/advertising/base/{BaseAdBreakAtom.d.ts → BaseAdPodAtom.d.ts} +8 -6
  113. package/types/packages/advertising/base/BaseAdPodState.d.ts +7 -0
  114. package/types/packages/advertising/base/BaseAdState.d.ts +7 -0
  115. package/types/packages/advertising/base/ClickThroughAtom.d.ts +11 -0
  116. package/types/packages/advertising/base/CompanionAdAtom.d.ts +18 -0
  117. package/types/packages/advertising/base/Types.d.ts +19 -29
  118. package/types/packages/advertising/bitmovin/AdvertisingBitmovin.package.d.ts +2 -0
  119. package/types/packages/advertising/bitmovin/Types.d.ts +17 -10
  120. package/types/packages/analytics/Analytics.package.d.ts +17 -0
  121. package/types/packages/analytics/Types.d.ts +20 -0
  122. package/types/packages/browser-specific/safari/Safari.package.d.ts +5 -0
  123. package/types/packages/browser-specific/safari/Types.d.ts +24 -0
  124. package/types/packages/capabilities/Capabilities.package.d.ts +2 -0
  125. package/types/packages/capabilities/Types.d.ts +1 -1
  126. package/types/packages/container/container-mp4/ContainerMp4.package.d.ts +4 -0
  127. package/types/packages/container/container-ts/ContainerTs.package.d.ts +5 -1
  128. package/types/packages/container/ts-transmuxer/TsTransmuxer.package.d.ts +4 -0
  129. package/types/packages/core/Constants.d.ts +7 -0
  130. package/types/packages/core/Core.package.d.ts +2 -0
  131. package/types/packages/core/Types.d.ts +3 -2
  132. package/types/packages/core/metrics/MetricsAtom.d.ts +1 -1
  133. package/types/packages/{adaptation → core/state}/RingBufferAtom.d.ts +2 -2
  134. package/types/packages/core/state/StateMachineAtom.d.ts +13 -12
  135. package/types/packages/core/state/state-effect/Types.d.ts +2 -2
  136. package/types/packages/core/technology/Types.d.ts +2 -2
  137. package/types/packages/core/utils/ArrayHelper.d.ts +0 -2
  138. package/types/packages/core/utils/DomUtils.d.ts +5 -2
  139. package/types/packages/data/Data.package.d.ts +2 -0
  140. package/types/packages/data/Types.d.ts +7 -1
  141. package/types/packages/event-bus/EventBus.package.d.ts +2 -0
  142. package/types/packages/manifest/dash/DashManifest.package.d.ts +2 -0
  143. package/types/packages/manifest/dash/parsing/DashParsing.package.d.ts +2 -0
  144. package/types/packages/manifest/dash/parsing/Errors.d.ts +1 -1
  145. package/types/packages/manifest/dash/root/Dash.package.d.ts +2 -0
  146. package/types/packages/manifest/dash/root/Types.d.ts +3 -1
  147. package/types/packages/manifest/dash/technology/DashManifestTechnology.package.d.ts +2 -0
  148. package/types/packages/manifest/dash/technology/Types.d.ts +2 -1
  149. package/types/packages/manifest/dash/translation/DashTranslation.package.d.ts +2 -0
  150. package/types/packages/manifest/hls/HlsManifest.package.d.ts +2 -0
  151. package/types/packages/manifest/hls/parsing/Constants.d.ts +47 -0
  152. package/types/packages/manifest/hls/parsing/Errors.d.ts +1 -1
  153. package/types/packages/manifest/hls/parsing/HlsParsing.package.d.ts +2 -0
  154. package/types/packages/manifest/hls/parsing/Types.d.ts +5 -48
  155. package/types/packages/manifest/hls/parsing/m3u8/TranslatorStream.d.ts +1 -0
  156. package/types/packages/manifest/hls/root/Hls.package.d.ts +8 -1
  157. package/types/packages/manifest/hls/technology/HlsManifestTechnology.package.d.ts +2 -0
  158. package/types/packages/manifest/hls/technology/Types.d.ts +2 -1
  159. package/types/packages/manifest/hls/translation/HlsTranslation.package.d.ts +7 -0
  160. package/types/packages/manifest/hls/translation/Types.d.ts +10 -11
  161. package/types/packages/manifest/hls/translation/segments/StreamHelpers.d.ts +14 -0
  162. package/types/packages/manifest/hls/translation/stream/TracksToSelectionGroups.d.ts +6 -0
  163. package/types/packages/manifest/hls/translation/stream/UnknownTrackToMediaTrackTranslator.d.ts +4 -0
  164. package/types/packages/media-state/MediaInfoAtoms.d.ts +18 -0
  165. package/types/packages/media-state/MediaState.d.ts +10 -0
  166. package/types/packages/media-state/MediaState.package.d.ts +24 -0
  167. package/types/packages/media-state/MediaStateAtom.d.ts +16 -0
  168. package/types/packages/media-state/MediaStateTransitionType.d.ts +11 -0
  169. package/types/packages/media-state/SeekRestrictionAtom.d.ts +2 -0
  170. package/types/packages/media-state/Types.d.ts +48 -0
  171. package/types/packages/media-state/controllers/video-element/StaleTransitionTracker.d.ts +10 -0
  172. package/types/packages/media-state/controllers/video-element/Types.d.ts +35 -0
  173. package/types/packages/media-state/controllers/video-element/VideoElementController.package.d.ts +18 -0
  174. package/types/packages/network/HttpRequestMethod.d.ts +5 -0
  175. package/types/packages/network/HttpRequestType.d.ts +11 -0
  176. package/types/packages/network/HttpResponseType.d.ts +7 -0
  177. package/types/packages/network/Network.package.d.ts +2 -0
  178. package/types/packages/network/NetworkAtom.d.ts +15 -0
  179. package/types/packages/network/NetworkTask.d.ts +8 -7
  180. package/types/packages/network/Types.d.ts +17 -26
  181. package/types/packages/platform-detection/PlatformDetection.package.d.ts +6 -0
  182. package/types/packages/platform-detection/SemanticVersion.d.ts +10 -0
  183. package/types/packages/platform-detection/Types.d.ts +11 -0
  184. package/types/packages/platform-detection/browser-detection/BrowserName.d.ts +4 -0
  185. package/types/packages/platform-detection/browser-detection/Types.d.ts +12 -0
  186. package/types/packages/platform-detection/operating-system-detection/OperatingSystemName.d.ts +3 -0
  187. package/types/packages/platform-detection/operating-system-detection/Types.d.ts +12 -0
  188. package/types/packages/platform-detection/platform-detection/PlatformType.d.ts +3 -0
  189. package/types/packages/platform-detection/platform-detection/Types.d.ts +9 -0
  190. package/types/packages/playback/Playback.package.d.ts +2 -0
  191. package/types/packages/playback/play-pause/Types.d.ts +0 -3
  192. package/types/packages/playback/volume/Types.d.ts +2 -4
  193. package/types/packages/playback-api/PlaybackApi.package.d.ts +2 -0
  194. package/types/packages/playback-api/play-pause-api/Types.d.ts +4 -3
  195. package/types/packages/playback-api/playback-api-events/Types.d.ts +11 -8
  196. package/types/packages/playback-api/time-api/Types.d.ts +4 -5
  197. package/types/packages/playback-technology/PlaybackTechnology.package.d.ts +2 -0
  198. package/types/packages/playback-technology/PlaybackTechnologyEntryType.d.ts +4 -0
  199. package/types/packages/playback-technology/Types.d.ts +6 -6
  200. package/types/packages/player-api/PlayerApi.package.d.ts +4 -0
  201. package/types/packages/player-api/PlayerEvent.d.ts +3 -0
  202. package/types/packages/player-api/Types.d.ts +4 -4
  203. package/types/packages/presentation/mse/MsePlayback.package.d.ts +2 -0
  204. package/types/packages/presentation/mse/playback-technology/Types.d.ts +2 -1
  205. package/types/packages/presentation/mse/playback-technology/atoms/MsePresentationStateAtom.d.ts +1 -4
  206. package/types/packages/presentation/mse/presentation/MsePresentation.package.d.ts +6 -2
  207. package/types/packages/presentation/mse/presentation/Types.d.ts +6 -0
  208. package/types/packages/presentation/native/NativePlayback.package.d.ts +3 -2
  209. package/types/packages/presentation/native/playback-technology/Types.d.ts +2 -1
  210. package/types/packages/presentation/native/presentation/NativePresentation.package.d.ts +2 -0
  211. package/types/packages/segment-processing/SegmentProcessing.package.d.ts +4 -1
  212. package/types/packages/segment-processing/SegmentProcessorType.d.ts +7 -0
  213. package/types/packages/segment-processing/Types.d.ts +10 -10
  214. package/types/packages/source/Source.package.d.ts +2 -0
  215. package/types/packages/source/SourceReference.d.ts +1 -1
  216. package/types/packages/source/atoms/PlaybackConfigAtom.d.ts +2 -2
  217. package/types/packages/source/atoms/SourceConfigAtom.d.ts +2 -0
  218. package/types/packages/sources-api/SourcesApi.package.d.ts +2 -0
  219. package/types/packages/sources-api/SourcesApiEvent.d.ts +7 -0
  220. package/types/packages/sources-api/Types.d.ts +4 -8
  221. package/types/packages/stream-data-structure/StreamDataStructure.package.d.ts +2 -0
  222. package/types/packages/stream-data-structure/Types.d.ts +1 -0
  223. package/types/packages/stream-data-structure/segment/Exports.d.ts +3 -3
  224. package/types/packages/stream-data-structure/segment/SegmentAtom.d.ts +11 -2
  225. package/types/packages/stream-data-structure/segment/SegmentDataAtom.d.ts +1 -7
  226. package/types/packages/stream-data-structure/segment/SegmentUtils.d.ts +3 -2
  227. package/types/packages/stream-data-structure/selection-group/SelectionGroupAtom.d.ts +1 -2
  228. package/types/packages/stream-data-structure/track/Exports.d.ts +6 -1
  229. package/types/packages/stream-data-structure/track/TrackAtom.d.ts +19 -4
  230. package/types/packages/stream-data-structure/track/TrackTypeGuards.d.ts +3 -1
  231. package/types/packages/stream-data-structure/track/TypeDetection.d.ts +25 -0
  232. package/types/packages/stream-data-structure/track/TypeDetectionTypeGuards.d.ts +4 -0
  233. package/types/packages/streaming/Streaming.package.d.ts +4 -2
  234. package/types/packages/streaming/Types.d.ts +3 -2
  235. package/types/packages/subtitles/Subtitles.package.d.ts +2 -0
  236. package/types/packages/subtitles/subtitle-api/SubtitleApi.package.d.ts +2 -0
  237. package/types/packages/subtitles/subtitle-api/SubtitleEvent.d.ts +9 -0
  238. package/types/packages/subtitles/subtitle-api/Types.d.ts +3 -9
  239. package/types/packages/subtitles/subtitle-base/SubtitleBase.package.d.ts +2 -0
  240. package/types/packages/subtitles/subtitle-format-detection/SubtitleFormatDetection.package.d.ts +2 -0
  241. package/types/packages/subtitles/subtitle-native-renderer/SubtitleNativeRenderer.package.d.ts +2 -0
  242. package/types/packages/subtitles/webvtt/WebVtt.package.d.ts +2 -0
  243. package/types/packages/trick-play/TrickPlay.package.d.ts +4 -1
  244. package/types/packages/tv/Tv.package.d.ts +2 -0
  245. package/types/packages/ui/Types.d.ts +36 -0
  246. package/types/packages/ui/Ui.package.d.ts +6 -0
  247. package/types/packages/v8-compat/BitmovinUi.package.d.ts +6 -4
  248. package/types/packages/v8-compat/BitmovinV8Core.package.d.ts +18 -4
  249. package/types/packages/v8-compat/BitmovinV8StaticApi.package.d.ts +10 -5
  250. package/types/packages/v8-compat/apis/SourceApis.d.ts +5 -0
  251. package/types/packages/v8-compat/apis/SubtitleApi.d.ts +5 -0
  252. package/types/packages/v8-compat/enums/AdditionalPlayerExportNames.d.ts +9 -0
  253. package/types/packages/v8-compat/enums/PlayerExports.d.ts +0 -7
  254. package/types/packages/v8-compat/event-handling/EventDispatcher.d.ts +11 -0
  255. package/types/packages/v8-compat/source-api/BitmovinSourceApi.package.d.ts +12 -4
  256. package/types/packages/v8-compat/video-element/BitmovinVideoElementUtils.package.d.ts +6 -4
  257. package/types/packages/view-mode/Types.d.ts +4 -6
  258. package/types/packages/view-mode/ViewMode.d.ts +5 -0
  259. package/types/packages/view-mode/ViewMode.package.d.ts +4 -0
  260. package/types/packages/view-mode/ViewModeAtom.d.ts +1 -1
  261. package/types/packages/core/FrameworkError.d.ts +0 -4
  262. package/types/packages/core/network/NetworkAtom.d.ts +0 -21
  263. package/types/packages/playback/playback-state/Types.d.ts +0 -41
  264. package/types/packages/playback/video-element-state/SeekRestrictionAtom.d.ts +0 -2
  265. package/types/packages/playback/video-element-state/Types.d.ts +0 -32
  266. package/types/packages/playback/video-element-state/VideoElementStateAtom.d.ts +0 -58
  267. package/types/packages/presentation/native/Types.d.ts +0 -12
@@ -6,8 +6,14 @@
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 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>
9
+ * <svg aria-roledescription="flowchart-v2" role="graphics-document document" viewBox="-7.5 -8 361.953125 2365" style="max-width: 361.953px; 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="M172.977,2248L172.977,2253.667C172.977,2259.333,172.977,2270.667,172.977,2281.117C172.977,2291.567,172.977,2301.133,172.977,2305.917L172.977,2310.7"/></g><g class="edgeLabels"><g transform="translate(172.9765625, 2282)" 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="2248" width="345.953125" y="8" x="8" ry="0" rx="0" style=""/><g transform="translate(146.4375, 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="2095" width="295.953125" y="8" x="8" ry="0" rx="0" style=""/><g transform="translate(88.375, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 557.5)" data-id="PlatformDetectionPackage" data-node="true" id="flowchart-PlatformDetectionPackage-8" class="node default default flowchart-label"><rect height="33" width="204.4375" y="-16.5" x="-102.21875" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-94.71875, -9)" style="" class="label"><rect/><foreignObject height="18" width="189.4375"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">PlatformDetectionPackage</span></div></foreignObject></g></g><g transform="translate(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 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(155.9765625, 1221.5)" data-id="MediaStatePackage" data-node="true" id="flowchart-MediaStatePackage-16" class="node default default flowchart-label"><rect height="33" width="158.203125" y="-16.5" x="-79.1015625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-71.6015625, -9)" style="" class="label"><rect/><foreignObject height="18" width="143.203125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">MediaStatePackage</span></div></foreignObject></g></g><g transform="translate(155.9765625, 1304.5)" data-id="VideoElementControllerPackage" data-node="true" id="flowchart-VideoElementControllerPackage-17" class="node default default flowchart-label"><rect height="33" width="245.953125" y="-16.5" x="-122.9765625" ry="0" rx="0" style="" class="basic label-container"/><g transform="translate(-115.4765625, -9)" style="" class="label"><rect/><foreignObject height="18" width="230.953125"><div style="display: inline-block; white-space: nowrap;" xmlns="http://www.w3.org/1999/xhtml"><span class="nodeLabel">VideoElementControllerPackage</span></div></foreignObject></g></g><g transform="translate(155.9765625, 1387.5)" data-id="HlsManifestPackage" data-node="true" id="flowchart-HlsManifestPackage-18" 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(155.9765625, 1470.5)" data-id="MsePlaybackPackage" data-node="true" id="flowchart-MsePlaybackPackage-19" 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(155.9765625, 1553.5)" data-id="NativePlaybackPackage" data-node="true" id="flowchart-NativePlaybackPackage-20" 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(155.9765625, 1636.5)" data-id="SourcePackage" data-node="true" id="flowchart-SourcePackage-21" 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(155.9765625, 1719.5)" data-id="SourcesApiPackage" data-node="true" id="flowchart-SourcesApiPackage-22" 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(155.9765625, 1802.5)" data-id="AdaptationPackage" data-node="true" id="flowchart-AdaptationPackage-23" 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(155.9765625, 1885.5)" data-id="PlaybackPackage" data-node="true" id="flowchart-PlaybackPackage-24" 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(155.9765625, 1968.5)" data-id="PlaybackApiPackage" data-node="true" id="flowchart-PlaybackApiPackage-25" 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(155.9765625, 2051.5)" data-id="ViewModePackage" data-node="true" id="flowchart-ViewModePackage-26" 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(180.9765625, 2204.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(172.9765625, 2332.5)" data-id="Hls.bundle" data-node="true" id="flowchart-Hls.bundle-28" 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';
13
13
  export declare function Player(config: PlayerConfig): import("../../framework-types/framework").WithBaseApi<HlsBundleApi>;
14
+
15
+ export declare namespace Player {
16
+ const version: string;
17
+ }
18
+
19
+ export declare const version: string;
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * ## WISH config
9
9
  *
10
- * The `WishConfigAtom` holds the WISH algorithm configuration to tweak desired adaptation
10
+ * The `AdaptationState.config` holds the WISH algorithm configuration to tweak desired adaptation
11
11
  * logic and comprises of the following properties.
12
12
  *
13
13
  * *qualityFunction*
@@ -27,7 +27,14 @@
27
27
  * ### `Adaptation` Package Dependency Graph
28
28
  * <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>
29
29
  */
30
- import type { EmptyObject } from '../../Types';
30
+ import type { EmptyObject } from '../../../framework-types/BaseTypes';
31
31
  import type { AdaptationDependencies, AdaptationExports } from './Types';
32
+ export declare function createAdaptationPackage(): import("../../../framework-types/package-api/Package").Package<AdaptationDependencies, AdaptationExports, EmptyObject>;
32
33
  export declare const AdaptationPackage: import("../../../framework-types/package-api/Package").Package<AdaptationDependencies, AdaptationExports, EmptyObject>;
33
34
  export default AdaptationPackage;
35
+
36
+ export declare namespace createAdaptationPackage {
37
+ const version: string;
38
+ }
39
+
40
+ export declare const version: string;
@@ -0,0 +1,4 @@
1
+ export declare enum AdaptationAlgorithm {
2
+ Wish = "wish",
3
+ Default = "default"
4
+ }
@@ -1,30 +1,27 @@
1
1
  import type { MediaType } from '../core/Constants';
2
2
  import type { MediaTrackAtom } from '../stream-data-structure/track/TrackAtom';
3
3
  import type { ContextWithState } from '../Types';
4
+ import type { StartupQuality } from './Types';
5
+ import type { QualityFunction, WishConfig } from './WishConfigAtom';
4
6
  type AbrAlgorithm = 'wish' | 'default';
5
7
  type AdaptationSuggestion = {
6
8
  [key in MediaType]?: MediaTrackAtom;
7
9
  };
10
+ type AdaptationConfig = WishConfig;
8
11
  export interface AdaptationState {
9
12
  abr: AbrAlgorithm;
10
13
  suggestion: AdaptationSuggestion;
14
+ config: AdaptationConfig;
15
+ startupQuality: StartupQuality | undefined;
11
16
  }
12
- export declare function getDefaultState(baseState?: Partial<AdaptationState>): {
13
- abr: string;
14
- suggestion: AdaptationSuggestion;
15
- };
17
+ export declare function getDefaultState(baseState?: Partial<AdaptationState>): AdaptationState;
16
18
  export type AdaptationStateAtom = ReturnType<typeof createAdaptationStateAtom>;
17
- export declare function createAdaptationStateAtom(context: ContextWithState, baseState?: Partial<AdaptationState>): import("../core/state/Types").StateAtom<{
18
- abr: string;
19
- suggestion: AdaptationSuggestion;
20
- }, {
21
- setAbr: (_logger: {
22
- abr: string;
23
- suggestion: AdaptationSuggestion;
24
- }, state: AdaptationState, abr: AbrAlgorithm) => boolean;
25
- setSuggestion: (_logger: {
26
- abr: string;
27
- suggestion: AdaptationSuggestion;
28
- }, state: AdaptationState, suggestion: AdaptationSuggestion) => boolean;
19
+ export declare function createAdaptationStateAtom(context: ContextWithState, baseState?: Partial<AdaptationState>): import("../core/state/Types").StateAtom<AdaptationState, {
20
+ setAbr: (state: AdaptationState, abr: AbrAlgorithm) => boolean;
21
+ setSuggestion: (state: AdaptationState, suggestion: AdaptationSuggestion) => boolean;
22
+ setXi: (state: AdaptationState, xi: number) => boolean;
23
+ setDelta: (state: AdaptationState, delta: number) => boolean;
24
+ setQualityFunction: (state: AdaptationState, qualityFunction: QualityFunction) => boolean;
25
+ setStartupQuality: (state: AdaptationState, startupQuality: StartupQuality | undefined) => boolean;
29
26
  }>;
30
27
  export {};
@@ -0,0 +1,12 @@
1
+ import type { EmptyObject } from '../../../framework-types/BaseTypes';
2
+ import type { CoreEffects, CoreStateAtoms } from '../core/Types';
3
+ import { CoreExportNames } from '../core/Types';
4
+ import type { AdaptationExports } from './Types';
5
+ type NoAdaptationPackageDependencies = {
6
+ [CoreExportNames.CoreEffects]: CoreEffects;
7
+ [CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
8
+ };
9
+ export declare const NoAdaptationPackage: import("../../../framework-types/package-api/Package").Package<NoAdaptationPackageDependencies, AdaptationExports, EmptyObject>;
10
+ export default NoAdaptationPackage;
11
+
12
+ export declare const version: string;
@@ -0,0 +1,5 @@
1
+ export declare enum StartupQuality {
2
+ Lowest = "lowest",
3
+ Middle = "middle",
4
+ Highest = "highest"
5
+ }
@@ -1,7 +1,10 @@
1
1
  import type { ContextHaving, ContextUsing } from '../../../framework-types/execution-context/Types';
2
+ import type { BundleExportNames, PlayerConfig } from '../../bundles/Types';
3
+ import type { Constants } from '../core/Constants';
2
4
  import type { MetricsAtom } from '../core/metrics/MetricsAtom';
3
5
  import type { StoreEffectFactory } from '../core/state/StoreEffectFactory';
4
6
  import type { CoreEffects, CoreExportNames, CoreStateAtoms } from '../core/Types';
7
+ import type { MediaStatePackageExports } from '../media-state/Types';
5
8
  import type { SourceStateAtom } from '../source/atoms/SourceStateAtom';
6
9
  import type { SourceExportNames } from '../source/Types';
7
10
  import type { StreamDataStructureSegments } from '../stream-data-structure/segment/Exports';
@@ -11,27 +14,44 @@ import type { StreamingState } from '../streaming/Types';
11
14
  import type { ContextWithState } from '../Types';
12
15
  import type { AdaptationStateAtom } from './AdaptationStateAtom';
13
16
  import type { AdaptationTask } from './AdaptationTask';
14
- import type { WishConfigAtom } from './WishConfigAtom';
17
+ import type { StartupQuality } from './StartupQuality';
18
+ import type { QualityFunction, WishConfig } from './WishConfigAtom';
15
19
  import type { WishDataAtom } from './WishDataAtom';
20
+ export type { AdaptationAlgorithm } from './AdaptationAlgorithm';
21
+ export type { StartupQuality } from './StartupQuality';
22
+ export type AdaptationInitialConfig = Partial<WishConfig> & {
23
+ startupQuality?: StartupQuality;
24
+ };
25
+ export type AdaptationApi = {
26
+ adaptation: {
27
+ setXi(xi: number): void;
28
+ setDelta(delta: number): void;
29
+ setQualityFunction(qualityFunction: QualityFunction): void;
30
+ setStartupQuality(startupQuality: StartupQuality | undefined): void;
31
+ };
32
+ };
16
33
  export declare enum AdaptationExportNames {
17
34
  ShouldCancel = "should-cancel",
18
35
  Select = "select",
19
36
  Metrics = "metrics",
20
- AdaptationTask = "adaptation-task"
37
+ AdaptationTask = "adaptation-task",
38
+ AdaptationStateAtom = "adaptation-state-atom"
21
39
  }
22
40
  export type AdaptationExports = {
23
41
  [AdaptationExportNames.ShouldCancel]: () => boolean;
24
42
  [AdaptationExportNames.Select]: (tracks: readonly MediaTrackAtom[]) => MediaTrackAtom;
25
43
  [AdaptationExportNames.Metrics]: MetricsAtom;
26
44
  [AdaptationExportNames.AdaptationTask]: typeof AdaptationTask;
45
+ [AdaptationExportNames.AdaptationStateAtom]: AdaptationStateAtom;
27
46
  };
28
47
  export type AdaptationDependencies = {
29
48
  [CoreExportNames.CoreEffects]: CoreEffects;
49
+ [CoreExportNames.Constants]: Constants;
30
50
  [SourceExportNames.SourceState]: SourceStateAtom;
31
51
  [CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
32
- } & StreamDataStructureSegments & StreamDataStructureTracks & StreamingState;
52
+ [BundleExportNames.PlayerConfig]: PlayerConfig;
53
+ } & StreamDataStructureSegments & StreamDataStructureTracks & StreamingState & MediaStatePackageExports;
33
54
  export type AdaptationPackageContext = ContextUsing<[
34
55
  StoreEffectFactory<'adaptationData', WishDataAtom>,
35
- StoreEffectFactory<'wishConfig', WishConfigAtom>,
36
56
  StoreEffectFactory<'adaptationState', AdaptationStateAtom>
37
57
  ], ContextHaving<AdaptationDependencies, AdaptationExports, ContextWithState>>;
@@ -1,4 +1,4 @@
1
- import type { ContextWithState } from '../Types';
1
+ import type { LoggerEffect } from '../../../framework-types/effects/LoggerEffect';
2
2
  export declare enum QualityFunction {
3
3
  Linear = "linear",
4
4
  Logarithmic = "logarithmic"
@@ -13,25 +13,6 @@ export declare function getDefaultConfig(baseConfig?: Partial<WishConfig>): {
13
13
  delta: number;
14
14
  qualityFunction: QualityFunction;
15
15
  };
16
- export type WishConfigAtom = ReturnType<typeof createWishConfigAtom>;
17
- export declare function createWishConfigAtom(context: ContextWithState, baseConfig?: Partial<WishConfig>): import("../core/state/Types").StateAtom<{
18
- xi: number;
19
- delta: number;
20
- qualityFunction: QualityFunction;
21
- }, {
22
- setXi: (config: {
23
- xi: number;
24
- delta: number;
25
- qualityFunction: QualityFunction;
26
- }, xi: number) => boolean;
27
- setDelta: (config: {
28
- xi: number;
29
- delta: number;
30
- qualityFunction: QualityFunction;
31
- }, delta: number) => boolean;
32
- setQualityFunction: (config: {
33
- xi: number;
34
- delta: number;
35
- qualityFunction: QualityFunction;
36
- }, qualityFunction: QualityFunction) => boolean;
37
- }>;
16
+ export declare function setXi(logger: LoggerEffect, config: WishConfig, xi: number): boolean;
17
+ export declare function setDelta(logger: LoggerEffect, config: WishConfig, delta: number): boolean;
18
+ export declare function setQualityFunction(logger: LoggerEffect, config: WishConfig, qualityFunction: QualityFunction): boolean;
@@ -1,5 +1,12 @@
1
+ import type { ContextHaving } from '../../../framework-types/execution-context/Types';
2
+ import type { EmptyObject } from '../../Types';
3
+ import type { RingBufferAtom } from '../core/state/RingBufferAtom';
4
+ import type { CoreStateAtoms } from '../core/Types';
5
+ import { CoreExportNames } from '../core/Types';
1
6
  import type { ContextWithState } from '../Types';
2
- import type { RingBufferAtom } from './RingBufferAtom';
7
+ type WishDataAtomContext = ContextHaving<{
8
+ [CoreExportNames.CoreStateAtoms]: CoreStateAtoms;
9
+ }, EmptyObject, ContextWithState>;
3
10
  interface WishData {
4
11
  weights: [number, number, number];
5
12
  selectedQualityHistory: RingBufferAtom<number>;
@@ -7,7 +14,7 @@ interface WishData {
7
14
  declare function setWeights(data: WishData, weights: WishData['weights']): boolean;
8
15
  declare function updateHistory(data: WishData, selectedQuality: number): boolean;
9
16
  export type WishDataAtom = ReturnType<typeof createWishDataAtom>;
10
- export declare function createWishDataAtom(context: ContextWithState): import("../core/state/Types").StateAtom<WishData, {
17
+ export declare function createWishDataAtom(context: WishDataAtomContext): import("../core/state/Types").StateAtom<WishData, {
11
18
  setWeights: typeof setWeights;
12
19
  updateHistory: typeof updateHistory;
13
20
  }>;
@@ -2,7 +2,7 @@
2
2
  * @packageDocumentation Advertising.package
3
3
  *
4
4
  * Bundle package that composes the three advertising sub-packages:
5
- * - AdvertisingBase: state atoms for ad breaks, active ads, etc.
5
+ * - AdvertisingBase: state atoms for ad pods, active ads, etc.
6
6
  * - AdvertisingApi: public API (schedule, discard, list, skip, events)
7
7
  * - AdvertisingBitmovin: VAST/VMAP fetching, scheduling, and playback
8
8
  *
@@ -12,3 +12,5 @@
12
12
  import type { EmptyObject } from '../../../framework-types/BaseTypes';
13
13
  export declare const BitmovinAdvertisingBundlePackage: import("../../../framework-types/package-api/Package").Package<EmptyObject, EmptyObject, EmptyObject>;
14
14
  export default BitmovinAdvertisingBundlePackage;
15
+
16
+ export declare const version: string;
@@ -2,7 +2,7 @@
2
2
  * @packageDocumentation AdvertisingApi.package
3
3
  *
4
4
  * Advertising API package exposes the advertising API on the source API,
5
- * including schedule, discardAdBreak, list, skip, active state, and event bus.
5
+ * including schedule, discardAdPod, list, skip, active state, and event bus.
6
6
  *
7
7
  * ### `AdvertisingApi` Package Dependency Graph
8
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>
@@ -10,3 +10,5 @@
10
10
  import type { EmptyObject } from '../../../../framework-types/BaseTypes';
11
11
  export declare const AdvertisingApiPackage: import("../../../../framework-types/package-api/Package").Package<EmptyObject, EmptyObject, EmptyObject>;
12
12
  export default AdvertisingApiPackage;
13
+
14
+ export declare const version: string;
@@ -1,24 +1,44 @@
1
- import type { AdQuartile } from '../base/Types';
2
- import type { Ad, AdBreak } from './Types';
1
+ import type { EventBase } from '../../event-bus/Types';
2
+ import type { AdQuartile } from '../base/AdQuartile';
3
+ import type { Ad, AdBreak, AdPod } from './Types';
3
4
  export declare enum AdvertisingEvent {
5
+ AdBreakAdded = "ad-break-added",
6
+ AdBreakChanged = "ad-break-changed",
7
+ AdBreakRemoved = "ad-break-removed",
4
8
  AdBreakStarted = "ad-break-started",
5
9
  AdBreakError = "ad-break-error",
6
10
  AdBreakFinished = "ad-break-finished",
11
+ AdPodAdded = "ad-pod-added",
12
+ AdPodRemoved = "ad-pod-removed",
13
+ AdPodLoaded = "ad-pod-loaded",
14
+ AdPodStarted = "ad-pod-started",
15
+ AdPodError = "ad-pod-error",
16
+ AdPodFinished = "ad-pod-finished",
7
17
  AdStarted = "ad-started",
8
18
  AdFinished = "ad-finished",
9
- AdSkippable = "ad-skippable",
19
+ AdSkippableStateChanged = "ad-skippable-state-changed",
10
20
  AdSkipped = "ad-skipped",
11
21
  AdError = "ad-error",
12
22
  AdClicked = "ad-clicked",
13
- AdQuartile = "ad-quartile"
23
+ AdQuartile = "ad-quartile",
24
+ AdPlaying = "ad-playing",
25
+ AdPaused = "ad-paused",
26
+ AdProgress = "ad-progress",
27
+ AdVolumeChanged = "ad-volume-changed"
14
28
  }
15
- export type AdBreakEvent = {
29
+ export type AdBreakEvent = EventBase & {
16
30
  adBreak: AdBreak;
17
31
  };
18
32
  export type AdBreakErrorEvent = AdBreakEvent & {
19
33
  error: Error;
20
34
  };
21
- export type AdEvent = AdBreakEvent & {
35
+ export type AdPodEvent = EventBase & {
36
+ adPod: AdPod;
37
+ };
38
+ export type AdPodErrorEvent = AdPodEvent & {
39
+ error: Error;
40
+ };
41
+ export type AdEvent = AdPodEvent & {
22
42
  ad: Ad;
23
43
  };
24
44
  export type AdErrorEvent = AdEvent & {
@@ -30,15 +50,35 @@ export type AdQuartileEvent = AdEvent & {
30
50
  export type AdClickedEvent = AdEvent & {
31
51
  clickThroughUrl: string;
32
52
  };
53
+ export type AdProgressEvent = AdEvent & {
54
+ currentTime: number;
55
+ duration: number;
56
+ };
57
+ export type AdVolumeChangedEvent = AdEvent & {
58
+ volume: number;
59
+ };
33
60
  export type AdvertisingEventMap = {
61
+ [AdvertisingEvent.AdBreakAdded]: AdBreakEvent;
62
+ [AdvertisingEvent.AdBreakChanged]: AdBreakEvent;
63
+ [AdvertisingEvent.AdBreakRemoved]: AdBreakEvent;
34
64
  [AdvertisingEvent.AdBreakStarted]: AdBreakEvent;
35
65
  [AdvertisingEvent.AdBreakError]: AdBreakErrorEvent;
36
66
  [AdvertisingEvent.AdBreakFinished]: AdBreakEvent;
67
+ [AdvertisingEvent.AdPodAdded]: AdPodEvent;
68
+ [AdvertisingEvent.AdPodRemoved]: AdPodEvent;
69
+ [AdvertisingEvent.AdPodLoaded]: AdPodEvent;
70
+ [AdvertisingEvent.AdPodStarted]: AdPodEvent;
71
+ [AdvertisingEvent.AdPodError]: AdPodErrorEvent;
72
+ [AdvertisingEvent.AdPodFinished]: AdPodEvent;
37
73
  [AdvertisingEvent.AdStarted]: AdEvent;
38
74
  [AdvertisingEvent.AdFinished]: AdEvent;
39
- [AdvertisingEvent.AdSkippable]: AdEvent;
75
+ [AdvertisingEvent.AdSkippableStateChanged]: AdEvent;
40
76
  [AdvertisingEvent.AdSkipped]: AdEvent;
41
77
  [AdvertisingEvent.AdError]: AdErrorEvent;
42
78
  [AdvertisingEvent.AdClicked]: AdClickedEvent;
43
79
  [AdvertisingEvent.AdQuartile]: AdQuartileEvent;
80
+ [AdvertisingEvent.AdPlaying]: AdEvent;
81
+ [AdvertisingEvent.AdPaused]: AdEvent;
82
+ [AdvertisingEvent.AdProgress]: AdProgressEvent;
83
+ [AdvertisingEvent.AdVolumeChanged]: AdVolumeChangedEvent;
44
84
  };