react-native-theoplayer 3.9.2 → 3.10.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 (689) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/android/build.gradle +8 -8
  3. package/android/src/main/java/com/theoplayer/presentation/PresentationManager.kt +7 -0
  4. package/android/src/main/java/com/theoplayer/source/SourceAdapter.kt +2 -0
  5. package/ios/THEOplayerRCTPlayerAPI.swift +2 -2
  6. package/ios/ads/THEOplayerRCTAdsAPI+DAI.swift +8 -8
  7. package/ios/ads/THEOplayerRCTAdsAPI.swift +12 -12
  8. package/ios/backgroundAudio/THEOplayerRCTNowPlayingManager.swift +12 -3
  9. package/ios/casting/THEOplayerRCTCastAPI+Airplay.swift +8 -8
  10. package/ios/casting/THEOplayerRCTCastAPI+Chromecast.swift +12 -12
  11. package/ios/casting/THEOplayerRCTCastAPI.swift +2 -2
  12. package/lib/commonjs/api/THEOplayerView.js.map +1 -1
  13. package/lib/commonjs/api/abr/ABRConfiguration.js.map +1 -1
  14. package/lib/commonjs/api/abr/barrel.js.map +1 -1
  15. package/lib/commonjs/api/ads/Ad.js.map +1 -1
  16. package/lib/commonjs/api/ads/AdBreak.js.map +1 -1
  17. package/lib/commonjs/api/ads/AdsAPI.js.map +1 -1
  18. package/lib/commonjs/api/ads/AdsConfiguration.js.map +1 -1
  19. package/lib/commonjs/api/ads/CompanionAd.js.map +1 -1
  20. package/lib/commonjs/api/ads/GoogleDai.js.map +1 -1
  21. package/lib/commonjs/api/ads/GoogleImaAd.js.map +1 -1
  22. package/lib/commonjs/api/ads/GoogleImaConfiguration.js.map +1 -1
  23. package/lib/commonjs/api/ads/barrel.js.map +1 -1
  24. package/lib/commonjs/api/backgroundAudio/BackgroundAudioConfiguration.js.map +1 -1
  25. package/lib/commonjs/api/backgroundAudio/barrel.js.map +1 -1
  26. package/lib/commonjs/api/barrel.js.map +1 -1
  27. package/lib/commonjs/api/broadcast/EventBroadcastAPI.js.map +1 -1
  28. package/lib/commonjs/api/broadcast/barrel.js.map +1 -1
  29. package/lib/commonjs/api/cache/CachingPreferredTrackSelection.js.map +1 -1
  30. package/lib/commonjs/api/cache/CachingTask.js.map +1 -1
  31. package/lib/commonjs/api/cache/CachingTaskLicense.js.map +1 -1
  32. package/lib/commonjs/api/cache/CachingTaskList.js.map +1 -1
  33. package/lib/commonjs/api/cache/CachingTaskParameters.js.map +1 -1
  34. package/lib/commonjs/api/cache/MediaCacheAPI.js.map +1 -1
  35. package/lib/commonjs/api/cache/barrel.js.map +1 -1
  36. package/lib/commonjs/api/cache/events/CacheEvent.js.map +1 -1
  37. package/lib/commonjs/api/cache/events/CachingTaskEvent.js.map +1 -1
  38. package/lib/commonjs/api/cache/events/barrel.js.map +1 -1
  39. package/lib/commonjs/api/cache/hooks/barrel.js.map +1 -1
  40. package/lib/commonjs/api/cache/hooks/useCachingTaskList.js +1 -2
  41. package/lib/commonjs/api/cache/hooks/useCachingTaskList.js.map +1 -1
  42. package/lib/commonjs/api/cache/hooks/useCachingTaskProgress.js +1 -2
  43. package/lib/commonjs/api/cache/hooks/useCachingTaskProgress.js.map +1 -1
  44. package/lib/commonjs/api/cache/hooks/useCachingTaskStatus.js +1 -2
  45. package/lib/commonjs/api/cache/hooks/useCachingTaskStatus.js.map +1 -1
  46. package/lib/commonjs/api/cast/Airplay.js.map +1 -1
  47. package/lib/commonjs/api/cast/CastAPI.js.map +1 -1
  48. package/lib/commonjs/api/cast/CastConfiguration.js.map +1 -1
  49. package/lib/commonjs/api/cast/CastState.js.map +1 -1
  50. package/lib/commonjs/api/cast/Chromecast.js.map +1 -1
  51. package/lib/commonjs/api/cast/barrel.js.map +1 -1
  52. package/lib/commonjs/api/config/PlayerConfiguration.js.map +1 -1
  53. package/lib/commonjs/api/config/barrel.js.map +1 -1
  54. package/lib/commonjs/api/drm/ContentProtectionAPI.js.map +1 -1
  55. package/lib/commonjs/api/drm/ContentProtectionIntegration.js.map +1 -1
  56. package/lib/commonjs/api/drm/ContentProtectionIntegrationFactory.js.map +1 -1
  57. package/lib/commonjs/api/drm/ContentProtectionRequest.js.map +1 -1
  58. package/lib/commonjs/api/drm/ContentProtectionResponse.js.map +1 -1
  59. package/lib/commonjs/api/drm/barrel.js.map +1 -1
  60. package/lib/commonjs/api/error/ChromecastError.js.map +1 -1
  61. package/lib/commonjs/api/error/PlayerError.js.map +1 -1
  62. package/lib/commonjs/api/error/barrel.js.map +1 -1
  63. package/lib/commonjs/api/event/AdEvent.js.map +1 -1
  64. package/lib/commonjs/api/event/CastEvent.js.map +1 -1
  65. package/lib/commonjs/api/event/Event.js.map +1 -1
  66. package/lib/commonjs/api/event/EventDispatcher.js.map +1 -1
  67. package/lib/commonjs/api/event/EventListener.js.map +1 -1
  68. package/lib/commonjs/api/event/PlayerEvent.js.map +1 -1
  69. package/lib/commonjs/api/event/TrackEvent.js.map +1 -1
  70. package/lib/commonjs/api/event/barrel.js.map +1 -1
  71. package/lib/commonjs/api/media/MediaControlConfiguration.js.map +1 -1
  72. package/lib/commonjs/api/media/barrel.js.map +1 -1
  73. package/lib/commonjs/api/pip/PiPConfiguration.js.map +1 -1
  74. package/lib/commonjs/api/pip/barrel.js.map +1 -1
  75. package/lib/commonjs/api/player/PlayerEventMap.js.map +1 -1
  76. package/lib/commonjs/api/player/PlayerVersion.js.map +1 -1
  77. package/lib/commonjs/api/player/THEOplayer.js.map +1 -1
  78. package/lib/commonjs/api/player/barrel.js.map +1 -1
  79. package/lib/commonjs/api/presentation/PresentationMode.js.map +1 -1
  80. package/lib/commonjs/api/presentation/barrel.js.map +1 -1
  81. package/lib/commonjs/api/source/SourceDescription.js.map +1 -1
  82. package/lib/commonjs/api/source/ads/Ads.js.map +1 -1
  83. package/lib/commonjs/api/source/ads/FreeWheelAdDescription.js.map +1 -1
  84. package/lib/commonjs/api/source/ads/IMAAdDescription.js.map +1 -1
  85. package/lib/commonjs/api/source/ads/SpotXAdDescription.js.map +1 -1
  86. package/lib/commonjs/api/source/ads/THEOplayerAdDescription.js.map +1 -1
  87. package/lib/commonjs/api/source/ads/barrel.js.map +1 -1
  88. package/lib/commonjs/api/source/ads/ssai/GoogleDAIConfiguration.js.map +1 -1
  89. package/lib/commonjs/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js.map +1 -1
  90. package/lib/commonjs/api/source/ads/ssai/ServerSideAdInsertionConfiguration.js.map +1 -1
  91. package/lib/commonjs/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js.map +1 -1
  92. package/lib/commonjs/api/source/ads/ssai/barrel.js.map +1 -1
  93. package/lib/commonjs/api/source/analytics/AnalyticsDescription.js.map +1 -1
  94. package/lib/commonjs/api/source/analytics/barrel.js.map +1 -1
  95. package/lib/commonjs/api/source/barrel.js.map +1 -1
  96. package/lib/commonjs/api/source/dash/DashPlaybackConfiguration.js.map +1 -1
  97. package/lib/commonjs/api/source/dash/barrel.js.map +1 -1
  98. package/lib/commonjs/api/source/drm/DRMConfiguration.js.map +1 -1
  99. package/lib/commonjs/api/source/drm/barrel.js.map +1 -1
  100. package/lib/commonjs/api/source/hls/HlsPlaybackConfiguration.js.map +1 -1
  101. package/lib/commonjs/api/source/hls/barrel.js.map +1 -1
  102. package/lib/commonjs/api/source/metadata/MetadataDescription.js.map +1 -1
  103. package/lib/commonjs/api/source/metadata/barrel.js.map +1 -1
  104. package/lib/commonjs/api/timeranges/TimeRange.js.map +1 -1
  105. package/lib/commonjs/api/timeranges/barrel.js.map +1 -1
  106. package/lib/commonjs/api/track/DateRangeCue.js.map +1 -1
  107. package/lib/commonjs/api/track/MediaTrack.js.map +1 -1
  108. package/lib/commonjs/api/track/Quality.js.map +1 -1
  109. package/lib/commonjs/api/track/TextTrack.js.map +1 -1
  110. package/lib/commonjs/api/track/TextTrackCue.js.map +1 -1
  111. package/lib/commonjs/api/track/TextTrackStyle.js.map +1 -1
  112. package/lib/commonjs/api/track/Track.js +1 -1
  113. package/lib/commonjs/api/track/Track.js.map +1 -1
  114. package/lib/commonjs/api/track/barrel.js.map +1 -1
  115. package/lib/commonjs/api/ui/UIConfiguration.js.map +1 -1
  116. package/lib/commonjs/api/ui/barrel.js.map +1 -1
  117. package/lib/commonjs/api/utils/RetryConfiguration.js.map +1 -1
  118. package/lib/commonjs/api/utils/TypeUtils.js.map +1 -1
  119. package/lib/commonjs/api/utils/barrel.js.map +1 -1
  120. package/lib/commonjs/index.js.map +1 -1
  121. package/lib/commonjs/internal/THEOplayerView.js +133 -140
  122. package/lib/commonjs/internal/THEOplayerView.js.map +1 -1
  123. package/lib/commonjs/internal/THEOplayerView.style.js.map +1 -1
  124. package/lib/commonjs/internal/THEOplayerView.web.js +6 -8
  125. package/lib/commonjs/internal/THEOplayerView.web.js.map +1 -1
  126. package/lib/commonjs/internal/adapter/NativePlayerState.js.map +1 -1
  127. package/lib/commonjs/internal/adapter/THEOplayerAdapter.js +139 -151
  128. package/lib/commonjs/internal/adapter/THEOplayerAdapter.js.map +1 -1
  129. package/lib/commonjs/internal/adapter/THEOplayerWebAdapter.js +34 -55
  130. package/lib/commonjs/internal/adapter/THEOplayerWebAdapter.js.map +1 -1
  131. package/lib/commonjs/internal/adapter/WebEventForwarder.js +178 -186
  132. package/lib/commonjs/internal/adapter/WebEventForwarder.js.map +1 -1
  133. package/lib/commonjs/internal/adapter/abr/AbrAdapter.js +0 -6
  134. package/lib/commonjs/internal/adapter/abr/AbrAdapter.js.map +1 -1
  135. package/lib/commonjs/internal/adapter/ads/THEOplayerNativeAdsAdapter.js +0 -4
  136. package/lib/commonjs/internal/adapter/ads/THEOplayerNativeAdsAdapter.js.map +1 -1
  137. package/lib/commonjs/internal/adapter/ads/THEOplayerNativeGoogleDAI.js.map +1 -1
  138. package/lib/commonjs/internal/adapter/ads/THEOplayerWebAdsAdapter.js +7 -19
  139. package/lib/commonjs/internal/adapter/ads/THEOplayerWebAdsAdapter.js.map +1 -1
  140. package/lib/commonjs/internal/adapter/ads/THEOplayerWebGoogleDAI.js.map +1 -1
  141. package/lib/commonjs/internal/adapter/broadcast/EventBroadcastAdapter.js.map +1 -1
  142. package/lib/commonjs/internal/adapter/broadcast/EventBroadcastAdapter.web.js +1 -1
  143. package/lib/commonjs/internal/adapter/broadcast/EventBroadcastAdapter.web.js.map +1 -1
  144. package/lib/commonjs/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js +8 -14
  145. package/lib/commonjs/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js.map +1 -1
  146. package/lib/commonjs/internal/adapter/cast/THEOplayerNativeAirplay.js +8 -12
  147. package/lib/commonjs/internal/adapter/cast/THEOplayerNativeAirplay.js.map +1 -1
  148. package/lib/commonjs/internal/adapter/cast/THEOplayerNativeCastAdapter.js +4 -12
  149. package/lib/commonjs/internal/adapter/cast/THEOplayerNativeCastAdapter.js.map +1 -1
  150. package/lib/commonjs/internal/adapter/cast/THEOplayerNativeChromecast.js +8 -13
  151. package/lib/commonjs/internal/adapter/cast/THEOplayerNativeChromecast.js.map +1 -1
  152. package/lib/commonjs/internal/adapter/cast/THEOplayerWebCastAdapter.js +3 -10
  153. package/lib/commonjs/internal/adapter/cast/THEOplayerWebCastAdapter.js.map +1 -1
  154. package/lib/commonjs/internal/adapter/event/BaseEvent.js +1 -2
  155. package/lib/commonjs/internal/adapter/event/BaseEvent.js.map +1 -1
  156. package/lib/commonjs/internal/adapter/event/DefaultEventDispatcher.js +8 -14
  157. package/lib/commonjs/internal/adapter/event/DefaultEventDispatcher.js.map +1 -1
  158. package/lib/commonjs/internal/adapter/event/PlayerEvents.js +0 -6
  159. package/lib/commonjs/internal/adapter/event/PlayerEvents.js.map +1 -1
  160. package/lib/commonjs/internal/adapter/event/native/NativeAdEvent.js.map +1 -1
  161. package/lib/commonjs/internal/adapter/event/native/NativeCastEvent.js.map +1 -1
  162. package/lib/commonjs/internal/adapter/event/native/NativePlayerEvent.js.map +1 -1
  163. package/lib/commonjs/internal/adapter/event/native/NativeTrackEvent.js.map +1 -1
  164. package/lib/commonjs/internal/adapter/track/TextTrackStyleAdapter.js +10 -13
  165. package/lib/commonjs/internal/adapter/track/TextTrackStyleAdapter.js.map +1 -1
  166. package/lib/commonjs/internal/adapter/web/FullscreenAPI.js.map +1 -1
  167. package/lib/commonjs/internal/adapter/web/TrackUtils.js.map +1 -1
  168. package/lib/commonjs/internal/adapter/web/WebMediaSession.js +68 -80
  169. package/lib/commonjs/internal/adapter/web/WebMediaSession.js.map +1 -1
  170. package/lib/commonjs/internal/adapter/web/WebPresentationModeManager.js +22 -31
  171. package/lib/commonjs/internal/adapter/web/WebPresentationModeManager.js.map +1 -1
  172. package/lib/commonjs/internal/cache/MediaCache.js +59 -62
  173. package/lib/commonjs/internal/cache/MediaCache.js.map +1 -1
  174. package/lib/commonjs/internal/cache/MediaCache.web.js +14 -17
  175. package/lib/commonjs/internal/cache/MediaCache.web.js.map +1 -1
  176. package/lib/commonjs/internal/cache/NativeCachingTaskAdapter.js +0 -14
  177. package/lib/commonjs/internal/cache/NativeCachingTaskAdapter.js.map +1 -1
  178. package/lib/commonjs/internal/cache/NativeCachingTaskParametersAdapter.js +2 -3
  179. package/lib/commonjs/internal/cache/NativeCachingTaskParametersAdapter.js.map +1 -1
  180. package/lib/commonjs/internal/cache/WebCachingTaskAdapter.js.map +1 -1
  181. package/lib/commonjs/internal/drm/ContentProtectionRegistry.js +132 -138
  182. package/lib/commonjs/internal/drm/ContentProtectionRegistry.js.map +1 -1
  183. package/lib/commonjs/internal/drm/ContentProtectionRegistry.web.js.map +1 -1
  184. package/lib/commonjs/internal/drm/NativeCertificateRequest.js.map +1 -1
  185. package/lib/commonjs/internal/drm/NativeCertificateResponse.js.map +1 -1
  186. package/lib/commonjs/internal/drm/NativeContentProtectionEvent.js.map +1 -1
  187. package/lib/commonjs/internal/drm/NativeLicenseRequest.js.map +1 -1
  188. package/lib/commonjs/internal/drm/NativeLicenseResponse.js.map +1 -1
  189. package/lib/commonjs/internal/utils/CommonUtils.js.map +1 -1
  190. package/lib/commonjs/internal/utils/Dimensions.js.map +1 -1
  191. package/lib/commonjs/internal/utils/TypeUtils.js.map +1 -1
  192. package/lib/commonjs/internal/utils/arrayUtil.js.map +1 -1
  193. package/lib/commonjs/web/platform/browser.d.js.map +1 -1
  194. package/lib/module/api/THEOplayerView.js.map +1 -1
  195. package/lib/module/api/abr/ABRConfiguration.js.map +1 -1
  196. package/lib/module/api/abr/barrel.js.map +1 -1
  197. package/lib/module/api/ads/Ad.js.map +1 -1
  198. package/lib/module/api/ads/AdBreak.js.map +1 -1
  199. package/lib/module/api/ads/AdsAPI.js.map +1 -1
  200. package/lib/module/api/ads/AdsConfiguration.js.map +1 -1
  201. package/lib/module/api/ads/CompanionAd.js.map +1 -1
  202. package/lib/module/api/ads/GoogleDai.js.map +1 -1
  203. package/lib/module/api/ads/GoogleImaAd.js.map +1 -1
  204. package/lib/module/api/ads/GoogleImaConfiguration.js.map +1 -1
  205. package/lib/module/api/ads/barrel.js.map +1 -1
  206. package/lib/module/api/backgroundAudio/BackgroundAudioConfiguration.js.map +1 -1
  207. package/lib/module/api/backgroundAudio/barrel.js.map +1 -1
  208. package/lib/module/api/barrel.js.map +1 -1
  209. package/lib/module/api/broadcast/EventBroadcastAPI.js.map +1 -1
  210. package/lib/module/api/broadcast/barrel.js.map +1 -1
  211. package/lib/module/api/cache/CachingPreferredTrackSelection.js.map +1 -1
  212. package/lib/module/api/cache/CachingTask.js.map +1 -1
  213. package/lib/module/api/cache/CachingTaskLicense.js.map +1 -1
  214. package/lib/module/api/cache/CachingTaskList.js.map +1 -1
  215. package/lib/module/api/cache/CachingTaskParameters.js.map +1 -1
  216. package/lib/module/api/cache/MediaCacheAPI.js.map +1 -1
  217. package/lib/module/api/cache/barrel.js.map +1 -1
  218. package/lib/module/api/cache/events/CacheEvent.js.map +1 -1
  219. package/lib/module/api/cache/events/CachingTaskEvent.js.map +1 -1
  220. package/lib/module/api/cache/events/barrel.js.map +1 -1
  221. package/lib/module/api/cache/hooks/barrel.js.map +1 -1
  222. package/lib/module/api/cache/hooks/useCachingTaskList.js +1 -2
  223. package/lib/module/api/cache/hooks/useCachingTaskList.js.map +1 -1
  224. package/lib/module/api/cache/hooks/useCachingTaskProgress.js +1 -2
  225. package/lib/module/api/cache/hooks/useCachingTaskProgress.js.map +1 -1
  226. package/lib/module/api/cache/hooks/useCachingTaskStatus.js +1 -2
  227. package/lib/module/api/cache/hooks/useCachingTaskStatus.js.map +1 -1
  228. package/lib/module/api/cast/Airplay.js.map +1 -1
  229. package/lib/module/api/cast/CastAPI.js.map +1 -1
  230. package/lib/module/api/cast/CastConfiguration.js.map +1 -1
  231. package/lib/module/api/cast/CastState.js.map +1 -1
  232. package/lib/module/api/cast/Chromecast.js.map +1 -1
  233. package/lib/module/api/cast/barrel.js.map +1 -1
  234. package/lib/module/api/config/PlayerConfiguration.js.map +1 -1
  235. package/lib/module/api/config/barrel.js.map +1 -1
  236. package/lib/module/api/drm/ContentProtectionAPI.js.map +1 -1
  237. package/lib/module/api/drm/ContentProtectionIntegration.js.map +1 -1
  238. package/lib/module/api/drm/ContentProtectionIntegrationFactory.js.map +1 -1
  239. package/lib/module/api/drm/ContentProtectionRequest.js.map +1 -1
  240. package/lib/module/api/drm/ContentProtectionResponse.js.map +1 -1
  241. package/lib/module/api/drm/barrel.js.map +1 -1
  242. package/lib/module/api/error/ChromecastError.js.map +1 -1
  243. package/lib/module/api/error/PlayerError.js.map +1 -1
  244. package/lib/module/api/error/barrel.js.map +1 -1
  245. package/lib/module/api/event/AdEvent.js.map +1 -1
  246. package/lib/module/api/event/CastEvent.js.map +1 -1
  247. package/lib/module/api/event/Event.js.map +1 -1
  248. package/lib/module/api/event/EventDispatcher.js.map +1 -1
  249. package/lib/module/api/event/EventListener.js.map +1 -1
  250. package/lib/module/api/event/PlayerEvent.js.map +1 -1
  251. package/lib/module/api/event/TrackEvent.js.map +1 -1
  252. package/lib/module/api/event/barrel.js.map +1 -1
  253. package/lib/module/api/media/MediaControlConfiguration.js.map +1 -1
  254. package/lib/module/api/media/barrel.js.map +1 -1
  255. package/lib/module/api/pip/PiPConfiguration.js.map +1 -1
  256. package/lib/module/api/pip/barrel.js.map +1 -1
  257. package/lib/module/api/player/PlayerEventMap.js.map +1 -1
  258. package/lib/module/api/player/PlayerVersion.js.map +1 -1
  259. package/lib/module/api/player/THEOplayer.js.map +1 -1
  260. package/lib/module/api/player/barrel.js.map +1 -1
  261. package/lib/module/api/presentation/PresentationMode.js.map +1 -1
  262. package/lib/module/api/presentation/barrel.js.map +1 -1
  263. package/lib/module/api/source/SourceDescription.js.map +1 -1
  264. package/lib/module/api/source/ads/Ads.js.map +1 -1
  265. package/lib/module/api/source/ads/FreeWheelAdDescription.js.map +1 -1
  266. package/lib/module/api/source/ads/IMAAdDescription.js.map +1 -1
  267. package/lib/module/api/source/ads/SpotXAdDescription.js.map +1 -1
  268. package/lib/module/api/source/ads/THEOplayerAdDescription.js.map +1 -1
  269. package/lib/module/api/source/ads/barrel.js.map +1 -1
  270. package/lib/module/api/source/ads/ssai/GoogleDAIConfiguration.js.map +1 -1
  271. package/lib/module/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js.map +1 -1
  272. package/lib/module/api/source/ads/ssai/ServerSideAdInsertionConfiguration.js.map +1 -1
  273. package/lib/module/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js.map +1 -1
  274. package/lib/module/api/source/ads/ssai/barrel.js.map +1 -1
  275. package/lib/module/api/source/analytics/AnalyticsDescription.js.map +1 -1
  276. package/lib/module/api/source/analytics/barrel.js.map +1 -1
  277. package/lib/module/api/source/barrel.js.map +1 -1
  278. package/lib/module/api/source/dash/DashPlaybackConfiguration.js.map +1 -1
  279. package/lib/module/api/source/dash/barrel.js.map +1 -1
  280. package/lib/module/api/source/drm/DRMConfiguration.js.map +1 -1
  281. package/lib/module/api/source/drm/barrel.js.map +1 -1
  282. package/lib/module/api/source/hls/HlsPlaybackConfiguration.js.map +1 -1
  283. package/lib/module/api/source/hls/barrel.js.map +1 -1
  284. package/lib/module/api/source/metadata/MetadataDescription.js.map +1 -1
  285. package/lib/module/api/source/metadata/barrel.js.map +1 -1
  286. package/lib/module/api/timeranges/TimeRange.js.map +1 -1
  287. package/lib/module/api/timeranges/barrel.js.map +1 -1
  288. package/lib/module/api/track/DateRangeCue.js.map +1 -1
  289. package/lib/module/api/track/MediaTrack.js.map +1 -1
  290. package/lib/module/api/track/Quality.js.map +1 -1
  291. package/lib/module/api/track/TextTrack.js.map +1 -1
  292. package/lib/module/api/track/TextTrackCue.js.map +1 -1
  293. package/lib/module/api/track/TextTrackStyle.js.map +1 -1
  294. package/lib/module/api/track/Track.js +1 -1
  295. package/lib/module/api/track/Track.js.map +1 -1
  296. package/lib/module/api/track/barrel.js.map +1 -1
  297. package/lib/module/api/ui/UIConfiguration.js.map +1 -1
  298. package/lib/module/api/ui/barrel.js.map +1 -1
  299. package/lib/module/api/utils/RetryConfiguration.js.map +1 -1
  300. package/lib/module/api/utils/TypeUtils.js.map +1 -1
  301. package/lib/module/api/utils/barrel.js.map +1 -1
  302. package/lib/module/index.js.map +1 -1
  303. package/lib/module/internal/THEOplayerView.js +133 -140
  304. package/lib/module/internal/THEOplayerView.js.map +1 -1
  305. package/lib/module/internal/THEOplayerView.style.js.map +1 -1
  306. package/lib/module/internal/THEOplayerView.web.js +6 -8
  307. package/lib/module/internal/THEOplayerView.web.js.map +1 -1
  308. package/lib/module/internal/adapter/NativePlayerState.js.map +1 -1
  309. package/lib/module/internal/adapter/THEOplayerAdapter.js +139 -151
  310. package/lib/module/internal/adapter/THEOplayerAdapter.js.map +1 -1
  311. package/lib/module/internal/adapter/THEOplayerWebAdapter.js +34 -55
  312. package/lib/module/internal/adapter/THEOplayerWebAdapter.js.map +1 -1
  313. package/lib/module/internal/adapter/WebEventForwarder.js +178 -186
  314. package/lib/module/internal/adapter/WebEventForwarder.js.map +1 -1
  315. package/lib/module/internal/adapter/abr/AbrAdapter.js +0 -6
  316. package/lib/module/internal/adapter/abr/AbrAdapter.js.map +1 -1
  317. package/lib/module/internal/adapter/ads/THEOplayerNativeAdsAdapter.js +0 -4
  318. package/lib/module/internal/adapter/ads/THEOplayerNativeAdsAdapter.js.map +1 -1
  319. package/lib/module/internal/adapter/ads/THEOplayerNativeGoogleDAI.js.map +1 -1
  320. package/lib/module/internal/adapter/ads/THEOplayerWebAdsAdapter.js +7 -19
  321. package/lib/module/internal/adapter/ads/THEOplayerWebAdsAdapter.js.map +1 -1
  322. package/lib/module/internal/adapter/ads/THEOplayerWebGoogleDAI.js.map +1 -1
  323. package/lib/module/internal/adapter/broadcast/EventBroadcastAdapter.js.map +1 -1
  324. package/lib/module/internal/adapter/broadcast/EventBroadcastAdapter.web.js +1 -1
  325. package/lib/module/internal/adapter/broadcast/EventBroadcastAdapter.web.js.map +1 -1
  326. package/lib/module/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js +8 -14
  327. package/lib/module/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js.map +1 -1
  328. package/lib/module/internal/adapter/cast/THEOplayerNativeAirplay.js +8 -12
  329. package/lib/module/internal/adapter/cast/THEOplayerNativeAirplay.js.map +1 -1
  330. package/lib/module/internal/adapter/cast/THEOplayerNativeCastAdapter.js +4 -12
  331. package/lib/module/internal/adapter/cast/THEOplayerNativeCastAdapter.js.map +1 -1
  332. package/lib/module/internal/adapter/cast/THEOplayerNativeChromecast.js +8 -13
  333. package/lib/module/internal/adapter/cast/THEOplayerNativeChromecast.js.map +1 -1
  334. package/lib/module/internal/adapter/cast/THEOplayerWebCastAdapter.js +3 -10
  335. package/lib/module/internal/adapter/cast/THEOplayerWebCastAdapter.js.map +1 -1
  336. package/lib/module/internal/adapter/event/BaseEvent.js +1 -2
  337. package/lib/module/internal/adapter/event/BaseEvent.js.map +1 -1
  338. package/lib/module/internal/adapter/event/DefaultEventDispatcher.js +8 -14
  339. package/lib/module/internal/adapter/event/DefaultEventDispatcher.js.map +1 -1
  340. package/lib/module/internal/adapter/event/PlayerEvents.js +0 -6
  341. package/lib/module/internal/adapter/event/PlayerEvents.js.map +1 -1
  342. package/lib/module/internal/adapter/event/native/NativeAdEvent.js.map +1 -1
  343. package/lib/module/internal/adapter/event/native/NativeCastEvent.js.map +1 -1
  344. package/lib/module/internal/adapter/event/native/NativePlayerEvent.js.map +1 -1
  345. package/lib/module/internal/adapter/event/native/NativeTrackEvent.js.map +1 -1
  346. package/lib/module/internal/adapter/track/TextTrackStyleAdapter.js +10 -13
  347. package/lib/module/internal/adapter/track/TextTrackStyleAdapter.js.map +1 -1
  348. package/lib/module/internal/adapter/web/FullscreenAPI.js.map +1 -1
  349. package/lib/module/internal/adapter/web/TrackUtils.js.map +1 -1
  350. package/lib/module/internal/adapter/web/WebMediaSession.js +68 -80
  351. package/lib/module/internal/adapter/web/WebMediaSession.js.map +1 -1
  352. package/lib/module/internal/adapter/web/WebPresentationModeManager.js +22 -31
  353. package/lib/module/internal/adapter/web/WebPresentationModeManager.js.map +1 -1
  354. package/lib/module/internal/cache/MediaCache.js +59 -62
  355. package/lib/module/internal/cache/MediaCache.js.map +1 -1
  356. package/lib/module/internal/cache/MediaCache.web.js +14 -17
  357. package/lib/module/internal/cache/MediaCache.web.js.map +1 -1
  358. package/lib/module/internal/cache/NativeCachingTaskAdapter.js +0 -14
  359. package/lib/module/internal/cache/NativeCachingTaskAdapter.js.map +1 -1
  360. package/lib/module/internal/cache/NativeCachingTaskParametersAdapter.js +2 -3
  361. package/lib/module/internal/cache/NativeCachingTaskParametersAdapter.js.map +1 -1
  362. package/lib/module/internal/cache/WebCachingTaskAdapter.js.map +1 -1
  363. package/lib/module/internal/drm/ContentProtectionRegistry.js +132 -138
  364. package/lib/module/internal/drm/ContentProtectionRegistry.js.map +1 -1
  365. package/lib/module/internal/drm/ContentProtectionRegistry.web.js.map +1 -1
  366. package/lib/module/internal/drm/NativeCertificateRequest.js.map +1 -1
  367. package/lib/module/internal/drm/NativeCertificateResponse.js.map +1 -1
  368. package/lib/module/internal/drm/NativeContentProtectionEvent.js.map +1 -1
  369. package/lib/module/internal/drm/NativeLicenseRequest.js.map +1 -1
  370. package/lib/module/internal/drm/NativeLicenseResponse.js.map +1 -1
  371. package/lib/module/internal/utils/CommonUtils.js.map +1 -1
  372. package/lib/module/internal/utils/Dimensions.js.map +1 -1
  373. package/lib/module/internal/utils/TypeUtils.js.map +1 -1
  374. package/lib/module/internal/utils/arrayUtil.js.map +1 -1
  375. package/lib/module/web/platform/browser.d.js.map +1 -1
  376. package/lib/typescript/__tests__/index.test.d.ts +1 -0
  377. package/lib/typescript/__tests__/index.test.d.ts.map +1 -0
  378. package/lib/typescript/api/THEOplayerView.d.ts +1 -0
  379. package/lib/typescript/api/THEOplayerView.d.ts.map +1 -0
  380. package/lib/typescript/api/abr/ABRConfiguration.d.ts +1 -0
  381. package/lib/typescript/api/abr/ABRConfiguration.d.ts.map +1 -0
  382. package/lib/typescript/api/abr/barrel.d.ts +1 -0
  383. package/lib/typescript/api/abr/barrel.d.ts.map +1 -0
  384. package/lib/typescript/api/ads/Ad.d.ts +1 -0
  385. package/lib/typescript/api/ads/Ad.d.ts.map +1 -0
  386. package/lib/typescript/api/ads/AdBreak.d.ts +1 -0
  387. package/lib/typescript/api/ads/AdBreak.d.ts.map +1 -0
  388. package/lib/typescript/api/ads/AdsAPI.d.ts +1 -0
  389. package/lib/typescript/api/ads/AdsAPI.d.ts.map +1 -0
  390. package/lib/typescript/api/ads/AdsConfiguration.d.ts +1 -0
  391. package/lib/typescript/api/ads/AdsConfiguration.d.ts.map +1 -0
  392. package/lib/typescript/api/ads/CompanionAd.d.ts +1 -0
  393. package/lib/typescript/api/ads/CompanionAd.d.ts.map +1 -0
  394. package/lib/typescript/api/ads/GoogleDai.d.ts +1 -0
  395. package/lib/typescript/api/ads/GoogleDai.d.ts.map +1 -0
  396. package/lib/typescript/api/ads/GoogleImaAd.d.ts +1 -0
  397. package/lib/typescript/api/ads/GoogleImaAd.d.ts.map +1 -0
  398. package/lib/typescript/api/ads/GoogleImaConfiguration.d.ts +1 -0
  399. package/lib/typescript/api/ads/GoogleImaConfiguration.d.ts.map +1 -0
  400. package/lib/typescript/api/ads/barrel.d.ts +1 -0
  401. package/lib/typescript/api/ads/barrel.d.ts.map +1 -0
  402. package/lib/typescript/api/backgroundAudio/BackgroundAudioConfiguration.d.ts +1 -0
  403. package/lib/typescript/api/backgroundAudio/BackgroundAudioConfiguration.d.ts.map +1 -0
  404. package/lib/typescript/api/backgroundAudio/barrel.d.ts +1 -0
  405. package/lib/typescript/api/backgroundAudio/barrel.d.ts.map +1 -0
  406. package/lib/typescript/api/barrel.d.ts +1 -0
  407. package/lib/typescript/api/barrel.d.ts.map +1 -0
  408. package/lib/typescript/api/broadcast/EventBroadcastAPI.d.ts +1 -0
  409. package/lib/typescript/api/broadcast/EventBroadcastAPI.d.ts.map +1 -0
  410. package/lib/typescript/api/broadcast/barrel.d.ts +1 -0
  411. package/lib/typescript/api/broadcast/barrel.d.ts.map +1 -0
  412. package/lib/typescript/api/cache/CachingPreferredTrackSelection.d.ts +1 -0
  413. package/lib/typescript/api/cache/CachingPreferredTrackSelection.d.ts.map +1 -0
  414. package/lib/typescript/api/cache/CachingTask.d.ts +1 -0
  415. package/lib/typescript/api/cache/CachingTask.d.ts.map +1 -0
  416. package/lib/typescript/api/cache/CachingTaskLicense.d.ts +1 -0
  417. package/lib/typescript/api/cache/CachingTaskLicense.d.ts.map +1 -0
  418. package/lib/typescript/api/cache/CachingTaskList.d.ts +1 -0
  419. package/lib/typescript/api/cache/CachingTaskList.d.ts.map +1 -0
  420. package/lib/typescript/api/cache/CachingTaskParameters.d.ts +1 -0
  421. package/lib/typescript/api/cache/CachingTaskParameters.d.ts.map +1 -0
  422. package/lib/typescript/api/cache/MediaCacheAPI.d.ts +1 -0
  423. package/lib/typescript/api/cache/MediaCacheAPI.d.ts.map +1 -0
  424. package/lib/typescript/api/cache/barrel.d.ts +1 -0
  425. package/lib/typescript/api/cache/barrel.d.ts.map +1 -0
  426. package/lib/typescript/api/cache/events/CacheEvent.d.ts +1 -0
  427. package/lib/typescript/api/cache/events/CacheEvent.d.ts.map +1 -0
  428. package/lib/typescript/api/cache/events/CachingTaskEvent.d.ts +1 -0
  429. package/lib/typescript/api/cache/events/CachingTaskEvent.d.ts.map +1 -0
  430. package/lib/typescript/api/cache/events/barrel.d.ts +1 -0
  431. package/lib/typescript/api/cache/events/barrel.d.ts.map +1 -0
  432. package/lib/typescript/api/cache/hooks/barrel.d.ts +1 -0
  433. package/lib/typescript/api/cache/hooks/barrel.d.ts.map +1 -0
  434. package/lib/typescript/api/cache/hooks/useCachingTaskList.d.ts +1 -0
  435. package/lib/typescript/api/cache/hooks/useCachingTaskList.d.ts.map +1 -0
  436. package/lib/typescript/api/cache/hooks/useCachingTaskProgress.d.ts +1 -0
  437. package/lib/typescript/api/cache/hooks/useCachingTaskProgress.d.ts.map +1 -0
  438. package/lib/typescript/api/cache/hooks/useCachingTaskStatus.d.ts +1 -0
  439. package/lib/typescript/api/cache/hooks/useCachingTaskStatus.d.ts.map +1 -0
  440. package/lib/typescript/api/cast/Airplay.d.ts +1 -0
  441. package/lib/typescript/api/cast/Airplay.d.ts.map +1 -0
  442. package/lib/typescript/api/cast/CastAPI.d.ts +1 -0
  443. package/lib/typescript/api/cast/CastAPI.d.ts.map +1 -0
  444. package/lib/typescript/api/cast/CastConfiguration.d.ts +1 -0
  445. package/lib/typescript/api/cast/CastConfiguration.d.ts.map +1 -0
  446. package/lib/typescript/api/cast/CastState.d.ts +1 -0
  447. package/lib/typescript/api/cast/CastState.d.ts.map +1 -0
  448. package/lib/typescript/api/cast/Chromecast.d.ts +1 -0
  449. package/lib/typescript/api/cast/Chromecast.d.ts.map +1 -0
  450. package/lib/typescript/api/cast/barrel.d.ts +1 -0
  451. package/lib/typescript/api/cast/barrel.d.ts.map +1 -0
  452. package/lib/typescript/api/config/PlayerConfiguration.d.ts +1 -0
  453. package/lib/typescript/api/config/PlayerConfiguration.d.ts.map +1 -0
  454. package/lib/typescript/api/config/barrel.d.ts +1 -0
  455. package/lib/typescript/api/config/barrel.d.ts.map +1 -0
  456. package/lib/typescript/api/drm/ContentProtectionAPI.d.ts +1 -0
  457. package/lib/typescript/api/drm/ContentProtectionAPI.d.ts.map +1 -0
  458. package/lib/typescript/api/drm/ContentProtectionIntegration.d.ts +1 -0
  459. package/lib/typescript/api/drm/ContentProtectionIntegration.d.ts.map +1 -0
  460. package/lib/typescript/api/drm/ContentProtectionIntegrationFactory.d.ts +1 -0
  461. package/lib/typescript/api/drm/ContentProtectionIntegrationFactory.d.ts.map +1 -0
  462. package/lib/typescript/api/drm/ContentProtectionRequest.d.ts +1 -0
  463. package/lib/typescript/api/drm/ContentProtectionRequest.d.ts.map +1 -0
  464. package/lib/typescript/api/drm/ContentProtectionResponse.d.ts +1 -0
  465. package/lib/typescript/api/drm/ContentProtectionResponse.d.ts.map +1 -0
  466. package/lib/typescript/api/drm/barrel.d.ts +1 -0
  467. package/lib/typescript/api/drm/barrel.d.ts.map +1 -0
  468. package/lib/typescript/api/error/ChromecastError.d.ts +1 -0
  469. package/lib/typescript/api/error/ChromecastError.d.ts.map +1 -0
  470. package/lib/typescript/api/error/PlayerError.d.ts +1 -0
  471. package/lib/typescript/api/error/PlayerError.d.ts.map +1 -0
  472. package/lib/typescript/api/error/barrel.d.ts +1 -0
  473. package/lib/typescript/api/error/barrel.d.ts.map +1 -0
  474. package/lib/typescript/api/event/AdEvent.d.ts +1 -0
  475. package/lib/typescript/api/event/AdEvent.d.ts.map +1 -0
  476. package/lib/typescript/api/event/CastEvent.d.ts +1 -0
  477. package/lib/typescript/api/event/CastEvent.d.ts.map +1 -0
  478. package/lib/typescript/api/event/Event.d.ts +1 -0
  479. package/lib/typescript/api/event/Event.d.ts.map +1 -0
  480. package/lib/typescript/api/event/EventDispatcher.d.ts +1 -0
  481. package/lib/typescript/api/event/EventDispatcher.d.ts.map +1 -0
  482. package/lib/typescript/api/event/EventListener.d.ts +1 -0
  483. package/lib/typescript/api/event/EventListener.d.ts.map +1 -0
  484. package/lib/typescript/api/event/PlayerEvent.d.ts +1 -0
  485. package/lib/typescript/api/event/PlayerEvent.d.ts.map +1 -0
  486. package/lib/typescript/api/event/TrackEvent.d.ts +1 -0
  487. package/lib/typescript/api/event/TrackEvent.d.ts.map +1 -0
  488. package/lib/typescript/api/event/barrel.d.ts +1 -0
  489. package/lib/typescript/api/event/barrel.d.ts.map +1 -0
  490. package/lib/typescript/api/media/MediaControlConfiguration.d.ts +1 -0
  491. package/lib/typescript/api/media/MediaControlConfiguration.d.ts.map +1 -0
  492. package/lib/typescript/api/media/barrel.d.ts +1 -0
  493. package/lib/typescript/api/media/barrel.d.ts.map +1 -0
  494. package/lib/typescript/api/pip/PiPConfiguration.d.ts +1 -0
  495. package/lib/typescript/api/pip/PiPConfiguration.d.ts.map +1 -0
  496. package/lib/typescript/api/pip/barrel.d.ts +1 -0
  497. package/lib/typescript/api/pip/barrel.d.ts.map +1 -0
  498. package/lib/typescript/api/player/PlayerEventMap.d.ts +1 -0
  499. package/lib/typescript/api/player/PlayerEventMap.d.ts.map +1 -0
  500. package/lib/typescript/api/player/PlayerVersion.d.ts +1 -0
  501. package/lib/typescript/api/player/PlayerVersion.d.ts.map +1 -0
  502. package/lib/typescript/api/player/THEOplayer.d.ts +1 -0
  503. package/lib/typescript/api/player/THEOplayer.d.ts.map +1 -0
  504. package/lib/typescript/api/player/barrel.d.ts +1 -0
  505. package/lib/typescript/api/player/barrel.d.ts.map +1 -0
  506. package/lib/typescript/api/presentation/PresentationMode.d.ts +1 -0
  507. package/lib/typescript/api/presentation/PresentationMode.d.ts.map +1 -0
  508. package/lib/typescript/api/presentation/barrel.d.ts +1 -0
  509. package/lib/typescript/api/presentation/barrel.d.ts.map +1 -0
  510. package/lib/typescript/api/source/SourceDescription.d.ts +1 -0
  511. package/lib/typescript/api/source/SourceDescription.d.ts.map +1 -0
  512. package/lib/typescript/api/source/ads/Ads.d.ts +1 -0
  513. package/lib/typescript/api/source/ads/Ads.d.ts.map +1 -0
  514. package/lib/typescript/api/source/ads/FreeWheelAdDescription.d.ts +1 -0
  515. package/lib/typescript/api/source/ads/FreeWheelAdDescription.d.ts.map +1 -0
  516. package/lib/typescript/api/source/ads/IMAAdDescription.d.ts +1 -0
  517. package/lib/typescript/api/source/ads/IMAAdDescription.d.ts.map +1 -0
  518. package/lib/typescript/api/source/ads/SpotXAdDescription.d.ts +1 -0
  519. package/lib/typescript/api/source/ads/SpotXAdDescription.d.ts.map +1 -0
  520. package/lib/typescript/api/source/ads/THEOplayerAdDescription.d.ts +1 -0
  521. package/lib/typescript/api/source/ads/THEOplayerAdDescription.d.ts.map +1 -0
  522. package/lib/typescript/api/source/ads/barrel.d.ts +1 -0
  523. package/lib/typescript/api/source/ads/barrel.d.ts.map +1 -0
  524. package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts +1 -0
  525. package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts.map +1 -0
  526. package/lib/typescript/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.d.ts +1 -0
  527. package/lib/typescript/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.d.ts.map +1 -0
  528. package/lib/typescript/api/source/ads/ssai/ServerSideAdInsertionConfiguration.d.ts +1 -0
  529. package/lib/typescript/api/source/ads/ssai/ServerSideAdInsertionConfiguration.d.ts.map +1 -0
  530. package/lib/typescript/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.d.ts +1 -0
  531. package/lib/typescript/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.d.ts.map +1 -0
  532. package/lib/typescript/api/source/ads/ssai/barrel.d.ts +1 -0
  533. package/lib/typescript/api/source/ads/ssai/barrel.d.ts.map +1 -0
  534. package/lib/typescript/api/source/analytics/AnalyticsDescription.d.ts +1 -0
  535. package/lib/typescript/api/source/analytics/AnalyticsDescription.d.ts.map +1 -0
  536. package/lib/typescript/api/source/analytics/barrel.d.ts +1 -0
  537. package/lib/typescript/api/source/analytics/barrel.d.ts.map +1 -0
  538. package/lib/typescript/api/source/barrel.d.ts +1 -0
  539. package/lib/typescript/api/source/barrel.d.ts.map +1 -0
  540. package/lib/typescript/api/source/dash/DashPlaybackConfiguration.d.ts +1 -0
  541. package/lib/typescript/api/source/dash/DashPlaybackConfiguration.d.ts.map +1 -0
  542. package/lib/typescript/api/source/dash/barrel.d.ts +1 -0
  543. package/lib/typescript/api/source/dash/barrel.d.ts.map +1 -0
  544. package/lib/typescript/api/source/drm/DRMConfiguration.d.ts +1 -0
  545. package/lib/typescript/api/source/drm/DRMConfiguration.d.ts.map +1 -0
  546. package/lib/typescript/api/source/drm/barrel.d.ts +1 -0
  547. package/lib/typescript/api/source/drm/barrel.d.ts.map +1 -0
  548. package/lib/typescript/api/source/hls/HlsPlaybackConfiguration.d.ts +1 -0
  549. package/lib/typescript/api/source/hls/HlsPlaybackConfiguration.d.ts.map +1 -0
  550. package/lib/typescript/api/source/hls/barrel.d.ts +1 -0
  551. package/lib/typescript/api/source/hls/barrel.d.ts.map +1 -0
  552. package/lib/typescript/api/source/metadata/MetadataDescription.d.ts +1 -0
  553. package/lib/typescript/api/source/metadata/MetadataDescription.d.ts.map +1 -0
  554. package/lib/typescript/api/source/metadata/barrel.d.ts +1 -0
  555. package/lib/typescript/api/source/metadata/barrel.d.ts.map +1 -0
  556. package/lib/typescript/api/timeranges/TimeRange.d.ts +1 -0
  557. package/lib/typescript/api/timeranges/TimeRange.d.ts.map +1 -0
  558. package/lib/typescript/api/timeranges/barrel.d.ts +1 -0
  559. package/lib/typescript/api/timeranges/barrel.d.ts.map +1 -0
  560. package/lib/typescript/api/track/DateRangeCue.d.ts +1 -0
  561. package/lib/typescript/api/track/DateRangeCue.d.ts.map +1 -0
  562. package/lib/typescript/api/track/MediaTrack.d.ts +1 -0
  563. package/lib/typescript/api/track/MediaTrack.d.ts.map +1 -0
  564. package/lib/typescript/api/track/Quality.d.ts +1 -0
  565. package/lib/typescript/api/track/Quality.d.ts.map +1 -0
  566. package/lib/typescript/api/track/TextTrack.d.ts +1 -0
  567. package/lib/typescript/api/track/TextTrack.d.ts.map +1 -0
  568. package/lib/typescript/api/track/TextTrackCue.d.ts +1 -0
  569. package/lib/typescript/api/track/TextTrackCue.d.ts.map +1 -0
  570. package/lib/typescript/api/track/TextTrackStyle.d.ts +1 -0
  571. package/lib/typescript/api/track/TextTrackStyle.d.ts.map +1 -0
  572. package/lib/typescript/api/track/Track.d.ts +1 -0
  573. package/lib/typescript/api/track/Track.d.ts.map +1 -0
  574. package/lib/typescript/api/track/barrel.d.ts +1 -0
  575. package/lib/typescript/api/track/barrel.d.ts.map +1 -0
  576. package/lib/typescript/api/ui/UIConfiguration.d.ts +1 -0
  577. package/lib/typescript/api/ui/UIConfiguration.d.ts.map +1 -0
  578. package/lib/typescript/api/ui/barrel.d.ts +1 -0
  579. package/lib/typescript/api/ui/barrel.d.ts.map +1 -0
  580. package/lib/typescript/api/utils/RetryConfiguration.d.ts +1 -0
  581. package/lib/typescript/api/utils/RetryConfiguration.d.ts.map +1 -0
  582. package/lib/typescript/api/utils/TypeUtils.d.ts +1 -0
  583. package/lib/typescript/api/utils/TypeUtils.d.ts.map +1 -0
  584. package/lib/typescript/api/utils/barrel.d.ts +1 -0
  585. package/lib/typescript/api/utils/barrel.d.ts.map +1 -0
  586. package/lib/typescript/index.d.ts +1 -0
  587. package/lib/typescript/index.d.ts.map +1 -0
  588. package/lib/typescript/internal/THEOplayerView.d.ts +1 -0
  589. package/lib/typescript/internal/THEOplayerView.d.ts.map +1 -0
  590. package/lib/typescript/internal/THEOplayerView.style.d.ts +1 -0
  591. package/lib/typescript/internal/THEOplayerView.style.d.ts.map +1 -0
  592. package/lib/typescript/internal/THEOplayerView.web.d.ts +1 -0
  593. package/lib/typescript/internal/THEOplayerView.web.d.ts.map +1 -0
  594. package/lib/typescript/internal/adapter/NativePlayerState.d.ts +1 -0
  595. package/lib/typescript/internal/adapter/NativePlayerState.d.ts.map +1 -0
  596. package/lib/typescript/internal/adapter/THEOplayerAdapter.d.ts +1 -0
  597. package/lib/typescript/internal/adapter/THEOplayerAdapter.d.ts.map +1 -0
  598. package/lib/typescript/internal/adapter/THEOplayerWebAdapter.d.ts +1 -0
  599. package/lib/typescript/internal/adapter/THEOplayerWebAdapter.d.ts.map +1 -0
  600. package/lib/typescript/internal/adapter/WebEventForwarder.d.ts +1 -0
  601. package/lib/typescript/internal/adapter/WebEventForwarder.d.ts.map +1 -0
  602. package/lib/typescript/internal/adapter/abr/AbrAdapter.d.ts +1 -0
  603. package/lib/typescript/internal/adapter/abr/AbrAdapter.d.ts.map +1 -0
  604. package/lib/typescript/internal/adapter/ads/THEOplayerNativeAdsAdapter.d.ts +1 -0
  605. package/lib/typescript/internal/adapter/ads/THEOplayerNativeAdsAdapter.d.ts.map +1 -0
  606. package/lib/typescript/internal/adapter/ads/THEOplayerNativeGoogleDAI.d.ts +1 -0
  607. package/lib/typescript/internal/adapter/ads/THEOplayerNativeGoogleDAI.d.ts.map +1 -0
  608. package/lib/typescript/internal/adapter/ads/THEOplayerWebAdsAdapter.d.ts +1 -0
  609. package/lib/typescript/internal/adapter/ads/THEOplayerWebAdsAdapter.d.ts.map +1 -0
  610. package/lib/typescript/internal/adapter/ads/THEOplayerWebGoogleDAI.d.ts +1 -0
  611. package/lib/typescript/internal/adapter/ads/THEOplayerWebGoogleDAI.d.ts.map +1 -0
  612. package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.d.ts +1 -0
  613. package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.d.ts.map +1 -0
  614. package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.web.d.ts +1 -0
  615. package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.web.d.ts.map +1 -0
  616. package/lib/typescript/internal/adapter/broadcast/web/DefaultWebEventDispatcher.d.ts +2 -1
  617. package/lib/typescript/internal/adapter/broadcast/web/DefaultWebEventDispatcher.d.ts.map +1 -0
  618. package/lib/typescript/internal/adapter/cast/THEOplayerNativeAirplay.d.ts +1 -0
  619. package/lib/typescript/internal/adapter/cast/THEOplayerNativeAirplay.d.ts.map +1 -0
  620. package/lib/typescript/internal/adapter/cast/THEOplayerNativeCastAdapter.d.ts +1 -0
  621. package/lib/typescript/internal/adapter/cast/THEOplayerNativeCastAdapter.d.ts.map +1 -0
  622. package/lib/typescript/internal/adapter/cast/THEOplayerNativeChromecast.d.ts +1 -0
  623. package/lib/typescript/internal/adapter/cast/THEOplayerNativeChromecast.d.ts.map +1 -0
  624. package/lib/typescript/internal/adapter/cast/THEOplayerWebCastAdapter.d.ts +1 -0
  625. package/lib/typescript/internal/adapter/cast/THEOplayerWebCastAdapter.d.ts.map +1 -0
  626. package/lib/typescript/internal/adapter/event/BaseEvent.d.ts +1 -0
  627. package/lib/typescript/internal/adapter/event/BaseEvent.d.ts.map +1 -0
  628. package/lib/typescript/internal/adapter/event/DefaultEventDispatcher.d.ts +2 -1
  629. package/lib/typescript/internal/adapter/event/DefaultEventDispatcher.d.ts.map +1 -0
  630. package/lib/typescript/internal/adapter/event/PlayerEvents.d.ts +1 -0
  631. package/lib/typescript/internal/adapter/event/PlayerEvents.d.ts.map +1 -0
  632. package/lib/typescript/internal/adapter/event/native/NativeAdEvent.d.ts +1 -0
  633. package/lib/typescript/internal/adapter/event/native/NativeAdEvent.d.ts.map +1 -0
  634. package/lib/typescript/internal/adapter/event/native/NativeCastEvent.d.ts +1 -0
  635. package/lib/typescript/internal/adapter/event/native/NativeCastEvent.d.ts.map +1 -0
  636. package/lib/typescript/internal/adapter/event/native/NativePlayerEvent.d.ts +1 -0
  637. package/lib/typescript/internal/adapter/event/native/NativePlayerEvent.d.ts.map +1 -0
  638. package/lib/typescript/internal/adapter/event/native/NativeTrackEvent.d.ts +1 -0
  639. package/lib/typescript/internal/adapter/event/native/NativeTrackEvent.d.ts.map +1 -0
  640. package/lib/typescript/internal/adapter/track/TextTrackStyleAdapter.d.ts +1 -0
  641. package/lib/typescript/internal/adapter/track/TextTrackStyleAdapter.d.ts.map +1 -0
  642. package/lib/typescript/internal/adapter/web/FullscreenAPI.d.ts +1 -0
  643. package/lib/typescript/internal/adapter/web/FullscreenAPI.d.ts.map +1 -0
  644. package/lib/typescript/internal/adapter/web/TrackUtils.d.ts +1 -0
  645. package/lib/typescript/internal/adapter/web/TrackUtils.d.ts.map +1 -0
  646. package/lib/typescript/internal/adapter/web/WebMediaSession.d.ts +1 -0
  647. package/lib/typescript/internal/adapter/web/WebMediaSession.d.ts.map +1 -0
  648. package/lib/typescript/internal/adapter/web/WebPresentationModeManager.d.ts +1 -0
  649. package/lib/typescript/internal/adapter/web/WebPresentationModeManager.d.ts.map +1 -0
  650. package/lib/typescript/internal/cache/MediaCache.d.ts +1 -0
  651. package/lib/typescript/internal/cache/MediaCache.d.ts.map +1 -0
  652. package/lib/typescript/internal/cache/MediaCache.web.d.ts +1 -0
  653. package/lib/typescript/internal/cache/MediaCache.web.d.ts.map +1 -0
  654. package/lib/typescript/internal/cache/NativeCachingTaskAdapter.d.ts +1 -0
  655. package/lib/typescript/internal/cache/NativeCachingTaskAdapter.d.ts.map +1 -0
  656. package/lib/typescript/internal/cache/NativeCachingTaskParametersAdapter.d.ts +1 -0
  657. package/lib/typescript/internal/cache/NativeCachingTaskParametersAdapter.d.ts.map +1 -0
  658. package/lib/typescript/internal/cache/WebCachingTaskAdapter.d.ts +1 -0
  659. package/lib/typescript/internal/cache/WebCachingTaskAdapter.d.ts.map +1 -0
  660. package/lib/typescript/internal/drm/ContentProtectionRegistry.d.ts +1 -0
  661. package/lib/typescript/internal/drm/ContentProtectionRegistry.d.ts.map +1 -0
  662. package/lib/typescript/internal/drm/ContentProtectionRegistry.web.d.ts +1 -0
  663. package/lib/typescript/internal/drm/ContentProtectionRegistry.web.d.ts.map +1 -0
  664. package/lib/typescript/internal/drm/NativeCertificateRequest.d.ts +1 -0
  665. package/lib/typescript/internal/drm/NativeCertificateRequest.d.ts.map +1 -0
  666. package/lib/typescript/internal/drm/NativeCertificateResponse.d.ts +1 -0
  667. package/lib/typescript/internal/drm/NativeCertificateResponse.d.ts.map +1 -0
  668. package/lib/typescript/internal/drm/NativeContentProtectionEvent.d.ts +1 -0
  669. package/lib/typescript/internal/drm/NativeContentProtectionEvent.d.ts.map +1 -0
  670. package/lib/typescript/internal/drm/NativeLicenseRequest.d.ts +1 -0
  671. package/lib/typescript/internal/drm/NativeLicenseRequest.d.ts.map +1 -0
  672. package/lib/typescript/internal/drm/NativeLicenseResponse.d.ts +1 -0
  673. package/lib/typescript/internal/drm/NativeLicenseResponse.d.ts.map +1 -0
  674. package/lib/typescript/internal/utils/CommonUtils.d.ts +1 -0
  675. package/lib/typescript/internal/utils/CommonUtils.d.ts.map +1 -0
  676. package/lib/typescript/internal/utils/Dimensions.d.ts +1 -0
  677. package/lib/typescript/internal/utils/Dimensions.d.ts.map +1 -0
  678. package/lib/typescript/internal/utils/TypeUtils.d.ts +1 -0
  679. package/lib/typescript/internal/utils/TypeUtils.d.ts.map +1 -0
  680. package/lib/typescript/internal/utils/arrayUtil.d.ts +1 -0
  681. package/lib/typescript/internal/utils/arrayUtil.d.ts.map +1 -0
  682. package/package.json +12 -38
  683. package/react-native-theoplayer.podspec +5 -5
  684. package/src/internal/THEOplayerView.tsx +1 -1
  685. package/src/internal/adapter/THEOplayerAdapter.ts +1 -1
  686. package/src/internal/adapter/web/WebMediaSession.ts +1 -1
  687. package/android/local/com/theoplayer/android-connector/mediasession/5.11.0-local/mediasession-5.11.0-local.aar +0 -0
  688. package/android/local/com/theoplayer/android-connector/mediasession/5.11.0-local/mediasession-5.11.0-local.pom +0 -15
  689. package/android/local/com/theoplayer/android-connector/mediasession/maven-metadata-local.xml +0 -13
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["FreeWheelAdDescription.ts"],"sourcesContent":["import type { AdDescription, AdIntegrationKind } from \"./Ads\";\n\n/**\n * The possible ad unit types, represented by a value from the following list:\n * <br/> - `'preroll'`: The linear ad will play before the content started.\n * <br/> - `'midroll'`: The linear ad will play at a time offset during the content.\n * <br/> - `'postroll'`: The linear ad will play after the content ended.\n * <br/> - `'overlay'`: The non-linear ad.\n *\n * @public\n */\nexport type FreeWheelAdUnitType = 'preroll' | 'midroll' | 'postroll' | 'overlay';\n\n/**\n * Represents a FreeWheel cue.\n *\n * @public\n */\nexport interface FreeWheelCue {\n /**\n * The ad unit type.\n */\n adUnit: FreeWheelAdUnitType;\n\n /**\n * Offset after which the ad break will start, in seconds.\n */\n timeOffset: number;\n}\n\n/**\n * Describes a FreeWheel ad break request.\n *\n * @remarks\n * <br/> - Available since v2.42.0.\n *\n * @public\n */\nexport interface FreeWheelAdDescription extends AdDescription {\n /**\n * The integration of this ad break.\n */\n integration: AdIntegrationKind.freewheel;\n\n /**\n * The FreeWheel ad server URL.\n */\n adServerUrl: string;\n\n /**\n * The duration of the asset, in seconds.\n *\n * @remarks\n * <br/> - Optional for live assets.\n */\n assetDuration?: number;\n\n /**\n * The identifier of the asset.\n *\n * @remarks\n * <br/> - Generated by FreeWheel CMS when an asset is uploaded.\n */\n assetId?: string;\n\n /**\n * The network identifier which is associated with a FreeWheel customer.\n */\n networkId: number;\n\n /**\n * The server side configuration profile.\n *\n * @remarks\n * <br/> - Used to indicate desired player capabilities.\n */\n profile: string;\n\n /**\n * The identifier of the video player's location.\n */\n siteSectionId?: string;\n\n /**\n * List of cue points.\n *\n * @remarks\n * <br/> - Not available in all FreeWheel modes.\n */\n cuePoints?: FreeWheelCue[];\n\n /**\n * A record of query string parameters added to the FreeWheel ad break request.\n * Each entry contains the parameter name with associated value.\n */\n customData?: Record<string, string>;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/ads/FreeWheelAdDescription.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["IMAAdDescription.ts"],"sourcesContent":["import type { AdDescription, AdIntegrationKind, AdSource } from \"./Ads\";\n\n/**\n * Describes a Google IMA ad break request.\n *\n * @public\n */\nexport interface IMAAdDescription extends AdDescription {\n /**\n * The integration of this ad break.\n */\n integration: AdIntegrationKind.google_ima;\n\n /**\n * The source of the ad\n *\n * @remarks\n * <br/> - VAST, VMAP and VPAID are supported.\n */\n sources: string | AdSource;\n\n /**\n * Optional settings object for mapping verification vendors (google.ima.OmidVerificationVendor) to OMID Access Modes (google.ima.OmidAccessMode).\n */\n omidAccessModeRules?: { [key: number]: string };\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/ads/IMAAdDescription.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["SpotXAdDescription.ts"],"sourcesContent":["import type { AdDescription } from \"./Ads\";\n\n/**\n * Represents a geographical location.\n *\n * @public\n */\nexport interface Geo {\n /**\n * The latitude of this location.\n */\n readonly lat: number;\n\n /**\n * The longitude of this location.\n */\n readonly lon: number;\n}\n\n/**\n * A record of SpotX query string parameters.\n * Each entry contains the parameter name with associated value.\n *\n * @public\n */\nexport interface SpotxData {\n [key: string]: string | number | boolean | string[] | Geo;\n}\n\n/**\n * A record of SpotX query string parameters which can be a nested structure.\n * Each entry contains the parameter name with associated value.\n *\n * @public\n */\nexport interface SpotxQueryParameter {\n [key: string]: string | number | boolean | string[] | Geo | SpotxData | SpotxData[];\n}\n\n/**\n * Describes a SpotX ad break request.\n *\n * @remarks\n * <br/> - Available since v2.13.0.\n *\n * @example\n * ```\n * {\n * integration: 'spotx',\n * id: 123456,\n * cacheBuster: true,\n * app: {\n * bundle: 'com.exampleapps.example',\n * name: 'My CTV App'\n * },\n * device: {\n * ifa: '38400000-8cf0-11bd-b23e-10b96e40000d',\n * ua: 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1',\n * geo: {\n * lat: -24.378528,\n * lon: -128.325119\n * },\n * dnt: 1,\n * lmt: 1,\n * },\n * custom: {\n * category: ['category1', 'category2'],\n * somekey: 'somevalue'\n * }\n * user: {\n * yob: 1984,\n * gender: 'm'\n * }\n * }\n * ```\n *\n * @public\n */\nexport interface SpotXAdDescription extends AdDescription {\n /**\n * The identifier of the ad break requested from SpotX.\n */\n id: number | string;\n\n /**\n * The maximum duration of the ad, in seconds.\n *\n * @defaultValue No maximum duration.\n */\n maximumAdDuration?: number | string;\n\n /**\n * The URL of the content page.\n */\n contentPageUrl?: string;\n\n /**\n * The IP address of the viewer.\n */\n ipAddress?: string;\n\n /**\n * Whether the ad break request should contain a cache buster.\n *\n * @remarks\n * <br/> - A cache buster adds a query parameter 'cb' with a random value to circumvent browser caching mechanisms.\n */\n cacheBuster?: boolean;\n\n /**\n * A source URL which contains the location of ad resources to be scheduled.\n *\n * @remarks\n * <br/> - This will override the generated URL.\n */\n sources?: string;\n\n /**\n * A record of query string parameters added to the SpotX ad break request.\n * Each entry contains the parameter name with associated value.\n *\n * @remarks\n * <br/> - Available since v2.38.0.\n */\n queryParameters?: SpotxQueryParameter;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/ads/SpotXAdDescription.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["THEOplayerAdDescription.ts"],"sourcesContent":["import type { AdDescription, AdSource } from \"./Ads\";\n\n/**\n * Describes an ad break request.\n *\n * @public\n */\nexport interface THEOplayerAdDescription extends AdDescription {\n /**\n * The source of the ad\n *\n * @remarks\n * <br/> - Only supports VAST and VMAP.\n */\n sources: string | AdSource;\n\n /**\n * Offset after which the ad break can be skipped.\n *\n * @remarks\n * <br/> - A timestamp which is not in the playback window will result in the ad break not being started.\n * <br/> - VMAP resources will ignore this value as they contain an internal offset.\n *\n * Possible formats:\n * <br/> - A number for the offset in seconds.\n * <br/> - `'start'` for a preroll.\n * <br/> - `'end'` for a postroll.\n * <br/> - `'HH:MM:SS.mmm'` for a timestamp in the playback window.\n * <br/> - A percentage string (XX%) for a proportion of the content duration.\n *\n * @defaultValue `'start'`\n */\n skipOffset?: string | number;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/ads/THEOplayerAdDescription.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_Ads","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_FreeWheelAdDescription","_IMAAdDescription","_SpotXAdDescription","_THEOplayerAdDescription","_barrel"],"sources":["barrel.ts"],"sourcesContent":["export * from './Ads';\nexport * from './FreeWheelAdDescription';\nexport * from './IMAAdDescription';\nexport * from './SpotXAdDescription';\nexport * from './THEOplayerAdDescription';\nexport * from './ssai/barrel';\n"],"mappings":";;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,IAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,IAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,IAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,uBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,uBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,uBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,uBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,iBAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,iBAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,iBAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,iBAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,mBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,mBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,mBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,mBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,wBAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,wBAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,wBAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,wBAAA,CAAAR,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,OAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,OAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAS,OAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAK,OAAA,CAAAT,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_Ads","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_FreeWheelAdDescription","_IMAAdDescription","_SpotXAdDescription","_THEOplayerAdDescription","_barrel"],"sourceRoot":"../../../../../src","sources":["api/source/ads/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,IAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,IAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,IAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,uBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,uBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,uBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,uBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,iBAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,iBAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,iBAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,iBAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,mBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,mBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,mBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,mBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,wBAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,wBAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,wBAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,wBAAA,CAAAR,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,OAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,OAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAS,OAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAK,OAAA,CAAAT,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["GoogleDAIConfiguration.ts"],"sourcesContent":["import type { TypedSource } from '../../SourceDescription';\nimport type { ServerSideAdInsertionConfiguration } from './ServerSideAdInsertionConfiguration';\n\n/**\n * The identifier of the Google DAI integration.\n *\n * @public\n */\nexport type GoogleDAISSAIIntegrationID = 'google-dai';\n\n/**\n * The type of the stream requested from Google DAI, represented by a value from the following list:\n * <br/> - `'live'`: The requested stream is a live stream.\n * <br/> - `'vod'`: The requested stream is a video-on-demand stream.\n *\n * @public\n */\nexport type DAIAvailabilityType = 'vod' | 'live';\n\n/**\n * Represents a configuration for server-side ad insertion with the Google DAI pre-integration.\n *\n * @remarks\n * <br/> - Available since v2.30.0.\n *\n * @public\n */\nexport interface GoogleDAIConfiguration extends ServerSideAdInsertionConfiguration {\n /**\n * The type of the requested stream.\n */\n readonly availabilityType?: DAIAvailabilityType;\n\n /**\n * The identifier for the SSAI pre-integration.\n */\n integration: GoogleDAISSAIIntegrationID;\n\n /**\n * The authorization token for the stream request.\n *\n * @remarks\n * <br/> - If present, this token is used instead of the API key for stricter content authorization.\n * <br/> - The publisher can control individual content streams authorizations based on this token.\n */\n authToken?: string;\n\n /**\n * The API key for the stream request.\n *\n * @remarks\n * <br/> - This key is used to verify applications that are attempting to access the content.\n * <br/> - This key is configured through the Google Ad Manager UI.\n */\n apiKey: string;\n\n /**\n * The ad tag parameters added to stream request.\n *\n * @remarks\n * <br/> - Each entry contains the parameter name with associated value.\n *\n * Valid parameters:\n * <br/> - {@link https://support.google.com/admanager/answer/7320899 | Supply targeting parameters to your stream}\n * <br/> - {@link https://support.google.com/admanager/answer/7320898 | Override stream variant parameters}\n */\n adTagParameters?: Record<string, string>;\n\n /**\n * The identifier for a stream activity monitor session.\n */\n streamActivityMonitorID?: string;\n}\n\n/**\n * Represents a configuration for server-side ad insertion with the Google DAI pre-integration for a Live media stream.\n *\n * @remarks\n * <br/> - Available since v2.30.0.\n *\n * @public\n */\nexport interface GoogleDAILiveConfiguration extends GoogleDAIConfiguration {\n /**\n * The type of the requested stream.\n */\n readonly availabilityType: 'live';\n\n /**\n * The identifier for the video content source for live streams.\n *\n * @remarks\n * <br/> - This property is required for live streams.\n * <br/> - The asset key can be found in the Google Ad Manager UI.\n */\n assetKey: string;\n}\n\n/**\n * Represents a configuration for server-side ad insertion with the Google DAI pre-integration for a VOD media stream.\n *\n * @remarks\n * <br/> - Available since v2.30.0.\n *\n * @public\n */\nexport interface GoogleDAIVodConfiguration extends GoogleDAIConfiguration {\n /**\n * The type of the requested stream.\n */\n readonly availabilityType: 'vod';\n\n /**\n * The identifier for the publisher content for on-demand streams.\n *\n * @remarks\n * <br/> - The publisher content comes from a CMS.\n * <br/> - This property is required for on-demand streams.\n */\n contentSourceID: string;\n\n /**\n * The identifier for the video content source for on-demand streams.\n *\n * @remarks\n * <br/> - This property is required for on-demand streams.\n */\n videoID: string;\n}\n\n/**\n * Represents a media resource with a Google DAI server-side ad insertion request.\n *\n * @public\n */\nexport interface GoogleDAITypedSource extends TypedSource {\n /**\n * The content type (MIME type) of the media resource, represented by a value from the following list:\n * <br/> - `'application/dash+xml'`: The media resource is an MPEG-DASH stream.\n * <br/> - `'application/x-mpegURL'` or `'application/vnd.apple.mpegurl'`: The media resource is an HLS stream.\n */\n type: string;\n\n ssai: GoogleDAIVodConfiguration | GoogleDAILiveConfiguration;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["api/source/ads/ssai/GoogleDAIConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["ImagineServerSideAdInsertionConfiguration.ts"],"sourcesContent":["import type { TypedSource } from '../../SourceDescription';\nimport type { ServerSideAdInsertionConfiguration } from './ServerSideAdInsertionConfiguration';\n\n/**\n * The identifier of the Imagine integration.\n *\n * @public\n */\nexport type ImagineSSAIIntegrationID = 'imagine';\n\n/**\n * Describes the SSAI configuration of the Imagine integration.\n *\n * @public\n */\nexport interface ImagineServerSideAdInsertionConfiguration extends ServerSideAdInsertionConfiguration {\n /**\n * {@inheritDoc ServerSideAdInsertionConfiguration.integration}\n */\n integration: ImagineSSAIIntegrationID;\n}\n\n/**\n * Describes a source of the Imagine integration.\n *\n * @public\n */\nexport interface ImagineTypedSource extends TypedSource {\n ssai: ImagineServerSideAdInsertionConfiguration;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["ServerSideAdInsertionConfiguration.ts"],"sourcesContent":["import type { YospaceSSAIIntegrationID } from './YospaceServerSideAdInsertionConfiguration';\nimport type { GoogleDAISSAIIntegrationID } from './GoogleDAIConfiguration';\nimport type { ImagineSSAIIntegrationID } from './ImagineServerSideAdInsertionConfiguration';\n\n/**\n * The identifier of a server-side ad insertion pre-integration, represented by a value from the following list:\n * <br/> - `'yospace'`: The configuration with this identifier is a {@link YospaceServerSideAdInsertionConfiguration}\n * <br/> - `'google-dai'`: The configuration with this identifier is a {@link GoogleDAIConfiguration}\n * <br/> - `'imagine'`: The configuration with this identifier is a {@link ImagineServerSideAdInsertionConfiguration}\n *\n * @public\n */\nexport type SSAIIntegrationId = YospaceSSAIIntegrationID | GoogleDAISSAIIntegrationID | ImagineSSAIIntegrationID;\n\n/**\n * Represents a configuration for server-side ad insertion (SSAI).\n *\n * @remarks\n * <br/> - Available since v2.12.0.\n *\n * @public\n */\nexport interface ServerSideAdInsertionConfiguration {\n /**\n * The identifier for the SSAI integration.\n */\n integration: SSAIIntegrationId;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["api/source/ads/ssai/ServerSideAdInsertionConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["YospaceServerSideAdInsertionConfiguration.ts"],"sourcesContent":["import type { ServerSideAdInsertionConfiguration } from './ServerSideAdInsertionConfiguration';\nimport type { TypedSource } from '../../SourceDescription';\n\n/**\n * The identifier of the Yospace integration.\n *\n * @public\n */\nexport type YospaceSSAIIntegrationID = 'yospace';\n\n/**\n * The type of the Yospace stream, represented by a value from the following list:\n * <br/> - `'live'`: The stream is a live stream.\n * <br/> - `'livepause'`: The stream is a live stream with a large DVR window.\n * <br/> - `'nonlinear'`: The stream is a Non-Linear Start-Over stream.\n * <br/> - `'vod'`: The stream is a video-on-demand stream.\n *\n * @public\n */\nexport type YospaceStreamType = 'vod' | 'live' | 'livepause' | 'nonlinear';\n\n/**\n * Represents a configuration for server-side ad insertion with the Yospace pre-integration.\n *\n * @remarks\n * <br/> - Available since v2.14.7.\n *\n * @public\n */\nexport interface YospaceServerSideAdInsertionConfiguration extends ServerSideAdInsertionConfiguration {\n /**\n * The identifier for the SSAI pre-integration.\n */\n integration: YospaceSSAIIntegrationID;\n\n /**\n * The type of the requested stream.\n *\n * @defaultValue `'live'`\n */\n streamType?: YospaceStreamType;\n}\n\n/**\n * Represents a media resource with a Yospace server-side ad insertion request.\n *\n * @public\n */\nexport interface YospaceTypedSource extends TypedSource {\n ssai: YospaceServerSideAdInsertionConfiguration;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_GoogleDAIConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_ImagineServerSideAdInsertionConfiguration","_ServerSideAdInsertionConfiguration","_YospaceServerSideAdInsertionConfiguration"],"sources":["barrel.ts"],"sourcesContent":["export * from './GoogleDAIConfiguration';\nexport * from './ImagineServerSideAdInsertionConfiguration';\nexport * from './ServerSideAdInsertionConfiguration';\nexport * from './YospaceServerSideAdInsertionConfiguration';\n"],"mappings":";;;;;AAAA,IAAAA,uBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,uBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,uBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,uBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,0CAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,0CAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,0CAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,0CAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,mCAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,mCAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,mCAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,mCAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,0CAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,0CAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,0CAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,0CAAA,CAAAP,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_GoogleDAIConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_ImagineServerSideAdInsertionConfiguration","_ServerSideAdInsertionConfiguration","_YospaceServerSideAdInsertionConfiguration"],"sourceRoot":"../../../../../../src","sources":["api/source/ads/ssai/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,uBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,uBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,uBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,uBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,0CAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,0CAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,0CAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,0CAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,mCAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,mCAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,mCAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,mCAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,0CAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,0CAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,0CAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,0CAAA,CAAAP,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["AnalyticsDescription.ts"],"sourcesContent":["/**\n * Describes the configuration of an analytics integration as part of the SourceDescription.\n *\n * @public\n */\nexport interface AnalyticsDescription {\n /**\n * The identifier of the analytics integration.\n */\n integration: string;\n\n /**\n * Analytics extensions can define any custom set of fields.\n */\n [key: string]: unknown;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/analytics/AnalyticsDescription.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_AnalyticsDescription","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './AnalyticsDescription';\n"],"mappings":";;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,qBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,qBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,qBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_AnalyticsDescription","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["api/source/analytics/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,qBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,qBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,qBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":["_barrel","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_barrel2","_barrel3","_barrel4","_barrel5","_barrel6","_SourceDescription"],"sources":["barrel.ts"],"sourcesContent":["export * from './ads/barrel';\nexport * from './analytics/barrel';\nexport * from './drm/barrel';\nexport * from './dash/barrel';\nexport * from './hls/barrel';\nexport * from './metadata/barrel';\nexport * from './SourceDescription';\n"],"mappings":"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"}
1
+ {"version":3,"names":["_barrel","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_barrel2","_barrel3","_barrel4","_barrel5","_barrel6","_SourceDescription"],"sourceRoot":"../../../../src","sources":["api/source/barrel.ts"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["DashPlaybackConfiguration.ts"],"sourcesContent":["/**\n * The strategy for period switches (see {@link DashPlaybackConfiguration.useSeamlessPeriodSwitch}), represented by a value from the following list:\n * <br/> - `'auto'`: The player uses seamless switches if the platform supports it, and hard switches otherwise.\n * This is the default.\n * <br/> - `'never'`: The player never uses a seamless switch, and always uses a hard switch.\n * Use this if you notice that the player is attempting but failing to preload the next period on the current platform.\n * <br/> - `'always'`: The player always uses a seamless switch, and never uses a hard switch.\n * Use this if you notice that the player never preloads the next period, even though you know that the current platform\n * should support it.\n *\n * @public\n */\nexport type SeamlessPeriodSwitchStrategy = 'auto' | 'always' | 'never';\n\n/**\n * Represents a configuration for controlling playback of an MPEG-DASH stream.\n *\n * @remarks\n * <br/> - Available since v2.79.0.\n *\n * @public\n */\nexport interface DashPlaybackConfiguration {\n /**\n * Whether to seamlessly switch between DASH periods.\n *\n * @remarks\n * <br/> - Available on Web only.\n *\n * The player supports two strategies for handling a switch between two periods in an MPEG-DASH stream:\n * <br/> - <strong>Seamless</strong>: Once the player is done buffering the current period, it immediately starts buffering the next period.\n * This requires that the current period and the next period have compatible codecs and content protection, or that the platform\n * supports buffering different codecs in a single player. Because the next period is preloaded ahead of time, this makes the actual\n * switch between periods (almost) completely seamless.\n * <br/> - <strong>Hard</strong>: The player waits until playback reaches the end of the current period before buffering and playing the next\n * period. Because the buffering is not done ahead of time, this may result in a noticeable stall at the start of the next period.\n * However, this strategy does not require any special platform support, so it works on any platform or device.\n *\n * By default, the player will automatically choose between a seamless or a hard period switch based on the codecs and content protection of\n * the two periods, and the support information reported by the platform. However, if you notice that the player makes an incorrect decision\n * on certain streams or platforms, you can use this option to override its behavior as a stopgap solution. (You should still report this\n * problem to THEOplayer support, so we can improve the player's default behavior and you can remove this override.)\n *\n * @defaultValue `'auto'`\n */\n useSeamlessPeriodSwitch?: SeamlessPeriodSwitchStrategy;\n\n /**\n * (Experimental) Whether the timescales of the media data need to be shifted,\n * in order to work around platform-specific issues on certain smart TV platforms.\n *\n * @remarks\n * <br/> - Available since v4.1.0.\n * <br/> - Available on Web only.\n * <br/> - On certain smart TV platforms (such as Tizen 2), playback issues may arise when\n * the timescale of the media data changes across periods or discontinuities.\n * In that case, the player may need to shift all the timescales first,\n * however this strategy may not work for all streams.\n * <br/> - When not specified, the player will decide whether or not to shift timescales\n * based on the platform.\n * <br/> - This is an experimental option. It should only be used after consulting with\n * THEOplayer support or engineering.\n */\n needsTimescaleShifting?: boolean | null;\n\n /**\n * (Experimental) The desired timescale to which the media data should be shifted.\n *\n * @remarks\n * <br/> - Available since v4.11.0.\n * <br/> - Available on Web only.\n * <br/> - When specified, if the player decides to shift the timescale (see {@link DashPlaybackConfiguration.needsTimescaleShifting}), the timescale will be set to the\n * given desired timescale.\n * <br/> - When not specified, if the player decides to shift timescale, the player will decide the timescale to which it should shift.\n * <br/> - This is an experimental option. It should only be used after consulting with\n * THEOplayer support or engineering.\n */\n desiredTimescale?: number;\n\n /**\n * Whether the player should try to force the seek on period switching to realign video and audio.\n *\n * @internal\n *\n * @remarks\n * <br/> - Available on Web only.\n */\n forceSeekToSynchronize?: boolean;\n\n /**\n * (Experimental) Force the player to ignore the availability window of individual segments in the MPD,\n * and instead consider every listed segment to be immediately available.\n *\n * @remarks\n * <br/> - Available since v5.2.0.\n * <br/> - Available on Web and Android.\n * <br/> - This only applies to livestreams (with `<MPD type=\"dynamic\">`).\n * <br/> - This only applies to streams that use `<SegmentTimeline>`.\n */\n ignoreAvailabilityWindow?: boolean;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/dash/DashPlaybackConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_DashPlaybackConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './DashPlaybackConfiguration';\n"],"mappings":";;;;;AAAA,IAAAA,0BAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,0BAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,0BAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,0BAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_DashPlaybackConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["api/source/dash/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,0BAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,0BAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,0BAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,0BAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["DRMConfiguration.ts"],"sourcesContent":["/**\n * Describes the key system configuration.\n *\n * @public\n */\nexport interface KeySystemConfiguration {\n /**\n * Property to indicate whether the ability to persist state is required. This includes session data and any other type of state. The player will forward this information to the CDM when requesting access to the media key system.\n *\n * Available values are:\n * - \"required\": This will instruct the player to make the key sessions persistent.\n * - \"optional\": Choice of making use of a persistent key session is up to the player.\n * - \"not-allowed\": A temporary key session will be used.\n */\n persistentState?: 'required' | 'optional' | 'not-allowed';\n\n /**\n * Used to indicate if media key sessions can be shared across different instances, for example different browser profiles, player instances or applications. The player will forward this information to the CDM when requesting access to the media key system.\n * Available values are:\n * - “required”\n * - “optional”\n * - “not-allowed”\n */\n distinctiveIdentifier?: 'required' | 'optional' | 'not-allowed';\n\n /**\n * Allows to configure the robustness level required for audio data. The robustness level can be used to define the DRM security level. If the security level requested is not available on the platform, playback will fail.\n *\n * Following values are supported for Widevine:\n * - \"\": Lowest security level\n * - \"SW_SECURE_CRYPTO\": Secure decryption in software is required. This matches Widevine L3.\n * - \"SW_SECURE_DECODE\": Media data is to be decoded securely in software. This matches Widevine L3.\n * - \"HW_SECURE_CRYPTO\": Secure decryption in hardware is required. This matches Widevine L2.\n * - \"HW_SECURE_DECODE\": Media data is to be decoded securely in hardware. This matches Widevine L1.\n * - \"HW_SECURE_ALL\": The media pipeline must be decrypted and decoded securely in hardware. This matches Widevine L1.\n */\n audioRobustness?: string;\n\n /**\n * Allows to configure the robustness level required for video data. The robustness level can be used to define the DRM security level. If the security level requested is not available on the platform, playback will fail.\n *\n * Following values are supported for Widevine:\n *\n * - \"\": Lowest security level\n * - \"SW_SECURE_CRYPTO\": Secure decryption in software is required. This matches Widevine L3.\n * - \"SW_SECURE_DECODE\": Media data is to be decoded securely in software. This matches Widevine L3.\n * - \"HW_SECURE_CRYPTO\": Secure decryption in hardware is required. This matches Widevine L2.\n * - \"HW_SECURE_DECODE\": Media data is to be decoded securely in hardware. This matches Widevine L1.\n * - \"HW_SECURE_ALL\": The media pipeline must be decrypted and decoded securely in hardware. This matches Widevine L1.\n */\n videoRobustness?: string;\n\n /**\n * The licence acquisition URL.\n *\n * @remarks\n * <br/> - If provided, the player will send license requests for the intended DRM scheme to the provided value.\n * <br/> - If not provided, the player will use the default license acquisition URLs.\n */\n licenseAcquisitionURL?: string;\n\n /**\n * The licence type.\n *\n * @internal\n */\n licenseType?: LicenseType;\n\n /**\n * Record of HTTP headers for the licence acquisition request.\n * Each entry contains a header name with associated value.\n */\n headers?: { [headerName: string]: string };\n\n /**\n * Whether the player is allowed to use credentials for cross-origin requests.\n *\n * @remarks\n * <br/> - Credentials are cookies, authorization headers or TLS client certificates.\n *\n * @defaultValue `false`\n */\n useCredentials?: boolean;\n\n /**\n * Record of query parameters for the licence acquisition request.\n * Each entry contains a query parameter name with associated value.\n */\n queryParameters?: { [key: string]: any };\n\n /**\n * The certificate for the key system. This can be either an ArrayBuffer or Uint8Array containing the raw certificate bytes or a base64-encoded variant of this.\n */\n certificate?: string;\n}\n\n/**\n * The type of the licence, represented by a value from the following list:\n * <br/> - `'temporary'`\n * <br/> - `'persistent'`\n *\n * @public\n */\nexport type LicenseType = 'temporary' | 'persistent';\n\n/**\n * Describes the FairPlay key system configuration.\n *\n * @public\n */\nexport interface FairPlayKeySystemConfiguration extends KeySystemConfiguration {\n /**\n * The URL of the certificate.\n */\n certificateURL?: string;\n}\n\n/**\n * Describes the PlayReady key system configuration.\n *\n * @public\n */\nexport interface PlayReadyKeySystemConfiguration extends KeySystemConfiguration {\n /**\n * Custom data which will be passed to the CDM.\n */\n customData?: string;\n}\n\n/**\n * Describes the Widevine key system configuration.\n *\n * @public\n */\nexport type WidevineKeySystemConfiguration = KeySystemConfiguration;\n\n/**\n * Describes the ClearKey key system configuration.\n *\n * @public\n */\nexport interface ClearkeyKeySystemConfiguration extends KeySystemConfiguration {\n /**\n * List of decryption keys.\n */\n keys?: ClearkeyDecryptionKey[];\n}\n\n/**\n * Describes the ClearKey decryption key.\n *\n * @public\n */\nexport interface ClearkeyDecryptionKey {\n /**\n * The identifier of the key.\n *\n * @remarks\n * <br/> - This is a base64url encoding of the octet sequence containing the key ID.\n * <br/> - See {@link https://www.w3.org/TR/encrypted-media/#clear-key-license-format | Clear Key License Format}.\n */\n id: string;\n\n /**\n * The value of the key.\n *\n * @remarks\n * <br/> - The base64url encoding of the octet sequence containing the symmetric key value.\n * <br/> - See {@link https://www.w3.org/TR/encrypted-media/#clear-key-license-format | Clear Key License Format}.\n */\n value: string;\n}\n\n/**\n * Describes the AES128 key system configuration.\n *\n * @public\n */\nexport interface AES128KeySystemConfiguration {\n /**\n * Whether the player is allowed to use credentials for cross-origin requests.\n *\n * @remarks\n * <br/> - Credentials are cookies, authorization headers or TLS client certificates.\n *\n * @defaultValue `false`\n */\n useCredentials?: true;\n}\n\n/**\n * Describes the configuration of the DRM.\n *\n * @public\n */\nexport interface DRMConfiguration {\n /**\n * The identifier of the DRM integration.\n */\n integration?: string;\n\n /**\n * The configuration of the FairPlay key system.\n */\n fairplay?: FairPlayKeySystemConfiguration;\n\n /**\n * The configuration of the PlayReady key system.\n */\n playready?: PlayReadyKeySystemConfiguration;\n\n /**\n * The configuration of the Widevine key system.\n */\n widevine?: WidevineKeySystemConfiguration;\n\n /**\n * The configuration of the ClearKey key system.\n */\n clearkey?: ClearkeyKeySystemConfiguration;\n\n /**\n * The configuration of the AES key system.\n */\n aes128?: AES128KeySystemConfiguration;\n\n /**\n * An object of key/value pairs which can be used to pass in specific parameters related to a source into a\n * {@link ContentProtectionIntegration}.\n */\n integrationParameters?: { [parameterName: string]: any };\n\n /**\n * An ordered list of URNs of key systems as specified by https://dashif.org/identifiers/content_protection/, or one of the following identifiers:\n *\n * `\"widevine\"` alias for `\"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed\"`\n * `\"fairplay\"` alias for `\"urn:uuid:94ce86fb-07bb-4b43-adb8-93d2fa968ca2\"`\n * `\"playready\"` alias for `\"urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95\"`\n *\n * The first key system in this list which is supported on the given platform will be used for playback.\n *\n * Default value is ['widevine', 'playready', 'fairplay'].\n */\n preferredKeySystems?: Array<KeySystemId | string>;\n}\n\n/**\n * The id of a key system. Possible values are 'widevine', 'fairplay' and 'playready'.\n *\n * @public\n */\nexport type KeySystemId = 'widevine' | 'fairplay' | 'playready';\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/drm/DRMConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_DRMConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './DRMConfiguration';\n"],"mappings":";;;;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_DRMConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["api/source/drm/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["HlsPlaybackConfiguration.ts"],"sourcesContent":["/**\n * The strategy for aligning HLS discontinuities, represented by a value from the following list:\n * <br/> - `'playlist'`: The first segment after a discontinuity is aligned with the segment's start time according to the HLS playlist,\n * i.e. the sum of the `#EXTINF` durations preceding the segment.\n * This ensures that the media time is synchronized with the playlist time, allowing for frame-accurate seeking across\n * discontinuities. However, if the `#EXTINF` durations from the playlist do not closely match the actual durations\n * from the media segments, then this might lead to overlap or gaps at a discontinuity, which can result in glitches or skips\n * during playback.\n * <br/> - `'media'`: The first segment after a discontinuity is aligned with the last media frame of the previous discontinuity.\n * This ensures that there is no overlap or gap at a discontinuity, resulting in smooth playback.\n * However, this may lead to drift between the playlist time and the actual media time, which can result in less accurate seeking.\n * <br/> - `'auto'`: The player aligns discontinuities using the `'playlist'` strategy for VOD and event streams,\n * and using the `'media'` strategy for live and DVR streams.\n * This is the default.\n *\n * @remarks\n * <br/> - See {@link HlsPlaybackConfiguration.discontinuityAlignment}.\n *\n * @public\n */\nexport type HlsDiscontinuityAlignment = 'auto' | 'playlist' | 'media';\n\n/**\n * Represents a configuration for controlling playback of an MPEG-DASH stream.\n *\n * @remarks\n * <br/> - Available since v2.82.0.\n *\n * @public\n */\nexport interface HlsPlaybackConfiguration {\n /**\n * The strategy for aligning HLS discontinuities.\n *\n * @defaultValue `'auto'`\n */\n discontinuityAlignment?: HlsDiscontinuityAlignment;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/hls/HlsPlaybackConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_HlsPlaybackConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './HlsPlaybackConfiguration';\n"],"mappings":";;;;;AAAA,IAAAA,yBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,yBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,yBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,yBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_HlsPlaybackConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["api/source/hls/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,yBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,yBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,yBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,yBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["MetadataDescription.ts"],"sourcesContent":["/**\n * Describes the metadata of a source.\n *\n * @public\n */\nexport interface MetadataDescription {\n [metadataKey: string]: any;\n\n /**\n * The title of the content.\n */\n readonly title?: string;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["api/source/metadata/MetadataDescription.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_MetadataDescription","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './MetadataDescription';\n"],"mappings":";;;;;AAAA,IAAAA,oBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,oBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,oBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,oBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_MetadataDescription","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["api/source/metadata/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,oBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,oBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,oBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,oBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["TimeRange.ts"],"sourcesContent":["export interface TimeRange {\n readonly start: number;\n\n readonly end: number;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["api/timeranges/TimeRange.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_TimeRange","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './TimeRange';\n"],"mappings":";;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_TimeRange","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["api/timeranges/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":["isDateRangeCue","cue","customAttributes","undefined"],"sources":["DateRangeCue.ts"],"sourcesContent":["import type { TextTrackCue } from './TextTrackCue';\n\n/**\n * Represents a cue of a HLS date range metadata text track.\n *\n * @public\n */\nexport interface DateRangeCue extends TextTrackCue {\n /**\n * The class of the date range cue.\n *\n * @remarks\n * <br/> - The class is a client-defined string specifying a set of attributes with associated value semantics.\n */\n class: string | undefined;\n\n /**\n * The playback position at which the date range cue becomes active, as a Date.\n */\n startDate: Date;\n\n /**\n * The playback position at which the date range cue becomes inactive, as a Date.\n */\n endDate: Date | undefined;\n\n /**\n * The duration of the date range cue, in milliseconds.\n */\n duration: number | undefined;\n\n /**\n * The planned duration of the date range cue, in milliseconds.\n *\n * @remarks\n * <br/> - This is used when the exact duration is not known yet.\n */\n plannedDuration: number | undefined;\n\n /**\n * Whether end-on-next is enabled for the date range cue.\n *\n * @remarks\n * <br/> - End-on-next results in the {@link DateRangeCue.endDate} of the date range cue becoming equal to the {@link DateRangeCue.startDate} of the next date range cue with the same {@link DateRangeCue.\"class\"}, once it is known.\n */\n endOnNext: boolean;\n\n /**\n * The SCTE 'cmd' splice_info_section of the date range cue.\n */\n scte35Cmd: ArrayBuffer | undefined;\n\n /**\n * The SCTE 'out' splice_info_section of the date range cue.\n */\n scte35Out: ArrayBuffer | undefined;\n\n /**\n * The SCTE 'in' splice_info_section of the date range cue.\n */\n scte35In: ArrayBuffer | undefined;\n\n /**\n * Custom attributes extracted from the cue source.\n */\n customAttributes: Record<string, string | number | ArrayBuffer>;\n}\n\n/**\n * Check whether a text track cue is of type DateRangeCue.\n */\nexport function isDateRangeCue(cue: TextTrackCue): cue is DateRangeCue {\n return (cue as DateRangeCue).customAttributes != undefined;\n}\n"],"mappings":";;;;;;AAEA;AACA;AACA;AACA;AACA;;AA8DA;AACA;AACA;AACO,SAASA,cAAcA,CAACC,GAAiB,EAAuB;EACrE,OAAQA,GAAG,CAAkBC,gBAAgB,IAAIC,SAAS;AAC5D"}
1
+ {"version":3,"names":["isDateRangeCue","cue","customAttributes","undefined"],"sourceRoot":"../../../../src","sources":["api/track/DateRangeCue.ts"],"mappings":";;;;;;AAEA;AACA;AACA;AACA;AACA;;AA8DA;AACA;AACA;AACO,SAASA,cAAcA,CAACC,GAAiB,EAAuB;EACrE,OAAQA,GAAG,CAAkBC,gBAAgB,IAAIC,SAAS;AAC5D"}
@@ -1 +1 @@
1
- {"version":3,"names":["findMediaTrackByUid","mediaTracks","uid","find","track","findQualityByUid","mediaTrack","qualities","quality","findQualitiesByUid","Array","isArray","filter","includes","undefined"],"sources":["MediaTrack.ts"],"sourcesContent":["import type { Track } from './Track';\nimport type { Quality } from './Quality';\n\nexport type MediaTrackKind = 'main' | 'alternative';\n\n/**\n * Represents a media track (audio or video) of a media resource.\n *\n * @public\n */\nexport interface MediaTrack extends Track {\n /**\n * The identifier of the media track.\n *\n * @remarks\n * <br/> - This identifier can be used to distinguish between related tracks, e.g. tracks in the same list.\n */\n // Note: This identifier is a randomly generated string.\n readonly id: string;\n\n /**\n * A unique identifier of the media track.\n *\n * @remarks\n * <br/> - This identifier is unique across tracks of a THEOplayer instance and can be used to distinguish between tracks.\n * <br/> - This identifier is a randomly generated number.\n */\n readonly uid: number;\n\n /**\n * The kind of the media track, represented by a value from the following list:\n * <br/> - `'main'`: The track is the default track for playback\n * <br/> - `'alternative'`: The track is not the default track for playback\n */\n readonly kind: MediaTrackKind;\n\n /**\n * The label of the media track.\n */\n readonly label: string;\n\n /**\n * The language of the media track.\n */\n readonly language: string;\n\n /**\n * The active quality of the media track, i.e. the quality that is currently being played.\n */\n readonly activeQuality: Quality | undefined;\n\n /**\n * The qualities of the media track.\n */\n readonly qualities: Quality[];\n}\n\nexport function findMediaTrackByUid(mediaTracks: MediaTrack[], uid: number | undefined): MediaTrack | undefined {\n return mediaTracks.find((track) => track.uid === uid);\n}\n\nexport function findQualityByUid(mediaTrack: MediaTrack, uid: number | undefined): Quality | undefined {\n return mediaTrack.qualities.find((quality) => quality.uid === uid);\n}\n\nexport function findQualitiesByUid(mediaTrack: MediaTrack | undefined, uid: number | number[] | undefined): Quality[] | undefined {\n if (uid && mediaTrack) {\n if (Array.isArray(uid)) {\n return mediaTrack.qualities.filter((quality) => uid.includes(quality.uid));\n } else {\n const quality = findQualityByUid(mediaTrack, uid);\n return quality ? [quality] : undefined;\n }\n }\n return undefined;\n}\n"],"mappings":";;;;;;;;AAKA;AACA;AACA;AACA;AACA;;AAgDO,SAASA,mBAAmBA,CAACC,WAAyB,EAAEC,GAAuB,EAA0B;EAC9G,OAAOD,WAAW,CAACE,IAAI,CAAEC,KAAK,IAAKA,KAAK,CAACF,GAAG,KAAKA,GAAG,CAAC;AACvD;AAEO,SAASG,gBAAgBA,CAACC,UAAsB,EAAEJ,GAAuB,EAAuB;EACrG,OAAOI,UAAU,CAACC,SAAS,CAACJ,IAAI,CAAEK,OAAO,IAAKA,OAAO,CAACN,GAAG,KAAKA,GAAG,CAAC;AACpE;AAEO,SAASO,kBAAkBA,CAACH,UAAkC,EAAEJ,GAAkC,EAAyB;EAChI,IAAIA,GAAG,IAAII,UAAU,EAAE;IACrB,IAAII,KAAK,CAACC,OAAO,CAACT,GAAG,CAAC,EAAE;MACtB,OAAOI,UAAU,CAACC,SAAS,CAACK,MAAM,CAAEJ,OAAO,IAAKN,GAAG,CAACW,QAAQ,CAACL,OAAO,CAACN,GAAG,CAAC,CAAC;IAC5E,CAAC,MAAM;MACL,MAAMM,OAAO,GAAGH,gBAAgB,CAACC,UAAU,EAAEJ,GAAG,CAAC;MACjD,OAAOM,OAAO,GAAG,CAACA,OAAO,CAAC,GAAGM,SAAS;IACxC;EACF;EACA,OAAOA,SAAS;AAClB"}
1
+ {"version":3,"names":["findMediaTrackByUid","mediaTracks","uid","find","track","findQualityByUid","mediaTrack","qualities","quality","findQualitiesByUid","Array","isArray","filter","includes","undefined"],"sourceRoot":"../../../../src","sources":["api/track/MediaTrack.ts"],"mappings":";;;;;;;;AAKA;AACA;AACA;AACA;AACA;;AAgDO,SAASA,mBAAmBA,CAACC,WAAyB,EAAEC,GAAuB,EAA0B;EAC9G,OAAOD,WAAW,CAACE,IAAI,CAAEC,KAAK,IAAKA,KAAK,CAACF,GAAG,KAAKA,GAAG,CAAC;AACvD;AAEO,SAASG,gBAAgBA,CAACC,UAAsB,EAAEJ,GAAuB,EAAuB;EACrG,OAAOI,UAAU,CAACC,SAAS,CAACJ,IAAI,CAAEK,OAAO,IAAKA,OAAO,CAACN,GAAG,KAAKA,GAAG,CAAC;AACpE;AAEO,SAASO,kBAAkBA,CAACH,UAAkC,EAAEJ,GAAkC,EAAyB;EAChI,IAAIA,GAAG,IAAII,UAAU,EAAE;IACrB,IAAII,KAAK,CAACC,OAAO,CAACT,GAAG,CAAC,EAAE;MACtB,OAAOI,UAAU,CAACC,SAAS,CAACK,MAAM,CAAEJ,OAAO,IAAKN,GAAG,CAACW,QAAQ,CAACL,OAAO,CAACN,GAAG,CAAC,CAAC;IAC5E,CAAC,MAAM;MACL,MAAMM,OAAO,GAAGH,gBAAgB,CAACC,UAAU,EAAEJ,GAAG,CAAC;MACjD,OAAOM,OAAO,GAAG,CAACA,OAAO,CAAC,GAAGM,SAAS;IACxC;EACF;EACA,OAAOA,SAAS;AAClB"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["Quality.ts"],"sourcesContent":["/**\n * Represents a quality of a media track.\n *\n * @public\n */\nexport interface Quality {\n /**\n * The average bandwidth of the quality.\n */\n readonly averageBandwidth?: number;\n\n /**\n * The required bandwidth for the quality.\n */\n readonly bandwidth: number;\n\n /**\n * The codecs of the quality.\n *\n * @remarks\n * <br/> - These are represented as a string containing the codecs as defined by the manifest.\n */\n readonly codecs: string;\n\n /**\n * The identifier for this quality. This identifier is tied to the stream's internal representation. It may be empty. For a unique id, use {@link Quality.uid}.\n */\n readonly id: string;\n\n /**\n * The unique identifier for this quality.\n */\n readonly uid: number;\n\n /**\n * The name of the quality.\n */\n readonly name: string;\n\n /**\n * The label of the quality.\n */\n label: string;\n\n /**\n * Whether the quality is available.\n *\n * @remarks\n * <br/> - A quality can be unavailable due to a DRM restriction (e.g. HDCP).\n */\n readonly available: boolean;\n}\n\n/**\n * Represents a quality of a video track.\n *\n * @public\n */\nexport interface VideoQuality extends Quality {\n /**\n * The video height of the video quality, in pixels.\n */\n readonly height: number;\n\n /**\n * The video width of the video quality, in pixels.\n */\n readonly width: number;\n\n /**\n * The framerate of the video quality.\n */\n readonly frameRate: number;\n\n /**\n * The timestamp of the first frame of the video quality, in seconds.\n */\n readonly firstFrame: number;\n}\n\n/**\n * Represents a quality of an audio track.\n *\n * @public\n */\nexport interface AudioQuality extends Quality {\n /**\n * The sampling rate of the audio quality.\n */\n readonly audioSamplingRate: number | [number, number];\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["api/track/Quality.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["TextTrackType","exports","TextTrackKind","TextTrackMode","filterRenderableTracks","textTracks","filter","textTrack","kind","filterThumbnailTracks","find","isThumbnailTrack","label","hasTextTrackCue","cue","cues","c","uid","removeTextTrackCue","addTextTrackCue","push","findTextTrackByUid","t"],"sources":["TextTrack.ts"],"sourcesContent":["import type { Track } from './Track';\nimport type { TextTrackCue } from './TextTrackCue';\n\nexport enum TextTrackType {\n cea608 = 'cea608',\n id3 = 'id3',\n srt = 'srt',\n ttml = 'ttml',\n webvtt = 'webvtt',\n daterange = 'daterange',\n eventstream = 'eventstream',\n emsg = 'emsg',\n}\n\nexport enum TextTrackKind {\n captions = 'captions',\n chapters = 'chapters',\n descriptions = 'descriptions',\n metadata = 'metadata',\n subtitles = 'subtitles',\n thumbnails = 'thumbnails',\n}\n\nexport enum TextTrackMode {\n disabled = 'disabled',\n showing = 'showing',\n hidden = 'hidden',\n}\n\nexport interface TextTrack extends Track {\n /**\n * The kind of the text track, represented by a value from the following list:\n * <br/> - `'subtitles'`: The track contains subtitles.\n * <br/> - `'captions'`: The track contains closed captions, a translation of dialogue and sound effects.\n * <br/> - `'descriptions'`: The track contains descriptions, a textual description of the video.\n * <br/> - `'chapters'`: The track contains chapter titles.\n * <br/> - `'metadata'`: The track contains metadata. This track will not serve display purposes.\n */\n readonly kind: TextTrackKind;\n\n /**\n * The label of the text track.\n */\n readonly label: string;\n\n /**\n * The language of the text track.\n */\n readonly language: string;\n\n /**\n * The identifier of the text track.\n *\n * @remarks\n * <br/> - This identifier can be used to distinguish between related tracks, e.g. tracks in the same list.\n */\n readonly id: string;\n\n /**\n * A unique identifier of the text track.\n *\n * @remarks\n * <br/> - This identifier is unique across tracks of a THEOplayer instance and can be used to distinguish between tracks.\n */\n readonly uid: number;\n\n /**\n * The mode of the text track, represented by a value from the following list:\n * <br/> - `'disabled'`: The track is disabled.\n * <br/> - `'showing'`: The track is showing.\n * <br/> - `'hidden'`: The track is enabled and loading cues, but not shown. (used for metadata tracks)\n */\n mode: TextTrackMode;\n\n /**\n * The content type of the text track.\n */\n readonly type: TextTrackType;\n\n /**\n * The list of cues of the track.\n *\n * @remarks\n * <br/> - If the {@link TextTrack.mode} is `'disabled'`, this property is `null`.\n */\n cues: TextTrackCue[] | null;\n\n /**\n * The source of the text track.\n */\n readonly src: string;\n\n /**\n * Indicates whether the track contains Forced Narrative cues.\n * This may only be true for subtitle tracks where\n * <br/> - For DASH: the corresponding AdaptationSet contains a child Role with its value attribute equal to `'forced_subtitle'`\n * <br/> - For HLS: the corresponding #EXT-X-MEDIA tag contains the attributes TYPE=SUBTITLES and FORCED=YES (not supported yet)\n */\n readonly forced: boolean;\n}\n\n/**\n * Retain renderable tracks.\n * https://html.spec.whatwg.org/multipage/embedded-content.html#text-track-showing\n */\nexport function filterRenderableTracks(textTracks: TextTrack[] | undefined): TextTrack[] | undefined {\n return textTracks && textTracks.filter((textTrack) => textTrack.kind === 'subtitles' || textTrack.kind === 'captions');\n}\n\n/**\n * Retain first thumbnail track encountered in the textTracks list.\n */\nexport function filterThumbnailTracks(textTracks: TextTrack[] | undefined): TextTrack | undefined {\n return textTracks && textTracks.find(isThumbnailTrack);\n}\n\n/**\n * Query whether a track is a valid thumbnail track.\n */\nexport function isThumbnailTrack(textTrack: TextTrack | undefined): boolean {\n return !!textTrack && (textTrack.kind === 'thumbnails' || (textTrack.kind === 'metadata' && textTrack.label === 'thumbnails'));\n}\n\nexport function hasTextTrackCue(textTrack: TextTrack, cue: TextTrackCue): boolean {\n return !!(textTrack.cues && cue && textTrack.cues.find((c) => cue.uid === c.uid));\n}\n\nexport function removeTextTrackCue(textTrack?: TextTrack, cue?: TextTrackCue) {\n if (textTrack && textTrack.cues && cue && hasTextTrackCue(textTrack, cue)) {\n textTrack.cues = textTrack.cues.filter((c) => c.uid !== cue.uid);\n }\n}\n\nexport function addTextTrackCue(textTrack?: TextTrack, cue?: TextTrackCue) {\n if (textTrack && textTrack.cues && cue && !hasTextTrackCue(textTrack, cue)) {\n textTrack.cues.push(cue);\n }\n}\n\nexport function findTextTrackByUid(textTracks: TextTrack[], uid: number): TextTrack | undefined {\n return textTracks.find((t) => t.uid === uid);\n}\n"],"mappings":";;;;;;;;;;;;;IAGYA,aAAa,GAAAC,OAAA,CAAAD,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAAA,IAWbE,aAAa,GAAAD,OAAA,CAAAC,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAAA,IASbC,aAAa,GAAAF,OAAA,CAAAE,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AA8EzB;AACA;AACA;AACA;AACO,SAASC,sBAAsBA,CAACC,UAAmC,EAA2B;EACnG,OAAOA,UAAU,IAAIA,UAAU,CAACC,MAAM,CAAEC,SAAS,IAAKA,SAAS,CAACC,IAAI,KAAK,WAAW,IAAID,SAAS,CAACC,IAAI,KAAK,UAAU,CAAC;AACxH;;AAEA;AACA;AACA;AACO,SAASC,qBAAqBA,CAACJ,UAAmC,EAAyB;EAChG,OAAOA,UAAU,IAAIA,UAAU,CAACK,IAAI,CAACC,gBAAgB,CAAC;AACxD;;AAEA;AACA;AACA;AACO,SAASA,gBAAgBA,CAACJ,SAAgC,EAAW;EAC1E,OAAO,CAAC,CAACA,SAAS,KAAKA,SAAS,CAACC,IAAI,KAAK,YAAY,IAAKD,SAAS,CAACC,IAAI,KAAK,UAAU,IAAID,SAAS,CAACK,KAAK,KAAK,YAAa,CAAC;AAChI;AAEO,SAASC,eAAeA,CAACN,SAAoB,EAAEO,GAAiB,EAAW;EAChF,OAAO,CAAC,EAAEP,SAAS,CAACQ,IAAI,IAAID,GAAG,IAAIP,SAAS,CAACQ,IAAI,CAACL,IAAI,CAAEM,CAAC,IAAKF,GAAG,CAACG,GAAG,KAAKD,CAAC,CAACC,GAAG,CAAC,CAAC;AACnF;AAEO,SAASC,kBAAkBA,CAACX,SAAqB,EAAEO,GAAkB,EAAE;EAC5E,IAAIP,SAAS,IAAIA,SAAS,CAACQ,IAAI,IAAID,GAAG,IAAID,eAAe,CAACN,SAAS,EAAEO,GAAG,CAAC,EAAE;IACzEP,SAAS,CAACQ,IAAI,GAAGR,SAAS,CAACQ,IAAI,CAACT,MAAM,CAAEU,CAAC,IAAKA,CAAC,CAACC,GAAG,KAAKH,GAAG,CAACG,GAAG,CAAC;EAClE;AACF;AAEO,SAASE,eAAeA,CAACZ,SAAqB,EAAEO,GAAkB,EAAE;EACzE,IAAIP,SAAS,IAAIA,SAAS,CAACQ,IAAI,IAAID,GAAG,IAAI,CAACD,eAAe,CAACN,SAAS,EAAEO,GAAG,CAAC,EAAE;IAC1EP,SAAS,CAACQ,IAAI,CAACK,IAAI,CAACN,GAAG,CAAC;EAC1B;AACF;AAEO,SAASO,kBAAkBA,CAAChB,UAAuB,EAAEY,GAAW,EAAyB;EAC9F,OAAOZ,UAAU,CAACK,IAAI,CAAEY,CAAC,IAAKA,CAAC,CAACL,GAAG,KAAKA,GAAG,CAAC;AAC9C"}
1
+ {"version":3,"names":["TextTrackType","exports","TextTrackKind","TextTrackMode","filterRenderableTracks","textTracks","filter","textTrack","kind","filterThumbnailTracks","find","isThumbnailTrack","label","hasTextTrackCue","cue","cues","c","uid","removeTextTrackCue","addTextTrackCue","push","findTextTrackByUid","t"],"sourceRoot":"../../../../src","sources":["api/track/TextTrack.ts"],"mappings":";;;;;;;;;;;;;IAGYA,aAAa,GAAAC,OAAA,CAAAD,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAAA,IAWbE,aAAa,GAAAD,OAAA,CAAAC,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAAA,IASbC,aAAa,GAAAF,OAAA,CAAAE,aAAA,0BAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AA8EzB;AACA;AACA;AACA;AACO,SAASC,sBAAsBA,CAACC,UAAmC,EAA2B;EACnG,OAAOA,UAAU,IAAIA,UAAU,CAACC,MAAM,CAAEC,SAAS,IAAKA,SAAS,CAACC,IAAI,KAAK,WAAW,IAAID,SAAS,CAACC,IAAI,KAAK,UAAU,CAAC;AACxH;;AAEA;AACA;AACA;AACO,SAASC,qBAAqBA,CAACJ,UAAmC,EAAyB;EAChG,OAAOA,UAAU,IAAIA,UAAU,CAACK,IAAI,CAACC,gBAAgB,CAAC;AACxD;;AAEA;AACA;AACA;AACO,SAASA,gBAAgBA,CAACJ,SAAgC,EAAW;EAC1E,OAAO,CAAC,CAACA,SAAS,KAAKA,SAAS,CAACC,IAAI,KAAK,YAAY,IAAKD,SAAS,CAACC,IAAI,KAAK,UAAU,IAAID,SAAS,CAACK,KAAK,KAAK,YAAa,CAAC;AAChI;AAEO,SAASC,eAAeA,CAACN,SAAoB,EAAEO,GAAiB,EAAW;EAChF,OAAO,CAAC,EAAEP,SAAS,CAACQ,IAAI,IAAID,GAAG,IAAIP,SAAS,CAACQ,IAAI,CAACL,IAAI,CAAEM,CAAC,IAAKF,GAAG,CAACG,GAAG,KAAKD,CAAC,CAACC,GAAG,CAAC,CAAC;AACnF;AAEO,SAASC,kBAAkBA,CAACX,SAAqB,EAAEO,GAAkB,EAAE;EAC5E,IAAIP,SAAS,IAAIA,SAAS,CAACQ,IAAI,IAAID,GAAG,IAAID,eAAe,CAACN,SAAS,EAAEO,GAAG,CAAC,EAAE;IACzEP,SAAS,CAACQ,IAAI,GAAGR,SAAS,CAACQ,IAAI,CAACT,MAAM,CAAEU,CAAC,IAAKA,CAAC,CAACC,GAAG,KAAKH,GAAG,CAACG,GAAG,CAAC;EAClE;AACF;AAEO,SAASE,eAAeA,CAACZ,SAAqB,EAAEO,GAAkB,EAAE;EACzE,IAAIP,SAAS,IAAIA,SAAS,CAACQ,IAAI,IAAID,GAAG,IAAI,CAACD,eAAe,CAACN,SAAS,EAAEO,GAAG,CAAC,EAAE;IAC1EP,SAAS,CAACQ,IAAI,CAACK,IAAI,CAACN,GAAG,CAAC;EAC1B;AACF;AAEO,SAASO,kBAAkBA,CAAChB,UAAuB,EAAEY,GAAW,EAAyB;EAC9F,OAAOZ,UAAU,CAACK,IAAI,CAAEY,CAAC,IAAKA,CAAC,CAACL,GAAG,KAAKA,GAAG,CAAC;AAC9C"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["TextTrackCue.ts"],"sourcesContent":["/**\n * Represents a cue of a text track.\n *\n * @public\n */\nexport interface TextTrackCue {\n /**\n * The identifier of the cue.\n */\n id: string;\n\n /**\n * A unique identifier of the text track cue.\n *\n * @remarks\n * <br/> - This identifier is unique across text track cues of a THEOplayer instance and can be used to distinguish between cues.\n * <br/> - This identifier is a randomly generated number.\n */\n readonly uid: number;\n\n /**\n * The playback position at which the cue becomes active, in milliseconds.\n */\n startTime: number;\n\n /**\n * The playback position at which the cue becomes inactive, in milliseconds.\n */\n endTime: number;\n\n /**\n * The content of the cue.\n *\n * @remarks\n * The content differs depending on the {@link TextTrackCue.track}'s {@link TextTrack.\"type\" | type }:\n * <br/> - `'emsg'`: Content is a Uint8Array representing the binary message data from the `emsg` box.\n * <br/> - `'eventstream'`: Content is the value of the `messageData` attribute which was specified in the manifest.\n * <br/> - `'ttml'`: Content is an intermediate TTML document’s body element. This is a view of a TTML document where all nodes in the document are active during the cue’s startTime and endTime. As a result, all begin, dur and end properties have been removed. TTML Styles, Regions and Metadata are stored in cue.styles, cue.regions, cue.metadata respectively. Combining those properties with the given content should suffice to render a TTML cue.\n * <br/> - `'webvtt'`: Content is the cue text in raw unparsed form.\n */\n content: any;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["api/track/TextTrackCue.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["EdgeStyle","exports"],"sources":["TextTrackStyle.ts"],"sourcesContent":["/**\n * The text track style API.\n *\n * @public\n */\nexport interface TextTrackStyle {\n /**\n * The font family for the text track.\n */\n fontFamily: string | undefined;\n\n /**\n * The font color for the text track.\n *\n * @example\n * <br/> - `red` will set the color of the text to red.\n * <br/> - `#ff0000` will set the color of the text to red.\n * <br/> - Available on Web only: `rgba(255,0,0,0.5)` will set the color of the text to red, with 50% opacity.\n */\n fontColor: string | undefined;\n\n /**\n * The font size for the text track.\n *\n * @remarks\n * Can be a percentage value such as '50%', '75%', '100%', '150%' or '200%'.\n */\n fontSize: string | undefined;\n\n /**\n * The background color for the text track.\n *\n * @remarks\n * This targets the area directly behind the text.\n *\n * @example\n * <br/> - `red` will set the background color of the text track to red.\n * <br/> - `#ff0000` will set the background color of the text track to red.\n * <br/> - Available on Web only: `rgba(255,0,0,0.5)` will set the background color of the text track to red, with 50% opacity.\n */\n backgroundColor: string | undefined;\n\n /**\n * The window color for the text track.\n *\n * @remarks\n * <br/> - This targets the area covering the full width of the text track.\n * <br/> - Available on Web and Android only.\n *\n * @example\n * <br/> - `red` will set the background color of the window of the text track to red.\n * <br/> - `#ff0000` will set the background color of the window of the text track to red.\n * <br/> - Available on Web only: `rgba(255,0,0,0.5)` will set the background color of the window of the text track to red, with 50% opacity.\n */\n windowColor: string | undefined;\n\n /**\n * The edge style of the text, represented by a value from the following list:\n * <br/> - `'none'`\n * <br/> - `'dropshadow'`\n * <br/> - `'raised'`\n * <br/> - `'depressed'`\n * <br/> - `'uniform`\n */\n edgeStyle: EdgeStyle | undefined;\n\n /**\n * The top margin of the area where subtitles are being rendered.\n *\n * @remarks\n * <br/> - The margin is in number of pixels.\n */\n marginTop: number | undefined;\n\n /**\n * The bottom margin of the area where subtitles are being rendered.\n *\n * @remarks\n * <br/> - The margin is in number of pixels.\n * <br/> - Available on Web only.\n */\n marginBottom: number | undefined;\n /**\n * The left margin of the area where subtitles are being rendered.\n *\n * @remarks\n * <br/> - The margin is in number of pixels.\n */\n marginLeft: number | undefined;\n /**\n * The right margin of the area where subtitles are being rendered.\n *\n * @remarks\n * <br/> - The margin is in number of pixels.\n * <br/> - Useful for pushing the subtitles left, so they don't overlap with the UI.\n * <br/> - Available on Web only.\n */\n marginRight: number | undefined;\n}\n\n/**\n * The style of the edge, represented by a value from the following list:\n * <br/> - `'none'`\n * <br/> - `'dropshadow'`\n * <br/> - `'raised'`\n * <br/> - `'depressed'`\n * <br/> - `'uniform'`\n *\n * @public\n */\nexport enum EdgeStyle {\n none = 'none',\n dropshadow = 'dropshadow',\n raised = 'raised',\n depressed = 'depressed',\n uniform = 'uniform',\n}\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AAgGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AATA,IAUYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA"}
1
+ {"version":3,"names":["EdgeStyle","exports"],"sourceRoot":"../../../../src","sources":["api/track/TextTrackStyle.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AAgGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AATA,IAUYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA"}
@@ -26,6 +26,6 @@ function addTrack(trackList, track) {
26
26
  return trackList && track && !hasTrack(trackList, track) ? sortTracks([...trackList, track]) : trackList;
27
27
  }
28
28
  function sortTracks(trackList) {
29
- return (trackList === null || trackList === void 0 ? void 0 : trackList.sort((t1, t2) => t1.uid - t2.uid)) || [];
29
+ return trackList?.sort((t1, t2) => t1.uid - t2.uid) || [];
30
30
  }
31
31
  //# sourceMappingURL=Track.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["hasTrack","trackList","track","find","t","uid","removeTrack","filter","addTrack","sortTracks","sort","t1","t2"],"sources":["Track.ts"],"sourcesContent":["/**\n * Represents a track of a media resource.\n *\n * @remarks\n * <br/> - A specific track type (e.g. {@link TextTrack}) will always be used.\n *\n * @public\n */\nexport interface Track {\n /**\n * The kind of the track.\n *\n * @remarks\n * <br/> - The values for this property depend on the specific type of the track.\n */\n readonly kind: string;\n\n /**\n * The label of the track.\n */\n label: string;\n\n /**\n * The identifier of the track.\n *\n * @remarks\n * <br/> - This identifier can be used to distinguish between related tracks, e.g. tracks in the same list.\n *\n * @privateRemarks\n * <br/> - This identifier is a randomly generated string.\n */\n readonly id: string;\n\n /**\n * A unique identifier of the track.\n *\n * @remarks\n * <br/> - This identifier is unique across tracks of a THEOplayer instance and can be used to distinguish between tracks.\n * <br/> - This identifier is a randomly generated number.\n */\n readonly uid: number;\n\n /**\n * The language of the track.\n */\n readonly language: string;\n}\n\nexport function hasTrack<TTrack extends Track>(trackList: TTrack[], track: TTrack): boolean {\n return !!(trackList && track && trackList.find((t) => t.uid === track.uid));\n}\n\nexport function removeTrack<TTrack extends Track>(trackList: TTrack[], track: TTrack): TTrack[] {\n return trackList && track ? trackList.filter((t) => t.uid !== track.uid) : trackList;\n}\n\nexport function addTrack<TTrack extends Track>(trackList: TTrack[], track: TTrack): TTrack[] {\n return trackList && track && !hasTrack(trackList, track) ? sortTracks([...trackList, track]) : trackList;\n}\n\nexport function sortTracks<TTrack extends Track>(trackList?: TTrack[]): TTrack[] {\n return trackList?.sort((t1: TTrack, t2: TTrack) => t1.uid - t2.uid) || [];\n}\n"],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAyCO,SAASA,QAAQA,CAAuBC,SAAmB,EAAEC,KAAa,EAAW;EAC1F,OAAO,CAAC,EAAED,SAAS,IAAIC,KAAK,IAAID,SAAS,CAACE,IAAI,CAAEC,CAAC,IAAKA,CAAC,CAACC,GAAG,KAAKH,KAAK,CAACG,GAAG,CAAC,CAAC;AAC7E;AAEO,SAASC,WAAWA,CAAuBL,SAAmB,EAAEC,KAAa,EAAY;EAC9F,OAAOD,SAAS,IAAIC,KAAK,GAAGD,SAAS,CAACM,MAAM,CAAEH,CAAC,IAAKA,CAAC,CAACC,GAAG,KAAKH,KAAK,CAACG,GAAG,CAAC,GAAGJ,SAAS;AACtF;AAEO,SAASO,QAAQA,CAAuBP,SAAmB,EAAEC,KAAa,EAAY;EAC3F,OAAOD,SAAS,IAAIC,KAAK,IAAI,CAACF,QAAQ,CAACC,SAAS,EAAEC,KAAK,CAAC,GAAGO,UAAU,CAAC,CAAC,GAAGR,SAAS,EAAEC,KAAK,CAAC,CAAC,GAAGD,SAAS;AAC1G;AAEO,SAASQ,UAAUA,CAAuBR,SAAoB,EAAY;EAC/E,OAAO,CAAAA,SAAS,aAATA,SAAS,uBAATA,SAAS,CAAES,IAAI,CAAC,CAACC,EAAU,EAAEC,EAAU,KAAKD,EAAE,CAACN,GAAG,GAAGO,EAAE,CAACP,GAAG,CAAC,KAAI,EAAE;AAC3E"}
1
+ {"version":3,"names":["hasTrack","trackList","track","find","t","uid","removeTrack","filter","addTrack","sortTracks","sort","t1","t2"],"sourceRoot":"../../../../src","sources":["api/track/Track.ts"],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAyCO,SAASA,QAAQA,CAAuBC,SAAmB,EAAEC,KAAa,EAAW;EAC1F,OAAO,CAAC,EAAED,SAAS,IAAIC,KAAK,IAAID,SAAS,CAACE,IAAI,CAAEC,CAAC,IAAKA,CAAC,CAACC,GAAG,KAAKH,KAAK,CAACG,GAAG,CAAC,CAAC;AAC7E;AAEO,SAASC,WAAWA,CAAuBL,SAAmB,EAAEC,KAAa,EAAY;EAC9F,OAAOD,SAAS,IAAIC,KAAK,GAAGD,SAAS,CAACM,MAAM,CAAEH,CAAC,IAAKA,CAAC,CAACC,GAAG,KAAKH,KAAK,CAACG,GAAG,CAAC,GAAGJ,SAAS;AACtF;AAEO,SAASO,QAAQA,CAAuBP,SAAmB,EAAEC,KAAa,EAAY;EAC3F,OAAOD,SAAS,IAAIC,KAAK,IAAI,CAACF,QAAQ,CAACC,SAAS,EAAEC,KAAK,CAAC,GAAGO,UAAU,CAAC,CAAC,GAAGR,SAAS,EAAEC,KAAK,CAAC,CAAC,GAAGD,SAAS;AAC1G;AAEO,SAASQ,UAAUA,CAAuBR,SAAoB,EAAY;EAC/E,OAAOA,SAAS,EAAES,IAAI,CAAC,CAACC,EAAU,EAAEC,EAAU,KAAKD,EAAE,CAACN,GAAG,GAAGO,EAAE,CAACP,GAAG,CAAC,IAAI,EAAE;AAC3E"}
@@ -1 +1 @@
1
- {"version":3,"names":["_MediaTrack","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_Quality","_TextTrack","_TextTrackCue","_Track","_TextTrackStyle","_DateRangeCue"],"sources":["barrel.ts"],"sourcesContent":["export * from './MediaTrack';\nexport * from './Quality';\nexport * from './TextTrack';\nexport * from './TextTrackCue';\nexport * from './Track';\nexport * from './TextTrackStyle';\nexport * from './DateRangeCue';\n"],"mappings":"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"}
1
+ {"version":3,"names":["_MediaTrack","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_Quality","_TextTrack","_TextTrackCue","_Track","_TextTrackStyle","_DateRangeCue"],"sourceRoot":"../../../../src","sources":["api/track/barrel.ts"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["UIConfiguration.ts"],"sourcesContent":["/**\n * Describes the UI related configuration of the player.\n *\n * @public\n */\nexport interface UIConfiguration {\n /**\n * The language which is used for localization.\n *\n * @example\n * ```\n * ui: {\n * language: 'es',\n * }\n * ```\n */\n language?: string;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["api/ui/UIConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_UIConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './UIConfiguration';\n"],"mappings":";;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,gBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,gBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,gBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_UIConfiguration","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["api/ui/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,gBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,gBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,gBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["RetryConfiguration.ts"],"sourcesContent":["/**\n * Object containing values used for the player's retry mechanisms.\n */\nexport interface RetryConfiguration {\n /**\n * The maximum amount of retries before the player throws a fatal error.\n * Defaults to `Infinity`.\n */\n readonly maxRetries?: number;\n\n /**\n * The initial delay in milliseconds before a retry request occurs.\n * Exponential backoff will be applied on this value.\n * Defaults to `200`.\n */\n readonly minimumBackoff?: number;\n\n /**\n * The maximum amount of delay in milliseconds between retry requests.\n * Defaults to `30000`.\n */\n readonly maximumBackoff?: number;\n}\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["api/utils/RetryConfiguration.ts"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"names":["_buffer","require","fromObjectToString","obj","JSON","stringify","fromObjectToBase64String","fromStringToBase64String","fromObjectToUint8Array","fromStringToUint8Array","str","Buffer","from","toString","fromStringToObject","parse","fromBase64StringToUint8Array","fromUint8ArrayToBase64String","array","fromUint8ArrayToString","fromUint8ArrayToObject"],"sources":["TypeUtils.ts"],"sourcesContent":["import { Buffer } from 'buffer';\n\n// from object\nexport function fromObjectToString(obj: { [key: string]: any }): string {\n return JSON.stringify(obj);\n}\nexport function fromObjectToBase64String(obj: { [key: string]: any }): string {\n return fromStringToBase64String(fromObjectToString(obj));\n}\nexport function fromObjectToUint8Array(obj: { [key: string]: any }): Uint8Array {\n return fromStringToUint8Array(fromObjectToString(obj));\n}\n\n// from string\nexport function fromStringToBase64String(str: string): string {\n return Buffer.from(str, 'utf8').toString('base64');\n}\nexport function fromStringToUint8Array(str: string): Uint8Array {\n return Buffer.from(str, 'utf8');\n}\nexport function fromStringToObject(str: string): { [key: string]: any } {\n return JSON.parse(str);\n}\n\n// from base64 string\nexport function fromBase64StringToUint8Array(str: string): Uint8Array {\n return Buffer.from(str, 'base64');\n}\n\n// from uint8Array\nexport function fromUint8ArrayToBase64String(array: Uint8Array): string {\n return Buffer.from(array).toString('base64');\n}\nexport function fromUint8ArrayToString(array: Uint8Array): string {\n return Buffer.from(array).toString('utf8');\n}\nexport function fromUint8ArrayToObject(array: Uint8Array): { [key: string]: any } {\n return fromStringToObject(fromUint8ArrayToString(array));\n}\n"],"mappings":";;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEA;AACO,SAASC,kBAAkBA,CAACC,GAA2B,EAAU;EACtE,OAAOC,IAAI,CAACC,SAAS,CAACF,GAAG,CAAC;AAC5B;AACO,SAASG,wBAAwBA,CAACH,GAA2B,EAAU;EAC5E,OAAOI,wBAAwB,CAACL,kBAAkB,CAACC,GAAG,CAAC,CAAC;AAC1D;AACO,SAASK,sBAAsBA,CAACL,GAA2B,EAAc;EAC9E,OAAOM,sBAAsB,CAACP,kBAAkB,CAACC,GAAG,CAAC,CAAC;AACxD;;AAEA;AACO,SAASI,wBAAwBA,CAACG,GAAW,EAAU;EAC5D,OAAOC,cAAM,CAACC,IAAI,CAACF,GAAG,EAAE,MAAM,CAAC,CAACG,QAAQ,CAAC,QAAQ,CAAC;AACpD;AACO,SAASJ,sBAAsBA,CAACC,GAAW,EAAc;EAC9D,OAAOC,cAAM,CAACC,IAAI,CAACF,GAAG,EAAE,MAAM,CAAC;AACjC;AACO,SAASI,kBAAkBA,CAACJ,GAAW,EAA0B;EACtE,OAAON,IAAI,CAACW,KAAK,CAACL,GAAG,CAAC;AACxB;;AAEA;AACO,SAASM,4BAA4BA,CAACN,GAAW,EAAc;EACpE,OAAOC,cAAM,CAACC,IAAI,CAACF,GAAG,EAAE,QAAQ,CAAC;AACnC;;AAEA;AACO,SAASO,4BAA4BA,CAACC,KAAiB,EAAU;EACtE,OAAOP,cAAM,CAACC,IAAI,CAACM,KAAK,CAAC,CAACL,QAAQ,CAAC,QAAQ,CAAC;AAC9C;AACO,SAASM,sBAAsBA,CAACD,KAAiB,EAAU;EAChE,OAAOP,cAAM,CAACC,IAAI,CAACM,KAAK,CAAC,CAACL,QAAQ,CAAC,MAAM,CAAC;AAC5C;AACO,SAASO,sBAAsBA,CAACF,KAAiB,EAA0B;EAChF,OAAOJ,kBAAkB,CAACK,sBAAsB,CAACD,KAAK,CAAC,CAAC;AAC1D"}
1
+ {"version":3,"names":["_buffer","require","fromObjectToString","obj","JSON","stringify","fromObjectToBase64String","fromStringToBase64String","fromObjectToUint8Array","fromStringToUint8Array","str","Buffer","from","toString","fromStringToObject","parse","fromBase64StringToUint8Array","fromUint8ArrayToBase64String","array","fromUint8ArrayToString","fromUint8ArrayToObject"],"sourceRoot":"../../../../src","sources":["api/utils/TypeUtils.ts"],"mappings":";;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEA;AACO,SAASC,kBAAkBA,CAACC,GAA2B,EAAU;EACtE,OAAOC,IAAI,CAACC,SAAS,CAACF,GAAG,CAAC;AAC5B;AACO,SAASG,wBAAwBA,CAACH,GAA2B,EAAU;EAC5E,OAAOI,wBAAwB,CAACL,kBAAkB,CAACC,GAAG,CAAC,CAAC;AAC1D;AACO,SAASK,sBAAsBA,CAACL,GAA2B,EAAc;EAC9E,OAAOM,sBAAsB,CAACP,kBAAkB,CAACC,GAAG,CAAC,CAAC;AACxD;;AAEA;AACO,SAASI,wBAAwBA,CAACG,GAAW,EAAU;EAC5D,OAAOC,cAAM,CAACC,IAAI,CAACF,GAAG,EAAE,MAAM,CAAC,CAACG,QAAQ,CAAC,QAAQ,CAAC;AACpD;AACO,SAASJ,sBAAsBA,CAACC,GAAW,EAAc;EAC9D,OAAOC,cAAM,CAACC,IAAI,CAACF,GAAG,EAAE,MAAM,CAAC;AACjC;AACO,SAASI,kBAAkBA,CAACJ,GAAW,EAA0B;EACtE,OAAON,IAAI,CAACW,KAAK,CAACL,GAAG,CAAC;AACxB;;AAEA;AACO,SAASM,4BAA4BA,CAACN,GAAW,EAAc;EACpE,OAAOC,cAAM,CAACC,IAAI,CAACF,GAAG,EAAE,QAAQ,CAAC;AACnC;;AAEA;AACO,SAASO,4BAA4BA,CAACC,KAAiB,EAAU;EACtE,OAAOP,cAAM,CAACC,IAAI,CAACM,KAAK,CAAC,CAACL,QAAQ,CAAC,QAAQ,CAAC;AAC9C;AACO,SAASM,sBAAsBA,CAACD,KAAiB,EAAU;EAChE,OAAOP,cAAM,CAACC,IAAI,CAACM,KAAK,CAAC,CAACL,QAAQ,CAAC,MAAM,CAAC;AAC5C;AACO,SAASO,sBAAsBA,CAACF,KAAiB,EAA0B;EAChF,OAAOJ,kBAAkB,CAACK,sBAAsB,CAACD,KAAK,CAAC,CAAC;AAC1D"}
@@ -1 +1 @@
1
- {"version":3,"names":["_TypeUtils","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["barrel.ts"],"sourcesContent":["export * from './TypeUtils';\n"],"mappings":";;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"names":["_TypeUtils","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../src","sources":["api/utils/barrel.ts"],"mappings":";;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -1 +1 @@
1
- {"version":3,"names":["_barrel","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_THEOplayerView","_ContentProtectionRegistry","_MediaCache"],"sources":["index.tsx"],"sourcesContent":["export * from './api/barrel';\nexport { THEOplayerView } from './internal/THEOplayerView';\nexport { ContentProtectionRegistry } from './internal/drm/ContentProtectionRegistry';\nexport { MediaCache } from './internal/cache/MediaCache';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,OAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAL,OAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAb,OAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,eAAA,GAAAb,OAAA;AACA,IAAAc,0BAAA,GAAAd,OAAA;AACA,IAAAe,WAAA,GAAAf,OAAA"}
1
+ {"version":3,"names":["_barrel","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_THEOplayerView","_ContentProtectionRegistry","_MediaCache"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,OAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAL,OAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAb,OAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,eAAA,GAAAb,OAAA;AACA,IAAAc,0BAAA,GAAAd,OAAA;AACA,IAAAe,WAAA,GAAAf,OAAA"}