rx-player 4.5.0-dev.2026012301 → 4.5.0-dev.2026012302

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 (3615) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/VERSION +1 -1
  3. package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts +4 -0
  4. package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts.map +1 -0
  5. package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.js +6 -0
  6. package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts +4 -0
  7. package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts.map +1 -0
  8. package/dist/commonjs/__GENERATED_CODE/embedded_worker.js +6 -0
  9. package/dist/commonjs/__GENERATED_CODE/index.d.ts +3 -0
  10. package/dist/commonjs/__GENERATED_CODE/index.d.ts.map +1 -0
  11. package/dist/commonjs/__GENERATED_CODE/index.js +7 -0
  12. package/dist/commonjs/compat/add_class_name.d.ts +23 -0
  13. package/dist/commonjs/compat/add_class_name.d.ts.map +1 -0
  14. package/dist/commonjs/compat/add_class_name.js +39 -0
  15. package/dist/commonjs/compat/add_text_track.d.ts +32 -0
  16. package/dist/commonjs/compat/add_text_track.d.ts.map +1 -0
  17. package/dist/commonjs/compat/add_text_track.js +52 -0
  18. package/dist/commonjs/compat/browser_compatibility_types.d.ts +384 -0
  19. package/dist/commonjs/compat/browser_compatibility_types.d.ts.map +1 -0
  20. package/dist/commonjs/compat/browser_compatibility_types.js +47 -0
  21. package/dist/commonjs/compat/browser_version.d.ts +25 -0
  22. package/dist/commonjs/compat/browser_version.d.ts.map +1 -0
  23. package/dist/commonjs/compat/browser_version.js +43 -0
  24. package/dist/commonjs/compat/can_patch_isobmff.d.ts +26 -0
  25. package/dist/commonjs/compat/can_patch_isobmff.d.ts.map +1 -0
  26. package/dist/commonjs/compat/can_patch_isobmff.js +32 -0
  27. package/dist/commonjs/compat/can_preload_before_play.d.ts +11 -0
  28. package/dist/commonjs/compat/can_preload_before_play.d.ts.map +1 -0
  29. package/dist/commonjs/compat/can_preload_before_play.js +23 -0
  30. package/dist/commonjs/compat/can_rely_on_request_media_key_system_access.d.ts +41 -0
  31. package/dist/commonjs/compat/can_rely_on_request_media_key_system_access.d.ts.map +1 -0
  32. package/dist/commonjs/compat/can_rely_on_request_media_key_system_access.js +56 -0
  33. package/dist/commonjs/compat/can_rely_on_video_visibility_and_size.d.ts +38 -0
  34. package/dist/commonjs/compat/can_rely_on_video_visibility_and_size.d.ts.map +1 -0
  35. package/dist/commonjs/compat/can_rely_on_video_visibility_and_size.js +52 -0
  36. package/dist/commonjs/compat/can_reuse_media_keys.d.ts +20 -0
  37. package/dist/commonjs/compat/can_reuse_media_keys.d.ts.map +1 -0
  38. package/dist/commonjs/compat/can_reuse_media_keys.js +33 -0
  39. package/dist/commonjs/compat/change_source_buffer_type.d.ts +49 -0
  40. package/dist/commonjs/compat/change_source_buffer_type.d.ts.map +1 -0
  41. package/dist/commonjs/compat/change_source_buffer_type.js +40 -0
  42. package/dist/commonjs/compat/clear_element_src.d.ts +22 -0
  43. package/dist/commonjs/compat/clear_element_src.d.ts.map +1 -0
  44. package/dist/commonjs/compat/clear_element_src.js +56 -0
  45. package/dist/commonjs/compat/disable_remote_playback_on_managed_media_source.d.ts +18 -0
  46. package/dist/commonjs/compat/disable_remote_playback_on_managed_media_source.d.ts.map +1 -0
  47. package/dist/commonjs/compat/disable_remote_playback_on_managed_media_source.js +37 -0
  48. package/dist/commonjs/compat/eme/close_session.d.ts +31 -0
  49. package/dist/commonjs/compat/eme/close_session.d.ts.map +1 -0
  50. package/dist/commonjs/compat/eme/close_session.js +169 -0
  51. package/dist/commonjs/compat/eme/constants.d.ts +17 -0
  52. package/dist/commonjs/compat/eme/constants.d.ts.map +1 -0
  53. package/dist/commonjs/compat/eme/constants.js +22 -0
  54. package/dist/commonjs/compat/eme/custom_key_system_access.d.ts +50 -0
  55. package/dist/commonjs/compat/eme/custom_key_system_access.d.ts.map +1 -0
  56. package/dist/commonjs/compat/eme/custom_key_system_access.js +49 -0
  57. package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.d.ts +32 -0
  58. package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.d.ts.map +1 -0
  59. package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.js +181 -0
  60. package/dist/commonjs/compat/eme/custom_media_keys/index.d.ts +7 -0
  61. package/dist/commonjs/compat/eme/custom_media_keys/index.d.ts.map +1 -0
  62. package/dist/commonjs/compat/eme/custom_media_keys/index.js +16 -0
  63. package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +28 -0
  64. package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts.map +1 -0
  65. package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.js +61 -0
  66. package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts +44 -0
  67. package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts.map +1 -0
  68. package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.js +28 -0
  69. package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +42 -0
  70. package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts.map +1 -0
  71. package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.js +195 -0
  72. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.d.ts +33 -0
  73. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.d.ts.map +1 -0
  74. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.js +233 -0
  75. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +23 -0
  76. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts.map +1 -0
  77. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +30 -0
  78. package/dist/commonjs/compat/eme/eme-api-implementation.d.ts +78 -0
  79. package/dist/commonjs/compat/eme/eme-api-implementation.d.ts.map +1 -0
  80. package/dist/commonjs/compat/eme/eme-api-implementation.js +241 -0
  81. package/dist/commonjs/compat/eme/generate_key_request.d.ts +55 -0
  82. package/dist/commonjs/compat/eme/generate_key_request.d.ts.map +1 -0
  83. package/dist/commonjs/compat/eme/generate_key_request.js +148 -0
  84. package/dist/commonjs/compat/eme/get_init_data.d.ts +60 -0
  85. package/dist/commonjs/compat/eme/get_init_data.d.ts.map +1 -0
  86. package/dist/commonjs/compat/eme/get_init_data.js +113 -0
  87. package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts +24 -0
  88. package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts.map +1 -0
  89. package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.js +36 -0
  90. package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.d.ts +26 -0
  91. package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.d.ts.map +1 -0
  92. package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.js +57 -0
  93. package/dist/commonjs/compat/eme/index.d.ts +26 -0
  94. package/dist/commonjs/compat/eme/index.d.ts.map +1 -0
  95. package/dist/commonjs/compat/eme/index.js +28 -0
  96. package/dist/commonjs/compat/eme/load_session.d.ts +31 -0
  97. package/dist/commonjs/compat/eme/load_session.d.ts.map +1 -0
  98. package/dist/commonjs/compat/eme/load_session.js +102 -0
  99. package/dist/commonjs/compat/eme/set_media_keys.d.ts +10 -0
  100. package/dist/commonjs/compat/eme/set_media_keys.d.ts.map +1 -0
  101. package/dist/commonjs/compat/eme/set_media_keys.js +36 -0
  102. package/dist/commonjs/compat/enable_audio_track.d.ts +12 -0
  103. package/dist/commonjs/compat/enable_audio_track.d.ts.map +1 -0
  104. package/dist/commonjs/compat/enable_audio_track.js +29 -0
  105. package/dist/commonjs/compat/env_detector.d.ts +100 -0
  106. package/dist/commonjs/compat/env_detector.d.ts.map +1 -0
  107. package/dist/commonjs/compat/env_detector.js +189 -0
  108. package/dist/commonjs/compat/event_listeners.d.ts +175 -0
  109. package/dist/commonjs/compat/event_listeners.d.ts.map +1 -0
  110. package/dist/commonjs/compat/event_listeners.js +437 -0
  111. package/dist/commonjs/compat/generate_init_data.d.ts +14 -0
  112. package/dist/commonjs/compat/generate_init_data.d.ts.map +1 -0
  113. package/dist/commonjs/compat/generate_init_data.js +60 -0
  114. package/dist/commonjs/compat/get_start_date.d.ts +32 -0
  115. package/dist/commonjs/compat/get_start_date.d.ts.map +1 -0
  116. package/dist/commonjs/compat/get_start_date.js +47 -0
  117. package/dist/commonjs/compat/has_issues_with_high_media_source_duration.d.ts +22 -0
  118. package/dist/commonjs/compat/has_issues_with_high_media_source_duration.d.ts.map +1 -0
  119. package/dist/commonjs/compat/has_issues_with_high_media_source_duration.js +32 -0
  120. package/dist/commonjs/compat/has_mse_in_worker.d.ts +3 -0
  121. package/dist/commonjs/compat/has_mse_in_worker.d.ts.map +1 -0
  122. package/dist/commonjs/compat/has_mse_in_worker.js +6 -0
  123. package/dist/commonjs/compat/has_webassembly.d.ts +7 -0
  124. package/dist/commonjs/compat/has_webassembly.d.ts.map +1 -0
  125. package/dist/commonjs/compat/has_webassembly.js +8 -0
  126. package/dist/commonjs/compat/has_worker_api.d.ts +10 -0
  127. package/dist/commonjs/compat/has_worker_api.d.ts.map +1 -0
  128. package/dist/commonjs/compat/has_worker_api.js +17 -0
  129. package/dist/commonjs/compat/is_codec_supported.d.ts +28 -0
  130. package/dist/commonjs/compat/is_codec_supported.d.ts.map +1 -0
  131. package/dist/commonjs/compat/is_codec_supported.js +70 -0
  132. package/dist/commonjs/compat/is_seeking_approximate.d.ts +29 -0
  133. package/dist/commonjs/compat/is_seeking_approximate.d.ts.map +1 -0
  134. package/dist/commonjs/compat/is_seeking_approximate.js +36 -0
  135. package/dist/commonjs/compat/is_vtt_cue.d.ts +23 -0
  136. package/dist/commonjs/compat/is_vtt_cue.d.ts.map +1 -0
  137. package/dist/commonjs/compat/is_vtt_cue.js +27 -0
  138. package/dist/commonjs/compat/make_vtt_cue.d.ts +27 -0
  139. package/dist/commonjs/compat/make_vtt_cue.d.ts.map +1 -0
  140. package/dist/commonjs/compat/make_vtt_cue.js +47 -0
  141. package/dist/commonjs/compat/may_media_element_fail_on_undecipherable_data.d.ts +17 -0
  142. package/dist/commonjs/compat/may_media_element_fail_on_undecipherable_data.d.ts.map +1 -0
  143. package/dist/commonjs/compat/may_media_element_fail_on_undecipherable_data.js +25 -0
  144. package/dist/commonjs/compat/on_height_width_change.d.ts +34 -0
  145. package/dist/commonjs/compat/on_height_width_change.d.ts.map +1 -0
  146. package/dist/commonjs/compat/on_height_width_change.js +75 -0
  147. package/dist/commonjs/compat/patch_webkit_source_buffer.d.ts +17 -0
  148. package/dist/commonjs/compat/patch_webkit_source_buffer.d.ts.map +1 -0
  149. package/dist/commonjs/compat/patch_webkit_source_buffer.js +65 -0
  150. package/dist/commonjs/compat/remove_cue.d.ts +23 -0
  151. package/dist/commonjs/compat/remove_cue.d.ts.map +1 -0
  152. package/dist/commonjs/compat/remove_cue.js +66 -0
  153. package/dist/commonjs/compat/reset_media_element.d.ts +26 -0
  154. package/dist/commonjs/compat/reset_media_element.d.ts.map +1 -0
  155. package/dist/commonjs/compat/reset_media_element.js +43 -0
  156. package/dist/commonjs/compat/should_await_set_media_keys.d.ts +17 -0
  157. package/dist/commonjs/compat/should_await_set_media_keys.d.ts.map +1 -0
  158. package/dist/commonjs/compat/should_await_set_media_keys.js +27 -0
  159. package/dist/commonjs/compat/should_favour_custom_safari_EME.d.ts +24 -0
  160. package/dist/commonjs/compat/should_favour_custom_safari_EME.d.ts.map +1 -0
  161. package/dist/commonjs/compat/should_favour_custom_safari_EME.js +37 -0
  162. package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.d.ts +27 -0
  163. package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.d.ts.map +1 -0
  164. package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.js +35 -0
  165. package/dist/commonjs/compat/should_renew_media_key_system_access.d.ts +22 -0
  166. package/dist/commonjs/compat/should_renew_media_key_system_access.d.ts.map +1 -0
  167. package/dist/commonjs/compat/should_renew_media_key_system_access.js +35 -0
  168. package/dist/commonjs/compat/should_unset_media_keys.d.ts +23 -0
  169. package/dist/commonjs/compat/should_unset_media_keys.d.ts.map +1 -0
  170. package/dist/commonjs/compat/should_unset_media_keys.js +30 -0
  171. package/dist/commonjs/compat/should_validate_metadata.d.ts +23 -0
  172. package/dist/commonjs/compat/should_validate_metadata.d.ts.map +1 -0
  173. package/dist/commonjs/compat/should_validate_metadata.js +30 -0
  174. package/dist/commonjs/compat/should_wait_for_data_before_loaded.d.ts +25 -0
  175. package/dist/commonjs/compat/should_wait_for_data_before_loaded.d.ts.map +1 -0
  176. package/dist/commonjs/compat/should_wait_for_data_before_loaded.js +42 -0
  177. package/dist/commonjs/compat/should_wait_for_have_enough_data.d.ts +14 -0
  178. package/dist/commonjs/compat/should_wait_for_have_enough_data.d.ts.map +1 -0
  179. package/dist/commonjs/compat/should_wait_for_have_enough_data.js +22 -0
  180. package/dist/commonjs/config.d.ts +21 -0
  181. package/dist/commonjs/config.d.ts.map +1 -0
  182. package/dist/commonjs/config.js +73 -0
  183. package/dist/commonjs/core/adaptive/adaptive_representation_selector.d.ts +294 -0
  184. package/dist/commonjs/core/adaptive/adaptive_representation_selector.d.ts.map +1 -0
  185. package/dist/commonjs/core/adaptive/adaptive_representation_selector.js +411 -0
  186. package/dist/commonjs/core/adaptive/buffer_based_chooser.d.ts +90 -0
  187. package/dist/commonjs/core/adaptive/buffer_based_chooser.d.ts.map +1 -0
  188. package/dist/commonjs/core/adaptive/buffer_based_chooser.js +202 -0
  189. package/dist/commonjs/core/adaptive/guess_based_chooser.d.ts +96 -0
  190. package/dist/commonjs/core/adaptive/guess_based_chooser.d.ts.map +1 -0
  191. package/dist/commonjs/core/adaptive/guess_based_chooser.js +272 -0
  192. package/dist/commonjs/core/adaptive/index.d.ts +20 -0
  193. package/dist/commonjs/core/adaptive/index.d.ts.map +1 -0
  194. package/dist/commonjs/core/adaptive/index.js +19 -0
  195. package/dist/commonjs/core/adaptive/network_analyzer.d.ts +74 -0
  196. package/dist/commonjs/core/adaptive/network_analyzer.d.ts.map +1 -0
  197. package/dist/commonjs/core/adaptive/network_analyzer.js +355 -0
  198. package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.d.ts +48 -0
  199. package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.d.ts.map +1 -0
  200. package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.js +72 -0
  201. package/dist/commonjs/core/adaptive/utils/ewma.d.ts +40 -0
  202. package/dist/commonjs/core/adaptive/utils/ewma.d.ts.map +1 -0
  203. package/dist/commonjs/core/adaptive/utils/ewma.js +53 -0
  204. package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.d.ts +26 -0
  205. package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.d.ts.map +1 -0
  206. package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.js +40 -0
  207. package/dist/commonjs/core/adaptive/utils/filter_by_resolution.d.ts +32 -0
  208. package/dist/commonjs/core/adaptive/utils/filter_by_resolution.d.ts.map +1 -0
  209. package/dist/commonjs/core/adaptive/utils/filter_by_resolution.js +51 -0
  210. package/dist/commonjs/core/adaptive/utils/get_buffer_levels.d.ts +25 -0
  211. package/dist/commonjs/core/adaptive/utils/get_buffer_levels.d.ts.map +1 -0
  212. package/dist/commonjs/core/adaptive/utils/get_buffer_levels.js +53 -0
  213. package/dist/commonjs/core/adaptive/utils/last_estimate_storage.d.ts +62 -0
  214. package/dist/commonjs/core/adaptive/utils/last_estimate_storage.d.ts.map +1 -0
  215. package/dist/commonjs/core/adaptive/utils/last_estimate_storage.js +39 -0
  216. package/dist/commonjs/core/adaptive/utils/pending_requests_store.d.ts +111 -0
  217. package/dist/commonjs/core/adaptive/utils/pending_requests_store.d.ts.map +1 -0
  218. package/dist/commonjs/core/adaptive/utils/pending_requests_store.js +79 -0
  219. package/dist/commonjs/core/adaptive/utils/representation_score_calculator.d.ts +105 -0
  220. package/dist/commonjs/core/adaptive/utils/representation_score_calculator.d.ts.map +1 -0
  221. package/dist/commonjs/core/adaptive/utils/representation_score_calculator.js +121 -0
  222. package/dist/commonjs/core/adaptive/utils/select_optimal_representation.d.ts +28 -0
  223. package/dist/commonjs/core/adaptive/utils/select_optimal_representation.d.ts.map +1 -0
  224. package/dist/commonjs/core/adaptive/utils/select_optimal_representation.js +39 -0
  225. package/dist/commonjs/core/cmcd/cmcd_data_builder.d.ts +133 -0
  226. package/dist/commonjs/core/cmcd/cmcd_data_builder.d.ts.map +1 -0
  227. package/dist/commonjs/core/cmcd/cmcd_data_builder.js +368 -0
  228. package/dist/commonjs/core/cmcd/index.d.ts +4 -0
  229. package/dist/commonjs/core/cmcd/index.d.ts.map +1 -0
  230. package/dist/commonjs/core/cmcd/index.js +4 -0
  231. package/dist/commonjs/core/entry/FreezeResolver.d.ts +176 -0
  232. package/dist/commonjs/core/entry/FreezeResolver.d.ts.map +1 -0
  233. package/dist/commonjs/core/entry/FreezeResolver.js +455 -0
  234. package/dist/commonjs/core/entry/content_preparer.d.ts +194 -0
  235. package/dist/commonjs/core/entry/content_preparer.d.ts.map +1 -0
  236. package/dist/commonjs/core/entry/content_preparer.js +457 -0
  237. package/dist/commonjs/core/entry/content_time_boundaries_observer.d.ts +195 -0
  238. package/dist/commonjs/core/entry/content_time_boundaries_observer.d.ts.map +1 -0
  239. package/dist/commonjs/core/entry/content_time_boundaries_observer.js +561 -0
  240. package/dist/commonjs/core/entry/core_entry.d.ts +39 -0
  241. package/dist/commonjs/core/entry/core_entry.d.ts.map +1 -0
  242. package/dist/commonjs/core/entry/core_entry.js +1002 -0
  243. package/dist/commonjs/core/entry/core_text_displayer_interface.d.ts +65 -0
  244. package/dist/commonjs/core/entry/core_text_displayer_interface.d.ts.map +1 -0
  245. package/dist/commonjs/core/entry/core_text_displayer_interface.js +126 -0
  246. package/dist/commonjs/core/entry/create_content_time_boundaries_observer.d.ts +28 -0
  247. package/dist/commonjs/core/entry/create_content_time_boundaries_observer.d.ts.map +1 -0
  248. package/dist/commonjs/core/entry/create_content_time_boundaries_observer.js +48 -0
  249. package/dist/commonjs/core/entry/get_buffered_data_per_media_buffer.d.ts +15 -0
  250. package/dist/commonjs/core/entry/get_buffered_data_per_media_buffer.d.ts.map +1 -0
  251. package/dist/commonjs/core/entry/get_buffered_data_per_media_buffer.js +37 -0
  252. package/dist/commonjs/core/entry/get_thumbnail_data.d.ts +13 -0
  253. package/dist/commonjs/core/entry/get_thumbnail_data.d.ts.map +1 -0
  254. package/dist/commonjs/core/entry/get_thumbnail_data.js +71 -0
  255. package/dist/commonjs/core/entry/index.d.ts +6 -0
  256. package/dist/commonjs/core/entry/index.d.ts.map +1 -0
  257. package/dist/commonjs/core/entry/index.js +4 -0
  258. package/dist/commonjs/core/entry/synchronize_sinks_on_observation.d.ts +11 -0
  259. package/dist/commonjs/core/entry/synchronize_sinks_on_observation.d.ts.map +1 -0
  260. package/dist/commonjs/core/entry/synchronize_sinks_on_observation.js +20 -0
  261. package/dist/commonjs/core/entry/track_choice_setter.d.ts +20 -0
  262. package/dist/commonjs/core/entry/track_choice_setter.d.ts.map +1 -0
  263. package/dist/commonjs/core/entry/track_choice_setter.js +152 -0
  264. package/dist/commonjs/core/entry/utils.d.ts +3 -0
  265. package/dist/commonjs/core/entry/utils.d.ts.map +1 -0
  266. package/dist/commonjs/core/entry/utils.js +11 -0
  267. package/dist/commonjs/core/fetchers/cdn_prioritizer.d.ts +108 -0
  268. package/dist/commonjs/core/fetchers/cdn_prioritizer.d.ts.map +1 -0
  269. package/dist/commonjs/core/fetchers/cdn_prioritizer.js +215 -0
  270. package/dist/commonjs/core/fetchers/index.d.ts +25 -0
  271. package/dist/commonjs/core/fetchers/index.d.ts.map +1 -0
  272. package/dist/commonjs/core/fetchers/index.js +26 -0
  273. package/dist/commonjs/core/fetchers/manifest/index.d.ts +20 -0
  274. package/dist/commonjs/core/fetchers/manifest/index.d.ts.map +1 -0
  275. package/dist/commonjs/core/fetchers/manifest/index.js +19 -0
  276. package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.d.ts +239 -0
  277. package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.d.ts.map +1 -0
  278. package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.js +660 -0
  279. package/dist/commonjs/core/fetchers/segment/index.d.ts +22 -0
  280. package/dist/commonjs/core/fetchers/segment/index.d.ts.map +1 -0
  281. package/dist/commonjs/core/fetchers/segment/index.js +19 -0
  282. package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.d.ts +43 -0
  283. package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.d.ts.map +1 -0
  284. package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.js +53 -0
  285. package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.d.ts +40 -0
  286. package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.d.ts.map +1 -0
  287. package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.js +70 -0
  288. package/dist/commonjs/core/fetchers/segment/segment_fetcher.d.ts +200 -0
  289. package/dist/commonjs/core/fetchers/segment/segment_fetcher.d.ts.map +1 -0
  290. package/dist/commonjs/core/fetchers/segment/segment_fetcher.js +330 -0
  291. package/dist/commonjs/core/fetchers/segment/segment_queue.d.ts +242 -0
  292. package/dist/commonjs/core/fetchers/segment/segment_queue.d.ts.map +1 -0
  293. package/dist/commonjs/core/fetchers/segment/segment_queue.js +457 -0
  294. package/dist/commonjs/core/fetchers/segment/segment_queue_creator.d.ts +98 -0
  295. package/dist/commonjs/core/fetchers/segment/segment_queue_creator.d.ts.map +1 -0
  296. package/dist/commonjs/core/fetchers/segment/segment_queue_creator.js +77 -0
  297. package/dist/commonjs/core/fetchers/segment/task_prioritizer.d.ts +155 -0
  298. package/dist/commonjs/core/fetchers/segment/task_prioritizer.d.ts.map +1 -0
  299. package/dist/commonjs/core/fetchers/segment/task_prioritizer.js +381 -0
  300. package/dist/commonjs/core/fetchers/thumbnails/index.d.ts +5 -0
  301. package/dist/commonjs/core/fetchers/thumbnails/index.d.ts.map +1 -0
  302. package/dist/commonjs/core/fetchers/thumbnails/index.js +4 -0
  303. package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.d.ts +79 -0
  304. package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.d.ts.map +1 -0
  305. package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.js +259 -0
  306. package/dist/commonjs/core/fetchers/utils/error_selector.d.ts +23 -0
  307. package/dist/commonjs/core/fetchers/utils/error_selector.d.ts.map +1 -0
  308. package/dist/commonjs/core/fetchers/utils/error_selector.js +34 -0
  309. package/dist/commonjs/core/fetchers/utils/schedule_request.d.ts +99 -0
  310. package/dist/commonjs/core/fetchers/utils/schedule_request.d.ts.map +1 -0
  311. package/dist/commonjs/core/fetchers/utils/schedule_request.js +391 -0
  312. package/dist/commonjs/core/segment_sinks/garbage_collector.d.ts +44 -0
  313. package/dist/commonjs/core/segment_sinks/garbage_collector.d.ts.map +1 -0
  314. package/dist/commonjs/core/segment_sinks/garbage_collector.js +253 -0
  315. package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts +136 -0
  316. package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts.map +1 -0
  317. package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.js +362 -0
  318. package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.d.ts +18 -0
  319. package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.d.ts.map +1 -0
  320. package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.js +19 -0
  321. package/dist/commonjs/core/segment_sinks/implementations/index.d.ts +21 -0
  322. package/dist/commonjs/core/segment_sinks/implementations/index.d.ts.map +1 -0
  323. package/dist/commonjs/core/segment_sinks/implementations/index.js +35 -0
  324. package/dist/commonjs/core/segment_sinks/implementations/text/index.d.ts +5 -0
  325. package/dist/commonjs/core/segment_sinks/implementations/text/index.d.ts.map +1 -0
  326. package/dist/commonjs/core/segment_sinks/implementations/text/index.js +4 -0
  327. package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_sink.d.ts +101 -0
  328. package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_sink.d.ts.map +1 -0
  329. package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_sink.js +291 -0
  330. package/dist/commonjs/core/segment_sinks/implementations/types.d.ts +311 -0
  331. package/dist/commonjs/core/segment_sinks/implementations/types.d.ts.map +1 -0
  332. package/dist/commonjs/core/segment_sinks/implementations/types.js +117 -0
  333. package/dist/commonjs/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts +30 -0
  334. package/dist/commonjs/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts.map +1 -0
  335. package/dist/commonjs/core/segment_sinks/implementations/utils/manual_time_ranges.js +67 -0
  336. package/dist/commonjs/core/segment_sinks/index.d.ts +25 -0
  337. package/dist/commonjs/core/segment_sinks/index.d.ts.map +1 -0
  338. package/dist/commonjs/core/segment_sinks/index.js +28 -0
  339. package/dist/commonjs/core/segment_sinks/inventory/buffered_history.d.ts +90 -0
  340. package/dist/commonjs/core/segment_sinks/inventory/buffered_history.d.ts.map +1 -0
  341. package/dist/commonjs/core/segment_sinks/inventory/buffered_history.js +114 -0
  342. package/dist/commonjs/core/segment_sinks/inventory/index.d.ts +24 -0
  343. package/dist/commonjs/core/segment_sinks/inventory/index.d.ts.map +1 -0
  344. package/dist/commonjs/core/segment_sinks/inventory/index.js +23 -0
  345. package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.d.ts +240 -0
  346. package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.d.ts.map +1 -0
  347. package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.js +1124 -0
  348. package/dist/commonjs/core/segment_sinks/inventory/types.d.ts +33 -0
  349. package/dist/commonjs/core/segment_sinks/inventory/types.d.ts.map +1 -0
  350. package/dist/commonjs/core/segment_sinks/inventory/types.js +17 -0
  351. package/dist/commonjs/core/segment_sinks/inventory/utils.d.ts +34 -0
  352. package/dist/commonjs/core/segment_sinks/inventory/utils.d.ts.map +1 -0
  353. package/dist/commonjs/core/segment_sinks/inventory/utils.js +74 -0
  354. package/dist/commonjs/core/segment_sinks/segment_sinks_store.d.ts +204 -0
  355. package/dist/commonjs/core/segment_sinks/segment_sinks_store.d.ts.map +1 -0
  356. package/dist/commonjs/core/segment_sinks/segment_sinks_store.js +369 -0
  357. package/dist/commonjs/core/stream/adaptation/adaptation_stream.d.ts +34 -0
  358. package/dist/commonjs/core/stream/adaptation/adaptation_stream.d.ts.map +1 -0
  359. package/dist/commonjs/core/stream/adaptation/adaptation_stream.js +592 -0
  360. package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.d.ts +54 -0
  361. package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.d.ts.map +1 -0
  362. package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.js +147 -0
  363. package/dist/commonjs/core/stream/adaptation/index.d.ts +19 -0
  364. package/dist/commonjs/core/stream/adaptation/index.d.ts.map +1 -0
  365. package/dist/commonjs/core/stream/adaptation/index.js +19 -0
  366. package/dist/commonjs/core/stream/adaptation/types.d.ts +200 -0
  367. package/dist/commonjs/core/stream/adaptation/types.d.ts.map +1 -0
  368. package/dist/commonjs/core/stream/adaptation/types.js +2 -0
  369. package/dist/commonjs/core/stream/index.d.ts +23 -0
  370. package/dist/commonjs/core/stream/index.d.ts.map +1 -0
  371. package/dist/commonjs/core/stream/index.js +19 -0
  372. package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.d.ts +31 -0
  373. package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.d.ts.map +1 -0
  374. package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.js +119 -0
  375. package/dist/commonjs/core/stream/orchestrator/index.d.ts +20 -0
  376. package/dist/commonjs/core/stream/orchestrator/index.d.ts.map +1 -0
  377. package/dist/commonjs/core/stream/orchestrator/index.js +19 -0
  378. package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.d.ts +176 -0
  379. package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.d.ts.map +1 -0
  380. package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.js +676 -0
  381. package/dist/commonjs/core/stream/period/index.d.ts +19 -0
  382. package/dist/commonjs/core/stream/period/index.d.ts.map +1 -0
  383. package/dist/commonjs/core/stream/period/index.js +19 -0
  384. package/dist/commonjs/core/stream/period/period_stream.d.ts +50 -0
  385. package/dist/commonjs/core/stream/period/period_stream.d.ts.map +1 -0
  386. package/dist/commonjs/core/stream/period/period_stream.js +545 -0
  387. package/dist/commonjs/core/stream/period/types.d.ts +120 -0
  388. package/dist/commonjs/core/stream/period/types.d.ts.map +1 -0
  389. package/dist/commonjs/core/stream/period/types.js +2 -0
  390. package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +68 -0
  391. package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.d.ts.map +1 -0
  392. package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.js +167 -0
  393. package/dist/commonjs/core/stream/representation/index.d.ts +19 -0
  394. package/dist/commonjs/core/stream/representation/index.d.ts.map +1 -0
  395. package/dist/commonjs/core/stream/representation/index.js +19 -0
  396. package/dist/commonjs/core/stream/representation/representation_stream.d.ts +54 -0
  397. package/dist/commonjs/core/stream/representation/representation_stream.d.ts.map +1 -0
  398. package/dist/commonjs/core/stream/representation/representation_stream.js +421 -0
  399. package/dist/commonjs/core/stream/representation/types.d.ts +319 -0
  400. package/dist/commonjs/core/stream/representation/types.d.ts.map +1 -0
  401. package/dist/commonjs/core/stream/representation/types.js +2 -0
  402. package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.d.ts +36 -0
  403. package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.d.ts.map +1 -0
  404. package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.js +137 -0
  405. package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.d.ts +54 -0
  406. package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.d.ts.map +1 -0
  407. package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.js +248 -0
  408. package/dist/commonjs/core/stream/representation/utils/get_buffer_status.d.ts +73 -0
  409. package/dist/commonjs/core/stream/representation/utils/get_buffer_status.d.ts.map +1 -0
  410. package/dist/commonjs/core/stream/representation/utils/get_buffer_status.js +228 -0
  411. package/dist/commonjs/core/stream/representation/utils/get_needed_segments.d.ts +92 -0
  412. package/dist/commonjs/core/stream/representation/utils/get_needed_segments.d.ts.map +1 -0
  413. package/dist/commonjs/core/stream/representation/utils/get_needed_segments.js +480 -0
  414. package/dist/commonjs/core/stream/representation/utils/get_segment_priority.d.ts +29 -0
  415. package/dist/commonjs/core/stream/representation/utils/get_segment_priority.d.ts.map +1 -0
  416. package/dist/commonjs/core/stream/representation/utils/get_segment_priority.js +41 -0
  417. package/dist/commonjs/core/stream/representation/utils/push_init_segment.d.ts +42 -0
  418. package/dist/commonjs/core/stream/representation/utils/push_init_segment.d.ts.map +1 -0
  419. package/dist/commonjs/core/stream/representation/utils/push_init_segment.js +86 -0
  420. package/dist/commonjs/core/stream/representation/utils/push_media_segment.d.ts +43 -0
  421. package/dist/commonjs/core/stream/representation/utils/push_media_segment.d.ts.map +1 -0
  422. package/dist/commonjs/core/stream/representation/utils/push_media_segment.js +110 -0
  423. package/dist/commonjs/core/types.d.ts +538 -0
  424. package/dist/commonjs/core/types.d.ts.map +1 -0
  425. package/dist/commonjs/core/types.js +3 -0
  426. package/dist/commonjs/default_config.d.ts +1200 -0
  427. package/dist/commonjs/default_config.d.ts.map +1 -0
  428. package/dist/commonjs/default_config.js +1236 -0
  429. package/dist/commonjs/errors/custom_loader_error.d.ts +36 -0
  430. package/dist/commonjs/errors/custom_loader_error.d.ts.map +1 -0
  431. package/dist/commonjs/errors/custom_loader_error.js +60 -0
  432. package/dist/commonjs/errors/encrypted_media_error.d.ts +72 -0
  433. package/dist/commonjs/errors/encrypted_media_error.d.ts.map +1 -0
  434. package/dist/commonjs/errors/encrypted_media_error.js +76 -0
  435. package/dist/commonjs/errors/error_codes.d.ts +33 -0
  436. package/dist/commonjs/errors/error_codes.d.ts.map +1 -0
  437. package/dist/commonjs/errors/error_codes.js +72 -0
  438. package/dist/commonjs/errors/error_message.d.ts +23 -0
  439. package/dist/commonjs/errors/error_message.d.ts.map +1 -0
  440. package/dist/commonjs/errors/error_message.js +27 -0
  441. package/dist/commonjs/errors/format_error.d.ts +21 -0
  442. package/dist/commonjs/errors/format_error.d.ts.map +1 -0
  443. package/dist/commonjs/errors/format_error.js +33 -0
  444. package/dist/commonjs/errors/index.d.ts +32 -0
  445. package/dist/commonjs/errors/index.d.ts.map +1 -0
  446. package/dist/commonjs/errors/index.js +38 -0
  447. package/dist/commonjs/errors/is_known_error.d.ts +23 -0
  448. package/dist/commonjs/errors/is_known_error.d.ts.map +1 -0
  449. package/dist/commonjs/errors/is_known_error.js +35 -0
  450. package/dist/commonjs/errors/media_error.d.ts +60 -0
  451. package/dist/commonjs/errors/media_error.d.ts.map +1 -0
  452. package/dist/commonjs/errors/media_error.js +74 -0
  453. package/dist/commonjs/errors/network_error.d.ts +59 -0
  454. package/dist/commonjs/errors/network_error.d.ts.map +1 -0
  455. package/dist/commonjs/errors/network_error.js +86 -0
  456. package/dist/commonjs/errors/other_error.d.ts +47 -0
  457. package/dist/commonjs/errors/other_error.d.ts.map +1 -0
  458. package/dist/commonjs/errors/other_error.js +72 -0
  459. package/dist/commonjs/errors/source_buffer_error.d.ts +40 -0
  460. package/dist/commonjs/errors/source_buffer_error.d.ts.map +1 -0
  461. package/dist/commonjs/errors/source_buffer_error.js +63 -0
  462. package/dist/commonjs/errors/worker_initialization_error.d.ts +19 -0
  463. package/dist/commonjs/errors/worker_initialization_error.d.ts.map +1 -0
  464. package/dist/commonjs/errors/worker_initialization_error.js +42 -0
  465. package/dist/commonjs/experimental/features/index.d.ts +19 -0
  466. package/dist/commonjs/experimental/features/index.d.ts.map +1 -0
  467. package/dist/commonjs/experimental/features/index.js +24 -0
  468. package/dist/commonjs/experimental/features/local.d.ts +20 -0
  469. package/dist/commonjs/experimental/features/local.d.ts.map +1 -0
  470. package/dist/commonjs/experimental/features/local.js +31 -0
  471. package/dist/commonjs/experimental/features/metaplaylist.d.ts +20 -0
  472. package/dist/commonjs/experimental/features/metaplaylist.d.ts.map +1 -0
  473. package/dist/commonjs/experimental/features/metaplaylist.js +31 -0
  474. package/dist/commonjs/experimental/features/multi_thread.d.ts +9 -0
  475. package/dist/commonjs/experimental/features/multi_thread.d.ts.map +1 -0
  476. package/dist/commonjs/experimental/features/multi_thread.js +16 -0
  477. package/dist/commonjs/experimental/features/worker/index.d.ts +3 -0
  478. package/dist/commonjs/experimental/features/worker/index.d.ts.map +1 -0
  479. package/dist/commonjs/experimental/features/worker/index.js +10 -0
  480. package/dist/commonjs/experimental/index.d.ts +3 -0
  481. package/dist/commonjs/experimental/index.d.ts.map +1 -0
  482. package/dist/commonjs/experimental/index.js +5 -0
  483. package/dist/commonjs/experimental/tools/DummyMediaElement/eme.d.ts +225 -0
  484. package/dist/commonjs/experimental/tools/DummyMediaElement/eme.d.ts.map +1 -0
  485. package/dist/commonjs/experimental/tools/DummyMediaElement/eme.js +879 -0
  486. package/dist/commonjs/experimental/tools/DummyMediaElement/html5.d.ts +376 -0
  487. package/dist/commonjs/experimental/tools/DummyMediaElement/html5.d.ts.map +1 -0
  488. package/dist/commonjs/experimental/tools/DummyMediaElement/html5.js +970 -0
  489. package/dist/commonjs/experimental/tools/DummyMediaElement/index.d.ts +3 -0
  490. package/dist/commonjs/experimental/tools/DummyMediaElement/index.d.ts.map +1 -0
  491. package/dist/commonjs/experimental/tools/DummyMediaElement/index.js +4 -0
  492. package/dist/commonjs/experimental/tools/DummyMediaElement/mse.d.ts +217 -0
  493. package/dist/commonjs/experimental/tools/DummyMediaElement/mse.d.ts.map +1 -0
  494. package/dist/commonjs/experimental/tools/DummyMediaElement/mse.js +702 -0
  495. package/dist/commonjs/experimental/tools/DummyMediaElement/utils.d.ts +33 -0
  496. package/dist/commonjs/experimental/tools/DummyMediaElement/utils.d.ts.map +1 -0
  497. package/dist/commonjs/experimental/tools/DummyMediaElement/utils.js +510 -0
  498. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +18 -0
  499. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.d.ts.map +1 -0
  500. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.js +23 -0
  501. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +18 -0
  502. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts.map +1 -0
  503. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.js +23 -0
  504. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.d.ts +19 -0
  505. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.d.ts.map +1 -0
  506. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.js +22 -0
  507. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +27 -0
  508. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts.map +1 -0
  509. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +63 -0
  510. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +27 -0
  511. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts.map +1 -0
  512. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +75 -0
  513. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +30 -0
  514. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts.map +1 -0
  515. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +43 -0
  516. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.d.ts +26 -0
  517. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.d.ts.map +1 -0
  518. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.js +17 -0
  519. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +55 -0
  520. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts.map +1 -0
  521. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +385 -0
  522. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +25 -0
  523. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts.map +1 -0
  524. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +50 -0
  525. package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts +24 -0
  526. package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts.map +1 -0
  527. package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +163 -0
  528. package/dist/commonjs/experimental/tools/createMetaplaylist/index.d.ts +31 -0
  529. package/dist/commonjs/experimental/tools/createMetaplaylist/index.d.ts.map +1 -0
  530. package/dist/commonjs/experimental/tools/createMetaplaylist/index.js +53 -0
  531. package/dist/commonjs/experimental/tools/index.d.ts +20 -0
  532. package/dist/commonjs/experimental/tools/index.d.ts.map +1 -0
  533. package/dist/commonjs/experimental/tools/index.js +24 -0
  534. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api.d.ts +73 -0
  535. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api.d.ts.map +1 -0
  536. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api.js +286 -0
  537. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.d.ts +19 -0
  538. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.d.ts.map +1 -0
  539. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.js +19 -0
  540. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/log.d.ts +19 -0
  541. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/log.d.ts.map +1 -0
  542. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/log.js +20 -0
  543. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +21 -0
  544. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts.map +1 -0
  545. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +112 -0
  546. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +22 -0
  547. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts.map +1 -0
  548. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +117 -0
  549. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts +30 -0
  550. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts.map +1 -0
  551. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +97 -0
  552. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts +24 -0
  553. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts.map +1 -0
  554. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.js +184 -0
  555. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +22 -0
  556. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts.map +1 -0
  557. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +52 -0
  558. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +22 -0
  559. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts.map +1 -0
  560. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +39 -0
  561. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.d.ts +56 -0
  562. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.d.ts.map +1 -0
  563. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.js +17 -0
  564. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.d.ts +35 -0
  565. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.d.ts.map +1 -0
  566. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.js +104 -0
  567. package/dist/commonjs/features/add_features.d.ts +21 -0
  568. package/dist/commonjs/features/add_features.d.ts.map +1 -0
  569. package/dist/commonjs/features/add_features.js +59 -0
  570. package/dist/commonjs/features/features_object.d.ts +23 -0
  571. package/dist/commonjs/features/features_object.d.ts.map +1 -0
  572. package/dist/commonjs/features/features_object.js +35 -0
  573. package/dist/commonjs/features/index.d.ts +36 -0
  574. package/dist/commonjs/features/index.d.ts.map +1 -0
  575. package/dist/commonjs/features/index.js +36 -0
  576. package/dist/commonjs/features/list/dash.d.ts +24 -0
  577. package/dist/commonjs/features/list/dash.d.ts.map +1 -0
  578. package/dist/commonjs/features/list/dash.js +39 -0
  579. package/dist/commonjs/features/list/dash_wasm.d.ts +24 -0
  580. package/dist/commonjs/features/list/dash_wasm.d.ts.map +1 -0
  581. package/dist/commonjs/features/list/dash_wasm.js +42 -0
  582. package/dist/commonjs/features/list/debug_element.d.ts +9 -0
  583. package/dist/commonjs/features/list/debug_element.d.ts.map +1 -0
  584. package/dist/commonjs/features/list/debug_element.js +12 -0
  585. package/dist/commonjs/features/list/directfile.d.ts +25 -0
  586. package/dist/commonjs/features/list/directfile.d.ts.map +1 -0
  587. package/dist/commonjs/features/list/directfile.js +29 -0
  588. package/dist/commonjs/features/list/eme.d.ts +24 -0
  589. package/dist/commonjs/features/list/eme.d.ts.map +1 -0
  590. package/dist/commonjs/features/list/eme.js +27 -0
  591. package/dist/commonjs/features/list/html_sami_parser.d.ts +24 -0
  592. package/dist/commonjs/features/list/html_sami_parser.d.ts.map +1 -0
  593. package/dist/commonjs/features/list/html_sami_parser.js +29 -0
  594. package/dist/commonjs/features/list/html_srt_parser.d.ts +24 -0
  595. package/dist/commonjs/features/list/html_srt_parser.d.ts.map +1 -0
  596. package/dist/commonjs/features/list/html_srt_parser.js +29 -0
  597. package/dist/commonjs/features/list/html_text_buffer.d.ts +24 -0
  598. package/dist/commonjs/features/list/html_text_buffer.d.ts.map +1 -0
  599. package/dist/commonjs/features/list/html_text_buffer.js +27 -0
  600. package/dist/commonjs/features/list/html_ttml_parser.d.ts +24 -0
  601. package/dist/commonjs/features/list/html_ttml_parser.d.ts.map +1 -0
  602. package/dist/commonjs/features/list/html_ttml_parser.js +29 -0
  603. package/dist/commonjs/features/list/html_vtt_parser.d.ts +24 -0
  604. package/dist/commonjs/features/list/html_vtt_parser.d.ts.map +1 -0
  605. package/dist/commonjs/features/list/html_vtt_parser.js +30 -0
  606. package/dist/commonjs/features/list/index.d.ts +33 -0
  607. package/dist/commonjs/features/list/index.d.ts.map +1 -0
  608. package/dist/commonjs/features/list/index.js +52 -0
  609. package/dist/commonjs/features/list/media_source_main.d.ts +9 -0
  610. package/dist/commonjs/features/list/media_source_main.d.ts.map +1 -0
  611. package/dist/commonjs/features/list/media_source_main.js +18 -0
  612. package/dist/commonjs/features/list/native_sami_parser.d.ts +24 -0
  613. package/dist/commonjs/features/list/native_sami_parser.d.ts.map +1 -0
  614. package/dist/commonjs/features/list/native_sami_parser.js +29 -0
  615. package/dist/commonjs/features/list/native_srt_parser.d.ts +24 -0
  616. package/dist/commonjs/features/list/native_srt_parser.d.ts.map +1 -0
  617. package/dist/commonjs/features/list/native_srt_parser.js +29 -0
  618. package/dist/commonjs/features/list/native_text_buffer.d.ts +24 -0
  619. package/dist/commonjs/features/list/native_text_buffer.d.ts.map +1 -0
  620. package/dist/commonjs/features/list/native_text_buffer.js +27 -0
  621. package/dist/commonjs/features/list/native_ttml_parser.d.ts +24 -0
  622. package/dist/commonjs/features/list/native_ttml_parser.d.ts.map +1 -0
  623. package/dist/commonjs/features/list/native_ttml_parser.js +29 -0
  624. package/dist/commonjs/features/list/native_vtt_parser.d.ts +24 -0
  625. package/dist/commonjs/features/list/native_vtt_parser.d.ts.map +1 -0
  626. package/dist/commonjs/features/list/native_vtt_parser.js +30 -0
  627. package/dist/commonjs/features/list/smooth.d.ts +24 -0
  628. package/dist/commonjs/features/list/smooth.d.ts.map +1 -0
  629. package/dist/commonjs/features/list/smooth.js +37 -0
  630. package/dist/commonjs/features/types.d.ts +162 -0
  631. package/dist/commonjs/features/types.d.ts.map +1 -0
  632. package/dist/commonjs/features/types.js +17 -0
  633. package/dist/commonjs/importable_worker.d.ts +25 -0
  634. package/dist/commonjs/importable_worker.d.ts.map +1 -0
  635. package/dist/commonjs/importable_worker.js +159 -0
  636. package/dist/commonjs/index.d.ts +18 -0
  637. package/dist/commonjs/index.d.ts.map +1 -0
  638. package/dist/commonjs/index.js +44 -0
  639. package/dist/commonjs/initialize_worker.d.ts +10 -0
  640. package/dist/commonjs/initialize_worker.d.ts.map +1 -0
  641. package/dist/commonjs/initialize_worker.js +73 -0
  642. package/dist/commonjs/log.d.ts +19 -0
  643. package/dist/commonjs/log.d.ts.map +1 -0
  644. package/dist/commonjs/log.js +21 -0
  645. package/dist/commonjs/main_thread/api/debug/buffer_graph.d.ts +29 -0
  646. package/dist/commonjs/main_thread/api/debug/buffer_graph.d.ts.map +1 -0
  647. package/dist/commonjs/main_thread/api/debug/buffer_graph.js +213 -0
  648. package/dist/commonjs/main_thread/api/debug/buffer_size_graph.d.ts +11 -0
  649. package/dist/commonjs/main_thread/api/debug/buffer_size_graph.d.ts.map +1 -0
  650. package/dist/commonjs/main_thread/api/debug/buffer_size_graph.js +131 -0
  651. package/dist/commonjs/main_thread/api/debug/constants.d.ts +3 -0
  652. package/dist/commonjs/main_thread/api/debug/constants.d.ts.map +1 -0
  653. package/dist/commonjs/main_thread/api/debug/constants.js +5 -0
  654. package/dist/commonjs/main_thread/api/debug/index.d.ts +3 -0
  655. package/dist/commonjs/main_thread/api/debug/index.d.ts.map +1 -0
  656. package/dist/commonjs/main_thread/api/debug/index.js +4 -0
  657. package/dist/commonjs/main_thread/api/debug/modules/general_info.d.ts +4 -0
  658. package/dist/commonjs/main_thread/api/debug/modules/general_info.d.ts.map +1 -0
  659. package/dist/commonjs/main_thread/api/debug/modules/general_info.js +236 -0
  660. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.d.ts +5 -0
  661. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.d.ts.map +1 -0
  662. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.js +194 -0
  663. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.d.ts +4 -0
  664. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.d.ts.map +1 -0
  665. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.js +38 -0
  666. package/dist/commonjs/main_thread/api/debug/render.d.ts +4 -0
  667. package/dist/commonjs/main_thread/api/debug/render.d.ts.map +1 -0
  668. package/dist/commonjs/main_thread/api/debug/render.js +35 -0
  669. package/dist/commonjs/main_thread/api/debug/utils.d.ts +40 -0
  670. package/dist/commonjs/main_thread/api/debug/utils.d.ts.map +1 -0
  671. package/dist/commonjs/main_thread/api/debug/utils.js +85 -0
  672. package/dist/commonjs/main_thread/api/index.d.ts +18 -0
  673. package/dist/commonjs/main_thread/api/index.d.ts.map +1 -0
  674. package/dist/commonjs/main_thread/api/index.js +19 -0
  675. package/dist/commonjs/main_thread/api/option_utils.d.ts +172 -0
  676. package/dist/commonjs/main_thread/api/option_utils.d.ts.map +1 -0
  677. package/dist/commonjs/main_thread/api/option_utils.js +384 -0
  678. package/dist/commonjs/main_thread/api/public_api.d.ts +1046 -0
  679. package/dist/commonjs/main_thread/api/public_api.d.ts.map +1 -0
  680. package/dist/commonjs/main_thread/api/public_api.js +3094 -0
  681. package/dist/commonjs/main_thread/api/utils.d.ts +67 -0
  682. package/dist/commonjs/main_thread/api/utils.d.ts.map +1 -0
  683. package/dist/commonjs/main_thread/api/utils.js +186 -0
  684. package/dist/commonjs/main_thread/core_interface/base.d.ts +13 -0
  685. package/dist/commonjs/main_thread/core_interface/base.d.ts.map +1 -0
  686. package/dist/commonjs/main_thread/core_interface/base.js +32 -0
  687. package/dist/commonjs/main_thread/core_interface/monothread.d.ts +13 -0
  688. package/dist/commonjs/main_thread/core_interface/monothread.d.ts.map +1 -0
  689. package/dist/commonjs/main_thread/core_interface/monothread.js +56 -0
  690. package/dist/commonjs/main_thread/core_interface/multithread.d.ts +25 -0
  691. package/dist/commonjs/main_thread/core_interface/multithread.d.ts.map +1 -0
  692. package/dist/commonjs/main_thread/core_interface/multithread.js +67 -0
  693. package/dist/commonjs/main_thread/core_interface/types.d.ts +6 -0
  694. package/dist/commonjs/main_thread/core_interface/types.d.ts.map +1 -0
  695. package/dist/commonjs/main_thread/core_interface/types.js +2 -0
  696. package/dist/commonjs/main_thread/decrypt/clear_on_stop.d.ts +24 -0
  697. package/dist/commonjs/main_thread/decrypt/clear_on_stop.d.ts.map +1 -0
  698. package/dist/commonjs/main_thread/decrypt/clear_on_stop.js +91 -0
  699. package/dist/commonjs/main_thread/decrypt/content_decryptor.d.ts +240 -0
  700. package/dist/commonjs/main_thread/decrypt/content_decryptor.d.ts.map +1 -0
  701. package/dist/commonjs/main_thread/decrypt/content_decryptor.js +1172 -0
  702. package/dist/commonjs/main_thread/decrypt/create_or_load_session.d.ts +65 -0
  703. package/dist/commonjs/main_thread/decrypt/create_or_load_session.d.ts.map +1 -0
  704. package/dist/commonjs/main_thread/decrypt/create_or_load_session.js +140 -0
  705. package/dist/commonjs/main_thread/decrypt/create_session.d.ts +55 -0
  706. package/dist/commonjs/main_thread/decrypt/create_session.d.ts.map +1 -0
  707. package/dist/commonjs/main_thread/decrypt/create_session.js +217 -0
  708. package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.d.ts +23 -0
  709. package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.d.ts.map +1 -0
  710. package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.js +67 -0
  711. package/dist/commonjs/main_thread/decrypt/find_key_system.d.ts +86 -0
  712. package/dist/commonjs/main_thread/decrypt/find_key_system.d.ts.map +1 -0
  713. package/dist/commonjs/main_thread/decrypt/find_key_system.js +594 -0
  714. package/dist/commonjs/main_thread/decrypt/get_key_system_configuration.d.ts +24 -0
  715. package/dist/commonjs/main_thread/decrypt/get_key_system_configuration.d.ts.map +1 -0
  716. package/dist/commonjs/main_thread/decrypt/get_key_system_configuration.js +35 -0
  717. package/dist/commonjs/main_thread/decrypt/get_media_keys.d.ts +55 -0
  718. package/dist/commonjs/main_thread/decrypt/get_media_keys.d.ts.map +1 -0
  719. package/dist/commonjs/main_thread/decrypt/get_media_keys.js +178 -0
  720. package/dist/commonjs/main_thread/decrypt/index.d.ts +27 -0
  721. package/dist/commonjs/main_thread/decrypt/index.d.ts.map +1 -0
  722. package/dist/commonjs/main_thread/decrypt/index.js +45 -0
  723. package/dist/commonjs/main_thread/decrypt/init_media_keys.d.ts +30 -0
  724. package/dist/commonjs/main_thread/decrypt/init_media_keys.d.ts.map +1 -0
  725. package/dist/commonjs/main_thread/decrypt/init_media_keys.js +88 -0
  726. package/dist/commonjs/main_thread/decrypt/session_events_listener.d.ts +77 -0
  727. package/dist/commonjs/main_thread/decrypt/session_events_listener.d.ts.map +1 -0
  728. package/dist/commonjs/main_thread/decrypt/session_events_listener.js +364 -0
  729. package/dist/commonjs/main_thread/decrypt/set_server_certificate.d.ts +58 -0
  730. package/dist/commonjs/main_thread/decrypt/set_server_certificate.d.ts.map +1 -0
  731. package/dist/commonjs/main_thread/decrypt/set_server_certificate.js +158 -0
  732. package/dist/commonjs/main_thread/decrypt/types.d.ts +380 -0
  733. package/dist/commonjs/main_thread/decrypt/types.d.ts.map +1 -0
  734. package/dist/commonjs/main_thread/decrypt/types.js +58 -0
  735. package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.d.ts +35 -0
  736. package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.d.ts.map +1 -0
  737. package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.js +144 -0
  738. package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.d.ts +54 -0
  739. package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.d.ts.map +1 -0
  740. package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.js +228 -0
  741. package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +27 -0
  742. package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts.map +1 -0
  743. package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.js +92 -0
  744. package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +33 -0
  745. package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts.map +1 -0
  746. package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.js +46 -0
  747. package/dist/commonjs/main_thread/decrypt/utils/get_drm_system_id.d.ts +21 -0
  748. package/dist/commonjs/main_thread/decrypt/utils/get_drm_system_id.d.ts.map +1 -0
  749. package/dist/commonjs/main_thread/decrypt/utils/get_drm_system_id.js +40 -0
  750. package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.d.ts +70 -0
  751. package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.d.ts.map +1 -0
  752. package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.js +137 -0
  753. package/dist/commonjs/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts +14 -0
  754. package/dist/commonjs/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts.map +1 -0
  755. package/dist/commonjs/main_thread/decrypt/utils/is_compatible_codec_supported.js +53 -0
  756. package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.d.ts +25 -0
  757. package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.d.ts.map +1 -0
  758. package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.js +57 -0
  759. package/dist/commonjs/main_thread/decrypt/utils/key_id_comparison.d.ts +32 -0
  760. package/dist/commonjs/main_thread/decrypt/utils/key_id_comparison.d.ts.map +1 -0
  761. package/dist/commonjs/main_thread/decrypt/utils/key_id_comparison.js +95 -0
  762. package/dist/commonjs/main_thread/decrypt/utils/key_session_record.d.ts +105 -0
  763. package/dist/commonjs/main_thread/decrypt/utils/key_session_record.d.ts.map +1 -0
  764. package/dist/commonjs/main_thread/decrypt/utils/key_session_record.js +189 -0
  765. package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.d.ts +214 -0
  766. package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.d.ts.map +1 -0
  767. package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.js +535 -0
  768. package/dist/commonjs/main_thread/decrypt/utils/media_keys_attacher.d.ts +85 -0
  769. package/dist/commonjs/main_thread/decrypt/utils/media_keys_attacher.d.ts.map +1 -0
  770. package/dist/commonjs/main_thread/decrypt/utils/media_keys_attacher.js +286 -0
  771. package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.d.ts +93 -0
  772. package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.d.ts.map +1 -0
  773. package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.js +404 -0
  774. package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.d.ts +45 -0
  775. package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.d.ts.map +1 -0
  776. package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.js +50 -0
  777. package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.d.ts +65 -0
  778. package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.d.ts.map +1 -0
  779. package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.js +123 -0
  780. package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts +116 -0
  781. package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts.map +1 -0
  782. package/dist/commonjs/main_thread/init/directfile_content_initializer.js +301 -0
  783. package/dist/commonjs/main_thread/init/index.d.ts +18 -0
  784. package/dist/commonjs/main_thread/init/index.d.ts.map +1 -0
  785. package/dist/commonjs/main_thread/init/index.js +20 -0
  786. package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts +330 -0
  787. package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts.map +1 -0
  788. package/dist/commonjs/main_thread/init/media_source_content_initializer.js +1724 -0
  789. package/dist/commonjs/main_thread/init/types.d.ts +240 -0
  790. package/dist/commonjs/main_thread/init/types.d.ts.map +1 -0
  791. package/dist/commonjs/main_thread/init/types.js +53 -0
  792. package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.d.ts +96 -0
  793. package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.d.ts.map +1 -0
  794. package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.js +113 -0
  795. package/dist/commonjs/main_thread/init/utils/get_initial_time.d.ts +77 -0
  796. package/dist/commonjs/main_thread/init/utils/get_initial_time.d.ts.map +1 -0
  797. package/dist/commonjs/main_thread/init/utils/get_initial_time.js +152 -0
  798. package/dist/commonjs/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
  799. package/dist/commonjs/main_thread/init/utils/get_loaded_reference.d.ts.map +1 -0
  800. package/dist/commonjs/main_thread/init/utils/get_loaded_reference.js +66 -0
  801. package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.d.ts +63 -0
  802. package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.d.ts.map +1 -0
  803. package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.js +228 -0
  804. package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.d.ts +99 -0
  805. package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.d.ts.map +1 -0
  806. package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.js +121 -0
  807. package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +36 -0
  808. package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.d.ts.map +1 -0
  809. package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.js +54 -0
  810. package/dist/commonjs/main_thread/init/utils/rebuffering_controller.d.ts +118 -0
  811. package/dist/commonjs/main_thread/init/utils/rebuffering_controller.d.ts.map +1 -0
  812. package/dist/commonjs/main_thread/init/utils/rebuffering_controller.js +496 -0
  813. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts +40 -0
  814. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts.map +1 -0
  815. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +35 -0
  816. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.d.ts +19 -0
  817. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.d.ts.map +1 -0
  818. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.js +19 -0
  819. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +26 -0
  820. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts.map +1 -0
  821. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +129 -0
  822. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +57 -0
  823. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts.map +1 -0
  824. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +233 -0
  825. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.d.ts +42 -0
  826. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.d.ts.map +1 -0
  827. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.js +17 -0
  828. package/dist/commonjs/main_thread/init/utils/throw_on_media_error.d.ts +25 -0
  829. package/dist/commonjs/main_thread/init/utils/throw_on_media_error.d.ts.map +1 -0
  830. package/dist/commonjs/main_thread/init/utils/throw_on_media_error.js +66 -0
  831. package/dist/commonjs/main_thread/init/utils/update_manifest_codec_support.d.ts +35 -0
  832. package/dist/commonjs/main_thread/init/utils/update_manifest_codec_support.d.ts.map +1 -0
  833. package/dist/commonjs/main_thread/init/utils/update_manifest_codec_support.js +222 -0
  834. package/dist/commonjs/main_thread/render_thumbnail.d.ts +27 -0
  835. package/dist/commonjs/main_thread/render_thumbnail.d.ts.map +1 -0
  836. package/dist/commonjs/main_thread/render_thumbnail.js +266 -0
  837. package/dist/commonjs/main_thread/text_displayer/html/html_parsers.d.ts +20 -0
  838. package/dist/commonjs/main_thread/text_displayer/html/html_parsers.d.ts.map +1 -0
  839. package/dist/commonjs/main_thread/text_displayer/html/html_parsers.js +25 -0
  840. package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.d.ts +105 -0
  841. package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.d.ts.map +1 -0
  842. package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.js +370 -0
  843. package/dist/commonjs/main_thread/text_displayer/html/index.d.ts +3 -0
  844. package/dist/commonjs/main_thread/text_displayer/html/index.d.ts.map +1 -0
  845. package/dist/commonjs/main_thread/text_displayer/html/index.js +4 -0
  846. package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.d.ts +66 -0
  847. package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.d.ts.map +1 -0
  848. package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.js +408 -0
  849. package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.d.ts +16 -0
  850. package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.d.ts.map +1 -0
  851. package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.js +64 -0
  852. package/dist/commonjs/main_thread/text_displayer/html/utils.d.ts +55 -0
  853. package/dist/commonjs/main_thread/text_displayer/html/utils.d.ts.map +1 -0
  854. package/dist/commonjs/main_thread/text_displayer/html/utils.js +141 -0
  855. package/dist/commonjs/main_thread/text_displayer/index.d.ts +3 -0
  856. package/dist/commonjs/main_thread/text_displayer/index.d.ts.map +1 -0
  857. package/dist/commonjs/main_thread/text_displayer/index.js +2 -0
  858. package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.d.ts +15 -0
  859. package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.d.ts.map +1 -0
  860. package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.js +48 -0
  861. package/dist/commonjs/main_thread/text_displayer/native/index.d.ts +3 -0
  862. package/dist/commonjs/main_thread/text_displayer/native/index.d.ts.map +1 -0
  863. package/dist/commonjs/main_thread/text_displayer/native/index.js +4 -0
  864. package/dist/commonjs/main_thread/text_displayer/native/native_parsers.d.ts +16 -0
  865. package/dist/commonjs/main_thread/text_displayer/native/native_parsers.d.ts.map +1 -0
  866. package/dist/commonjs/main_thread/text_displayer/native/native_parsers.js +25 -0
  867. package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.d.ts +59 -0
  868. package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.d.ts.map +1 -0
  869. package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.js +226 -0
  870. package/dist/commonjs/main_thread/text_displayer/types.d.ts +74 -0
  871. package/dist/commonjs/main_thread/text_displayer/types.d.ts.map +1 -0
  872. package/dist/commonjs/main_thread/text_displayer/types.js +2 -0
  873. package/dist/commonjs/main_thread/tracks_store/index.d.ts +21 -0
  874. package/dist/commonjs/main_thread/tracks_store/index.d.ts.map +1 -0
  875. package/dist/commonjs/main_thread/tracks_store/index.js +34 -0
  876. package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.d.ts +208 -0
  877. package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.d.ts.map +1 -0
  878. package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.js +709 -0
  879. package/dist/commonjs/main_thread/tracks_store/track_dispatcher.d.ts +108 -0
  880. package/dist/commonjs/main_thread/tracks_store/track_dispatcher.d.ts.map +1 -0
  881. package/dist/commonjs/main_thread/tracks_store/track_dispatcher.js +179 -0
  882. package/dist/commonjs/main_thread/tracks_store/tracks_store.d.ts +538 -0
  883. package/dist/commonjs/main_thread/tracks_store/tracks_store.d.ts.map +1 -0
  884. package/dist/commonjs/main_thread/tracks_store/tracks_store.js +1497 -0
  885. package/dist/commonjs/main_thread/types.d.ts +566 -0
  886. package/dist/commonjs/main_thread/types.d.ts.map +1 -0
  887. package/dist/commonjs/main_thread/types.js +2 -0
  888. package/dist/commonjs/manifest/classes/adaptation.d.ts +135 -0
  889. package/dist/commonjs/manifest/classes/adaptation.d.ts.map +1 -0
  890. package/dist/commonjs/manifest/classes/adaptation.js +260 -0
  891. package/dist/commonjs/manifest/classes/codec_support_cache.d.ts +45 -0
  892. package/dist/commonjs/manifest/classes/codec_support_cache.d.ts.map +1 -0
  893. package/dist/commonjs/manifest/classes/codec_support_cache.js +84 -0
  894. package/dist/commonjs/manifest/classes/index.d.ts +32 -0
  895. package/dist/commonjs/manifest/classes/index.d.ts.map +1 -0
  896. package/dist/commonjs/manifest/classes/index.js +46 -0
  897. package/dist/commonjs/manifest/classes/manifest.d.ts +425 -0
  898. package/dist/commonjs/manifest/classes/manifest.d.ts.map +1 -0
  899. package/dist/commonjs/manifest/classes/manifest.js +561 -0
  900. package/dist/commonjs/manifest/classes/period.d.ts +157 -0
  901. package/dist/commonjs/manifest/classes/period.d.ts.map +1 -0
  902. package/dist/commonjs/manifest/classes/period.js +283 -0
  903. package/dist/commonjs/manifest/classes/representation.d.ts +271 -0
  904. package/dist/commonjs/manifest/classes/representation.d.ts.map +1 -0
  905. package/dist/commonjs/manifest/classes/representation.js +402 -0
  906. package/dist/commonjs/manifest/classes/representation_index/index.d.ts +20 -0
  907. package/dist/commonjs/manifest/classes/representation_index/index.d.ts.map +1 -0
  908. package/dist/commonjs/manifest/classes/representation_index/index.js +20 -0
  909. package/dist/commonjs/manifest/classes/representation_index/static.d.ts +117 -0
  910. package/dist/commonjs/manifest/classes/representation_index/static.d.ts.map +1 -0
  911. package/dist/commonjs/manifest/classes/representation_index/static.js +164 -0
  912. package/dist/commonjs/manifest/classes/representation_index/types.d.ts +441 -0
  913. package/dist/commonjs/manifest/classes/representation_index/types.d.ts.map +1 -0
  914. package/dist/commonjs/manifest/classes/representation_index/types.js +17 -0
  915. package/dist/commonjs/manifest/classes/types.d.ts +30 -0
  916. package/dist/commonjs/manifest/classes/types.d.ts.map +1 -0
  917. package/dist/commonjs/manifest/classes/types.js +33 -0
  918. package/dist/commonjs/manifest/classes/update_period_in_place.d.ts +63 -0
  919. package/dist/commonjs/manifest/classes/update_period_in_place.d.ts.map +1 -0
  920. package/dist/commonjs/manifest/classes/update_period_in_place.js +237 -0
  921. package/dist/commonjs/manifest/classes/update_periods.d.ts +51 -0
  922. package/dist/commonjs/manifest/classes/update_periods.d.ts.map +1 -0
  923. package/dist/commonjs/manifest/classes/update_periods.js +228 -0
  924. package/dist/commonjs/manifest/classes/utils.d.ts +47 -0
  925. package/dist/commonjs/manifest/classes/utils.d.ts.map +1 -0
  926. package/dist/commonjs/manifest/classes/utils.js +49 -0
  927. package/dist/commonjs/manifest/index.d.ts +17 -0
  928. package/dist/commonjs/manifest/index.d.ts.map +1 -0
  929. package/dist/commonjs/manifest/index.js +21 -0
  930. package/dist/commonjs/manifest/types.d.ts +466 -0
  931. package/dist/commonjs/manifest/types.d.ts.map +1 -0
  932. package/dist/commonjs/manifest/types.js +2 -0
  933. package/dist/commonjs/manifest/utils.d.ts +184 -0
  934. package/dist/commonjs/manifest/utils.d.ts.map +1 -0
  935. package/dist/commonjs/manifest/utils.js +844 -0
  936. package/dist/commonjs/minimal.d.ts +21 -0
  937. package/dist/commonjs/minimal.d.ts.map +1 -0
  938. package/dist/commonjs/minimal.js +30 -0
  939. package/dist/commonjs/mse/index.d.ts +3 -0
  940. package/dist/commonjs/mse/index.d.ts.map +1 -0
  941. package/dist/commonjs/mse/index.js +2 -0
  942. package/dist/commonjs/mse/main_media_source_interface.d.ts +133 -0
  943. package/dist/commonjs/mse/main_media_source_interface.d.ts.map +1 -0
  944. package/dist/commonjs/mse/main_media_source_interface.js +610 -0
  945. package/dist/commonjs/mse/types.d.ts +303 -0
  946. package/dist/commonjs/mse/types.d.ts.map +1 -0
  947. package/dist/commonjs/mse/types.js +2 -0
  948. package/dist/commonjs/mse/utils/end_of_stream.d.ts +35 -0
  949. package/dist/commonjs/mse/utils/end_of_stream.d.ts.map +1 -0
  950. package/dist/commonjs/mse/utils/end_of_stream.js +118 -0
  951. package/dist/commonjs/mse/utils/media_source_duration_updater.d.ts +63 -0
  952. package/dist/commonjs/mse/utils/media_source_duration_updater.d.ts.map +1 -0
  953. package/dist/commonjs/mse/utils/media_source_duration_updater.js +277 -0
  954. package/dist/commonjs/mse/worker_media_source_interface.d.ts +116 -0
  955. package/dist/commonjs/mse/worker_media_source_interface.d.ts.map +1 -0
  956. package/dist/commonjs/mse/worker_media_source_interface.js +382 -0
  957. package/dist/commonjs/parsers/containers/isobmff/constants.d.ts +24 -0
  958. package/dist/commonjs/parsers/containers/isobmff/constants.d.ts.map +1 -0
  959. package/dist/commonjs/parsers/containers/isobmff/constants.js +26 -0
  960. package/dist/commonjs/parsers/containers/isobmff/create_box.d.ts +31 -0
  961. package/dist/commonjs/parsers/containers/isobmff/create_box.d.ts.map +1 -0
  962. package/dist/commonjs/parsers/containers/isobmff/create_box.js +93 -0
  963. package/dist/commonjs/parsers/containers/isobmff/drm/index.d.ts +17 -0
  964. package/dist/commonjs/parsers/containers/isobmff/drm/index.d.ts.map +1 -0
  965. package/dist/commonjs/parsers/containers/isobmff/drm/index.js +20 -0
  966. package/dist/commonjs/parsers/containers/isobmff/drm/playready.d.ts +22 -0
  967. package/dist/commonjs/parsers/containers/isobmff/drm/playready.d.ts.map +1 -0
  968. package/dist/commonjs/parsers/containers/isobmff/drm/playready.js +38 -0
  969. package/dist/commonjs/parsers/containers/isobmff/extract_complete_chunks.d.ts +30 -0
  970. package/dist/commonjs/parsers/containers/isobmff/extract_complete_chunks.d.ts.map +1 -0
  971. package/dist/commonjs/parsers/containers/isobmff/extract_complete_chunks.js +89 -0
  972. package/dist/commonjs/parsers/containers/isobmff/find_complete_box.d.ts +26 -0
  973. package/dist/commonjs/parsers/containers/isobmff/find_complete_box.d.ts.map +1 -0
  974. package/dist/commonjs/parsers/containers/isobmff/find_complete_box.js +57 -0
  975. package/dist/commonjs/parsers/containers/isobmff/get_box.d.ts +107 -0
  976. package/dist/commonjs/parsers/containers/isobmff/get_box.d.ts.map +1 -0
  977. package/dist/commonjs/parsers/containers/isobmff/get_box.js +254 -0
  978. package/dist/commonjs/parsers/containers/isobmff/index.d.ts +26 -0
  979. package/dist/commonjs/parsers/containers/isobmff/index.d.ts.map +1 -0
  980. package/dist/commonjs/parsers/containers/isobmff/index.js +47 -0
  981. package/dist/commonjs/parsers/containers/isobmff/read.d.ts +58 -0
  982. package/dist/commonjs/parsers/containers/isobmff/read.d.ts.map +1 -0
  983. package/dist/commonjs/parsers/containers/isobmff/read.js +94 -0
  984. package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.d.ts +42 -0
  985. package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.d.ts.map +1 -0
  986. package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.js +86 -0
  987. package/dist/commonjs/parsers/containers/isobmff/utils.d.ts +143 -0
  988. package/dist/commonjs/parsers/containers/isobmff/utils.d.ts.map +1 -0
  989. package/dist/commonjs/parsers/containers/isobmff/utils.js +608 -0
  990. package/dist/commonjs/parsers/containers/matroska/index.d.ts +18 -0
  991. package/dist/commonjs/parsers/containers/matroska/index.d.ts.map +1 -0
  992. package/dist/commonjs/parsers/containers/matroska/index.js +21 -0
  993. package/dist/commonjs/parsers/containers/matroska/utils.d.ts +35 -0
  994. package/dist/commonjs/parsers/containers/matroska/utils.d.ts.map +1 -0
  995. package/dist/commonjs/parsers/containers/matroska/utils.js +277 -0
  996. package/dist/commonjs/parsers/images/bif.d.ts +40 -0
  997. package/dist/commonjs/parsers/images/bif.d.ts.map +1 -0
  998. package/dist/commonjs/parsers/images/bif.js +103 -0
  999. package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.d.ts +29 -0
  1000. package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.d.ts.map +1 -0
  1001. package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.js +98 -0
  1002. package/dist/commonjs/parsers/manifest/dash/common/content_protection_parser.d.ts +99 -0
  1003. package/dist/commonjs/parsers/manifest/dash/common/content_protection_parser.d.ts.map +1 -0
  1004. package/dist/commonjs/parsers/manifest/dash/common/content_protection_parser.js +261 -0
  1005. package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts +18 -0
  1006. package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts.map +1 -0
  1007. package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.js +27 -0
  1008. package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +44 -0
  1009. package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts.map +1 -0
  1010. package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.js +85 -0
  1011. package/dist/commonjs/parsers/manifest/dash/common/get_clock_offset.d.ts +30 -0
  1012. package/dist/commonjs/parsers/manifest/dash/common/get_clock_offset.d.ts.map +1 -0
  1013. package/dist/commonjs/parsers/manifest/dash/common/get_clock_offset.js +41 -0
  1014. package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.d.ts +51 -0
  1015. package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.d.ts.map +1 -0
  1016. package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.js +86 -0
  1017. package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +22 -0
  1018. package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts.map +1 -0
  1019. package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.js +30 -0
  1020. package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +26 -0
  1021. package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts.map +1 -0
  1022. package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +36 -0
  1023. package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.d.ts +44 -0
  1024. package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.d.ts.map +1 -0
  1025. package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.js +71 -0
  1026. package/dist/commonjs/parsers/manifest/dash/common/index.d.ts +22 -0
  1027. package/dist/commonjs/parsers/manifest/dash/common/index.d.ts.map +1 -0
  1028. package/dist/commonjs/parsers/manifest/dash/common/index.js +25 -0
  1029. package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts +267 -0
  1030. package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts.map +1 -0
  1031. package/dist/commonjs/parsers/manifest/dash/common/indexes/base.js +289 -0
  1032. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +33 -0
  1033. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.d.ts.map +1 -0
  1034. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.js +47 -0
  1035. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +40 -0
  1036. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts.map +1 -0
  1037. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +112 -0
  1038. package/dist/commonjs/parsers/manifest/dash/common/indexes/index.d.ts +26 -0
  1039. package/dist/commonjs/parsers/manifest/dash/common/indexes/index.d.ts.map +1 -0
  1040. package/dist/commonjs/parsers/manifest/dash/common/indexes/index.js +26 -0
  1041. package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts +209 -0
  1042. package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts.map +1 -0
  1043. package/dist/commonjs/parsers/manifest/dash/common/indexes/list.js +247 -0
  1044. package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts +272 -0
  1045. package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts.map +1 -0
  1046. package/dist/commonjs/parsers/manifest/dash/common/indexes/template.js +453 -0
  1047. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +28 -0
  1048. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts.map +1 -0
  1049. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +46 -0
  1050. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +19 -0
  1051. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts.map +1 -0
  1052. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +82 -0
  1053. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +38 -0
  1054. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts.map +1 -0
  1055. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +66 -0
  1056. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +43 -0
  1057. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts.map +1 -0
  1058. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +143 -0
  1059. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/index.d.ts +20 -0
  1060. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/index.d.ts.map +1 -0
  1061. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/index.js +19 -0
  1062. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +37 -0
  1063. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts.map +1 -0
  1064. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +90 -0
  1065. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +448 -0
  1066. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts.map +1 -0
  1067. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +702 -0
  1068. package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.d.ts +41 -0
  1069. package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.d.ts.map +1 -0
  1070. package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.js +112 -0
  1071. package/dist/commonjs/parsers/manifest/dash/common/indexes/utils.d.ts +26 -0
  1072. package/dist/commonjs/parsers/manifest/dash/common/indexes/utils.d.ts.map +1 -0
  1073. package/dist/commonjs/parsers/manifest/dash/common/indexes/utils.js +31 -0
  1074. package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts +48 -0
  1075. package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts.map +1 -0
  1076. package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.js +164 -0
  1077. package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts +120 -0
  1078. package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts.map +1 -0
  1079. package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.js +138 -0
  1080. package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +56 -0
  1081. package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts.map +1 -0
  1082. package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.js +508 -0
  1083. package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.d.ts +24 -0
  1084. package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.d.ts.map +1 -0
  1085. package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.js +34 -0
  1086. package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.d.ts +99 -0
  1087. package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.d.ts.map +1 -0
  1088. package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.js +345 -0
  1089. package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts +71 -0
  1090. package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts.map +1 -0
  1091. package/dist/commonjs/parsers/manifest/dash/common/parse_periods.js +341 -0
  1092. package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.d.ts +87 -0
  1093. package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.d.ts.map +1 -0
  1094. package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.js +131 -0
  1095. package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts +51 -0
  1096. package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts.map +1 -0
  1097. package/dist/commonjs/parsers/manifest/dash/common/parse_representations.js +300 -0
  1098. package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.d.ts +27 -0
  1099. package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.d.ts.map +1 -0
  1100. package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.js +49 -0
  1101. package/dist/commonjs/parsers/manifest/dash/index.d.ts +17 -0
  1102. package/dist/commonjs/parsers/manifest/dash/index.d.ts.map +1 -0
  1103. package/dist/commonjs/parsers/manifest/dash/index.js +23 -0
  1104. package/dist/commonjs/parsers/manifest/dash/js-parser/index.d.ts +18 -0
  1105. package/dist/commonjs/parsers/manifest/dash/js-parser/index.d.ts.map +1 -0
  1106. package/dist/commonjs/parsers/manifest/dash/js-parser/index.js +19 -0
  1107. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +25 -0
  1108. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts.map +1 -0
  1109. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +406 -0
  1110. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +25 -0
  1111. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts.map +1 -0
  1112. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +33 -0
  1113. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +24 -0
  1114. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts.map +1 -0
  1115. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.js +70 -0
  1116. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +23 -0
  1117. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts.map +1 -0
  1118. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.js +125 -0
  1119. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +24 -0
  1120. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts.map +1 -0
  1121. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +153 -0
  1122. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +23 -0
  1123. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts.map +1 -0
  1124. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +70 -0
  1125. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +24 -0
  1126. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts.map +1 -0
  1127. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.js +235 -0
  1128. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +24 -0
  1129. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts.map +1 -0
  1130. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.js +197 -0
  1131. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +23 -0
  1132. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts.map +1 -0
  1133. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.js +268 -0
  1134. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +24 -0
  1135. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts.map +1 -0
  1136. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +152 -0
  1137. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +23 -0
  1138. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts.map +1 -0
  1139. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.js +60 -0
  1140. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +25 -0
  1141. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts.map +1 -0
  1142. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +125 -0
  1143. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +23 -0
  1144. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts.map +1 -0
  1145. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.js +36 -0
  1146. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +25 -0
  1147. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts.map +1 -0
  1148. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +82 -0
  1149. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +176 -0
  1150. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts.map +1 -0
  1151. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.js +381 -0
  1152. package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts +25 -0
  1153. package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts.map +1 -0
  1154. package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_xml_string.js +142 -0
  1155. package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts +404 -0
  1156. package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts.map +1 -0
  1157. package/dist/commonjs/parsers/manifest/dash/node_parser_types.js +17 -0
  1158. package/dist/commonjs/parsers/manifest/dash/parsers_types.d.ts +84 -0
  1159. package/dist/commonjs/parsers/manifest/dash/parsers_types.d.ts.map +1 -0
  1160. package/dist/commonjs/parsers/manifest/dash/parsers_types.js +17 -0
  1161. package/dist/commonjs/parsers/manifest/dash/wasm-parser/index.d.ts +20 -0
  1162. package/dist/commonjs/parsers/manifest/dash/wasm-parser/index.d.ts.map +1 -0
  1163. package/dist/commonjs/parsers/manifest/dash/wasm-parser/index.js +19 -0
  1164. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +112 -0
  1165. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts.map +1 -0
  1166. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +425 -0
  1167. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +33 -0
  1168. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts.map +1 -0
  1169. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +276 -0
  1170. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +25 -0
  1171. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts.map +1 -0
  1172. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.js +33 -0
  1173. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +25 -0
  1174. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts.map +1 -0
  1175. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +44 -0
  1176. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +24 -0
  1177. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts.map +1 -0
  1178. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +61 -0
  1179. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +34 -0
  1180. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts.map +1 -0
  1181. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +116 -0
  1182. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts +4 -0
  1183. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts.map +1 -0
  1184. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.js +12 -0
  1185. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +29 -0
  1186. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts.map +1 -0
  1187. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +168 -0
  1188. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +34 -0
  1189. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts.map +1 -0
  1190. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +152 -0
  1191. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +33 -0
  1192. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts.map +1 -0
  1193. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +183 -0
  1194. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +25 -0
  1195. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts.map +1 -0
  1196. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +38 -0
  1197. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +19 -0
  1198. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts.map +1 -0
  1199. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +91 -0
  1200. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +27 -0
  1201. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts.map +1 -0
  1202. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.js +48 -0
  1203. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +19 -0
  1204. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts.map +1 -0
  1205. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +104 -0
  1206. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +26 -0
  1207. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts.map +1 -0
  1208. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +55 -0
  1209. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +30 -0
  1210. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts.map +1 -0
  1211. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +50 -0
  1212. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts +17 -0
  1213. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts.map +1 -0
  1214. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/index.js +20 -0
  1215. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +28 -0
  1216. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts.map +1 -0
  1217. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.js +53 -0
  1218. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +39 -0
  1219. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts.map +1 -0
  1220. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +62 -0
  1221. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts +149 -0
  1222. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts.map +1 -0
  1223. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.js +17 -0
  1224. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +30 -0
  1225. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.d.ts.map +1 -0
  1226. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.js +43 -0
  1227. package/dist/commonjs/parsers/manifest/index.d.ts +17 -0
  1228. package/dist/commonjs/parsers/manifest/index.d.ts.map +1 -0
  1229. package/dist/commonjs/parsers/manifest/index.js +17 -0
  1230. package/dist/commonjs/parsers/manifest/local/index.d.ts +19 -0
  1231. package/dist/commonjs/parsers/manifest/local/index.d.ts.map +1 -0
  1232. package/dist/commonjs/parsers/manifest/local/index.js +19 -0
  1233. package/dist/commonjs/parsers/manifest/local/parse_local_manifest.d.ts +23 -0
  1234. package/dist/commonjs/parsers/manifest/local/parse_local_manifest.d.ts.map +1 -0
  1235. package/dist/commonjs/parsers/manifest/local/parse_local_manifest.js +140 -0
  1236. package/dist/commonjs/parsers/manifest/local/representation_index.d.ts +99 -0
  1237. package/dist/commonjs/parsers/manifest/local/representation_index.d.ts.map +1 -0
  1238. package/dist/commonjs/parsers/manifest/local/representation_index.js +297 -0
  1239. package/dist/commonjs/parsers/manifest/local/types.d.ts +288 -0
  1240. package/dist/commonjs/parsers/manifest/local/types.d.ts.map +1 -0
  1241. package/dist/commonjs/parsers/manifest/local/types.js +17 -0
  1242. package/dist/commonjs/parsers/manifest/metaplaylist/index.d.ts +20 -0
  1243. package/dist/commonjs/parsers/manifest/metaplaylist/index.d.ts.map +1 -0
  1244. package/dist/commonjs/parsers/manifest/metaplaylist/index.js +19 -0
  1245. package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +65 -0
  1246. package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts.map +1 -0
  1247. package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.js +322 -0
  1248. package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts +165 -0
  1249. package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts.map +1 -0
  1250. package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.js +239 -0
  1251. package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts +34 -0
  1252. package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts.map +1 -0
  1253. package/dist/commonjs/parsers/manifest/smooth/create_parser.js +548 -0
  1254. package/dist/commonjs/parsers/manifest/smooth/get_codecs.d.ts +27 -0
  1255. package/dist/commonjs/parsers/manifest/smooth/get_codecs.d.ts.map +1 -0
  1256. package/dist/commonjs/parsers/manifest/smooth/get_codecs.js +54 -0
  1257. package/dist/commonjs/parsers/manifest/smooth/index.d.ts +22 -0
  1258. package/dist/commonjs/parsers/manifest/smooth/index.d.ts.map +1 -0
  1259. package/dist/commonjs/parsers/manifest/smooth/index.js +22 -0
  1260. package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.d.ts +28 -0
  1261. package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.d.ts.map +1 -0
  1262. package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.js +72 -0
  1263. package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.d.ts +31 -0
  1264. package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.d.ts.map +1 -0
  1265. package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.js +97 -0
  1266. package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts +242 -0
  1267. package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts.map +1 -0
  1268. package/dist/commonjs/parsers/manifest/smooth/representation_index.js +424 -0
  1269. package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +120 -0
  1270. package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts.map +1 -0
  1271. package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.js +182 -0
  1272. package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.d.ts +39 -0
  1273. package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.d.ts.map +1 -0
  1274. package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.js +66 -0
  1275. package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.d.ts +21 -0
  1276. package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.d.ts.map +1 -0
  1277. package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.js +33 -0
  1278. package/dist/commonjs/parsers/manifest/smooth/utils/reduceChildren.d.ts +25 -0
  1279. package/dist/commonjs/parsers/manifest/smooth/utils/reduceChildren.d.ts.map +1 -0
  1280. package/dist/commonjs/parsers/manifest/smooth/utils/reduceChildren.js +57 -0
  1281. package/dist/commonjs/parsers/manifest/smooth/utils/tokens.d.ts +29 -0
  1282. package/dist/commonjs/parsers/manifest/smooth/utils/tokens.d.ts.map +1 -0
  1283. package/dist/commonjs/parsers/manifest/smooth/utils/tokens.js +37 -0
  1284. package/dist/commonjs/parsers/manifest/types.d.ts +443 -0
  1285. package/dist/commonjs/parsers/manifest/types.d.ts.map +1 -0
  1286. package/dist/commonjs/parsers/manifest/types.js +17 -0
  1287. package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.d.ts +26 -0
  1288. package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.d.ts.map +1 -0
  1289. package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.js +83 -0
  1290. package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.d.ts +26 -0
  1291. package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.d.ts.map +1 -0
  1292. package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.js +76 -0
  1293. package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +28 -0
  1294. package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.d.ts.map +1 -0
  1295. package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.js +69 -0
  1296. package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +30 -0
  1297. package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.d.ts.map +1 -0
  1298. package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.js +71 -0
  1299. package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.d.ts +25 -0
  1300. package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.d.ts.map +1 -0
  1301. package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.js +69 -0
  1302. package/dist/commonjs/parsers/manifest/utils/get_minimum_position.d.ts +22 -0
  1303. package/dist/commonjs/parsers/manifest/utils/get_minimum_position.d.ts.map +1 -0
  1304. package/dist/commonjs/parsers/manifest/utils/get_minimum_position.js +65 -0
  1305. package/dist/commonjs/parsers/manifest/utils/index_helpers.d.ts +89 -0
  1306. package/dist/commonjs/parsers/manifest/utils/index_helpers.d.ts.map +1 -0
  1307. package/dist/commonjs/parsers/manifest/utils/index_helpers.js +154 -0
  1308. package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.d.ts +34 -0
  1309. package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.d.ts.map +1 -0
  1310. package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.js +157 -0
  1311. package/dist/commonjs/parsers/texttracks/index.d.ts +17 -0
  1312. package/dist/commonjs/parsers/texttracks/index.d.ts.map +1 -0
  1313. package/dist/commonjs/parsers/texttracks/index.js +17 -0
  1314. package/dist/commonjs/parsers/texttracks/sami/html.d.ts +32 -0
  1315. package/dist/commonjs/parsers/texttracks/sami/html.d.ts.map +1 -0
  1316. package/dist/commonjs/parsers/texttracks/sami/html.js +220 -0
  1317. package/dist/commonjs/parsers/texttracks/sami/native.d.ts +37 -0
  1318. package/dist/commonjs/parsers/texttracks/sami/native.d.ts.map +1 -0
  1319. package/dist/commonjs/parsers/texttracks/sami/native.js +184 -0
  1320. package/dist/commonjs/parsers/texttracks/srt/find_end_of_cue_block.d.ts +30 -0
  1321. package/dist/commonjs/parsers/texttracks/srt/find_end_of_cue_block.d.ts.map +1 -0
  1322. package/dist/commonjs/parsers/texttracks/srt/find_end_of_cue_block.js +42 -0
  1323. package/dist/commonjs/parsers/texttracks/srt/get_cue_blocks.d.ts +23 -0
  1324. package/dist/commonjs/parsers/texttracks/srt/get_cue_blocks.d.ts.map +1 -0
  1325. package/dist/commonjs/parsers/texttracks/srt/get_cue_blocks.js +50 -0
  1326. package/dist/commonjs/parsers/texttracks/srt/html.d.ts +28 -0
  1327. package/dist/commonjs/parsers/texttracks/srt/html.d.ts.map +1 -0
  1328. package/dist/commonjs/parsers/texttracks/srt/html.js +192 -0
  1329. package/dist/commonjs/parsers/texttracks/srt/native.d.ts +30 -0
  1330. package/dist/commonjs/parsers/texttracks/srt/native.d.ts.map +1 -0
  1331. package/dist/commonjs/parsers/texttracks/srt/native.js +66 -0
  1332. package/dist/commonjs/parsers/texttracks/srt/parse_cue.d.ts +31 -0
  1333. package/dist/commonjs/parsers/texttracks/srt/parse_cue.d.ts.map +1 -0
  1334. package/dist/commonjs/parsers/texttracks/srt/parse_cue.js +75 -0
  1335. package/dist/commonjs/parsers/texttracks/srt/parse_timestamp.d.ts +22 -0
  1336. package/dist/commonjs/parsers/texttracks/srt/parse_timestamp.d.ts.map +1 -0
  1337. package/dist/commonjs/parsers/texttracks/srt/parse_timestamp.js +36 -0
  1338. package/dist/commonjs/parsers/texttracks/ttml/get_parameters.d.ts +33 -0
  1339. package/dist/commonjs/parsers/texttracks/ttml/get_parameters.d.ts.map +1 -0
  1340. package/dist/commonjs/parsers/texttracks/ttml/get_parameters.js +90 -0
  1341. package/dist/commonjs/parsers/texttracks/ttml/get_styling.d.ts +42 -0
  1342. package/dist/commonjs/parsers/texttracks/ttml/get_styling.d.ts.map +1 -0
  1343. package/dist/commonjs/parsers/texttracks/ttml/get_styling.js +136 -0
  1344. package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.d.ts +27 -0
  1345. package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.d.ts.map +1 -0
  1346. package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.js +43 -0
  1347. package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts +49 -0
  1348. package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts.map +1 -0
  1349. package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +65 -0
  1350. package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.d.ts +22 -0
  1351. package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.d.ts.map +1 -0
  1352. package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.js +60 -0
  1353. package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.d.ts +22 -0
  1354. package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.d.ts.map +1 -0
  1355. package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.js +59 -0
  1356. package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.d.ts +21 -0
  1357. package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.d.ts.map +1 -0
  1358. package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.js +48 -0
  1359. package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.d.ts +21 -0
  1360. package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.d.ts.map +1 -0
  1361. package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.js +59 -0
  1362. package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.d.ts +21 -0
  1363. package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.d.ts.map +1 -0
  1364. package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.js +138 -0
  1365. package/dist/commonjs/parsers/texttracks/ttml/html/create_element.d.ts +33 -0
  1366. package/dist/commonjs/parsers/texttracks/ttml/html/create_element.d.ts.map +1 -0
  1367. package/dist/commonjs/parsers/texttracks/ttml/html/create_element.js +477 -0
  1368. package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts +27 -0
  1369. package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts.map +1 -0
  1370. package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.js +44 -0
  1371. package/dist/commonjs/parsers/texttracks/ttml/html/index.d.ts +22 -0
  1372. package/dist/commonjs/parsers/texttracks/ttml/html/index.d.ts.map +1 -0
  1373. package/dist/commonjs/parsers/texttracks/ttml/html/index.js +23 -0
  1374. package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.d.ts +27 -0
  1375. package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.d.ts.map +1 -0
  1376. package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.js +43 -0
  1377. package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +36 -0
  1378. package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts.map +1 -0
  1379. package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.js +87 -0
  1380. package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts +22 -0
  1381. package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts.map +1 -0
  1382. package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +76 -0
  1383. package/dist/commonjs/parsers/texttracks/ttml/native/index.d.ts +22 -0
  1384. package/dist/commonjs/parsers/texttracks/ttml/native/index.d.ts.map +1 -0
  1385. package/dist/commonjs/parsers/texttracks/ttml/native/index.js +23 -0
  1386. package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.d.ts +25 -0
  1387. package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.d.ts.map +1 -0
  1388. package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.js +200 -0
  1389. package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +24 -0
  1390. package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts.map +1 -0
  1391. package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.js +70 -0
  1392. package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.d.ts +44 -0
  1393. package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.d.ts.map +1 -0
  1394. package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.js +187 -0
  1395. package/dist/commonjs/parsers/texttracks/ttml/regexps.d.ts +29 -0
  1396. package/dist/commonjs/parsers/texttracks/ttml/regexps.d.ts.map +1 -0
  1397. package/dist/commonjs/parsers/texttracks/ttml/regexps.js +49 -0
  1398. package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +50 -0
  1399. package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts.map +1 -0
  1400. package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.js +107 -0
  1401. package/dist/commonjs/parsers/texttracks/ttml/time_parsing.d.ts +31 -0
  1402. package/dist/commonjs/parsers/texttracks/ttml/time_parsing.d.ts.map +1 -0
  1403. package/dist/commonjs/parsers/texttracks/ttml/time_parsing.js +126 -0
  1404. package/dist/commonjs/parsers/texttracks/ttml/xml_utils.d.ts +71 -0
  1405. package/dist/commonjs/parsers/texttracks/ttml/xml_utils.d.ts.map +1 -0
  1406. package/dist/commonjs/parsers/texttracks/ttml/xml_utils.js +186 -0
  1407. package/dist/commonjs/parsers/texttracks/types.d.ts +80 -0
  1408. package/dist/commonjs/parsers/texttracks/types.d.ts.map +1 -0
  1409. package/dist/commonjs/parsers/texttracks/types.js +17 -0
  1410. package/dist/commonjs/parsers/texttracks/webvtt/create_default_style_elements.d.ts +3 -0
  1411. package/dist/commonjs/parsers/texttracks/webvtt/create_default_style_elements.d.ts.map +1 -0
  1412. package/dist/commonjs/parsers/texttracks/webvtt/create_default_style_elements.js +25 -0
  1413. package/dist/commonjs/parsers/texttracks/webvtt/get_cue_blocks.d.ts +25 -0
  1414. package/dist/commonjs/parsers/texttracks/webvtt/get_cue_blocks.d.ts.map +1 -0
  1415. package/dist/commonjs/parsers/texttracks/webvtt/get_cue_blocks.js +47 -0
  1416. package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.d.ts +25 -0
  1417. package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.d.ts.map +1 -0
  1418. package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.js +55 -0
  1419. package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +23 -0
  1420. package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts.map +1 -0
  1421. package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.js +38 -0
  1422. package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.d.ts +22 -0
  1423. package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.d.ts.map +1 -0
  1424. package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.js +172 -0
  1425. package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.d.ts +25 -0
  1426. package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.d.ts.map +1 -0
  1427. package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.js +84 -0
  1428. package/dist/commonjs/parsers/texttracks/webvtt/html/index.d.ts +28 -0
  1429. package/dist/commonjs/parsers/texttracks/webvtt/html/index.d.ts.map +1 -0
  1430. package/dist/commonjs/parsers/texttracks/webvtt/html/index.js +26 -0
  1431. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts +13 -0
  1432. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts.map +1 -0
  1433. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_mp4.js +22 -0
  1434. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts +33 -0
  1435. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts.map +1 -0
  1436. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.js +69 -0
  1437. package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.d.ts +50 -0
  1438. package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.d.ts.map +1 -0
  1439. package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.js +73 -0
  1440. package/dist/commonjs/parsers/texttracks/webvtt/native/index.d.ts +23 -0
  1441. package/dist/commonjs/parsers/texttracks/webvtt/native/index.d.ts.map +1 -0
  1442. package/dist/commonjs/parsers/texttracks/webvtt/native/index.js +26 -0
  1443. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts +30 -0
  1444. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts.map +1 -0
  1445. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.js +94 -0
  1446. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts +13 -0
  1447. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts.map +1 -0
  1448. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.js +24 -0
  1449. package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +24 -0
  1450. package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts.map +1 -0
  1451. package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.js +83 -0
  1452. package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.d.ts +33 -0
  1453. package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.d.ts.map +1 -0
  1454. package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.js +30 -0
  1455. package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.d.ts +40 -0
  1456. package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.d.ts.map +1 -0
  1457. package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.js +104 -0
  1458. package/dist/commonjs/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts +22 -0
  1459. package/dist/commonjs/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts.map +1 -0
  1460. package/dist/commonjs/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.js +154 -0
  1461. package/dist/commonjs/parsers/texttracks/webvtt/parse_style_block.d.ts +28 -0
  1462. package/dist/commonjs/parsers/texttracks/webvtt/parse_style_block.d.ts.map +1 -0
  1463. package/dist/commonjs/parsers/texttracks/webvtt/parse_style_block.js +75 -0
  1464. package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.d.ts +22 -0
  1465. package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.d.ts.map +1 -0
  1466. package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.js +36 -0
  1467. package/dist/commonjs/parsers/texttracks/webvtt/utils.d.ts +58 -0
  1468. package/dist/commonjs/parsers/texttracks/webvtt/utils.d.ts.map +1 -0
  1469. package/dist/commonjs/parsers/texttracks/webvtt/utils.js +121 -0
  1470. package/dist/commonjs/playback_observer/core_playback_observer.d.ts +85 -0
  1471. package/dist/commonjs/playback_observer/core_playback_observer.d.ts.map +1 -0
  1472. package/dist/commonjs/playback_observer/core_playback_observer.js +47 -0
  1473. package/dist/commonjs/playback_observer/index.d.ts +7 -0
  1474. package/dist/commonjs/playback_observer/index.d.ts.map +1 -0
  1475. package/dist/commonjs/playback_observer/index.js +5 -0
  1476. package/dist/commonjs/playback_observer/media_element_playback_observer.d.ts +288 -0
  1477. package/dist/commonjs/playback_observer/media_element_playback_observer.d.ts.map +1 -0
  1478. package/dist/commonjs/playback_observer/media_element_playback_observer.js +845 -0
  1479. package/dist/commonjs/playback_observer/types.d.ts +226 -0
  1480. package/dist/commonjs/playback_observer/types.d.ts.map +1 -0
  1481. package/dist/commonjs/playback_observer/types.js +2 -0
  1482. package/dist/commonjs/playback_observer/utils/generate_read_only_observer.d.ts +12 -0
  1483. package/dist/commonjs/playback_observer/utils/generate_read_only_observer.d.ts.map +1 -0
  1484. package/dist/commonjs/playback_observer/utils/generate_read_only_observer.js +42 -0
  1485. package/dist/commonjs/playback_observer/utils/observation_position.d.ts +99 -0
  1486. package/dist/commonjs/playback_observer/utils/observation_position.d.ts.map +1 -0
  1487. package/dist/commonjs/playback_observer/utils/observation_position.js +99 -0
  1488. package/dist/commonjs/public_types.d.ts +1289 -0
  1489. package/dist/commonjs/public_types.d.ts.map +1 -0
  1490. package/dist/commonjs/public_types.js +6 -0
  1491. package/dist/commonjs/tools/TextTrackRenderer/index.d.ts +24 -0
  1492. package/dist/commonjs/tools/TextTrackRenderer/index.d.ts.map +1 -0
  1493. package/dist/commonjs/tools/TextTrackRenderer/index.js +29 -0
  1494. package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.d.ts +80 -0
  1495. package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.d.ts.map +1 -0
  1496. package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.js +85 -0
  1497. package/dist/commonjs/tools/index.d.ts +20 -0
  1498. package/dist/commonjs/tools/index.d.ts.map +1 -0
  1499. package/dist/commonjs/tools/index.js +23 -0
  1500. package/dist/commonjs/tools/parseBIFThumbnails/index.d.ts +30 -0
  1501. package/dist/commonjs/tools/parseBIFThumbnails/index.d.ts.map +1 -0
  1502. package/dist/commonjs/tools/parseBIFThumbnails/index.js +33 -0
  1503. package/dist/commonjs/tools/string_utils/index.d.ts +17 -0
  1504. package/dist/commonjs/tools/string_utils/index.d.ts.map +1 -0
  1505. package/dist/commonjs/tools/string_utils/index.js +25 -0
  1506. package/dist/commonjs/transports/dash/construct_segment_url.d.ts +19 -0
  1507. package/dist/commonjs/transports/dash/construct_segment_url.d.ts.map +1 -0
  1508. package/dist/commonjs/transports/dash/construct_segment_url.js +28 -0
  1509. package/dist/commonjs/transports/dash/get_events_out_of_emsgs.d.ts +29 -0
  1510. package/dist/commonjs/transports/dash/get_events_out_of_emsgs.d.ts.map +1 -0
  1511. package/dist/commonjs/transports/dash/get_events_out_of_emsgs.js +96 -0
  1512. package/dist/commonjs/transports/dash/index.d.ts +22 -0
  1513. package/dist/commonjs/transports/dash/index.d.ts.map +1 -0
  1514. package/dist/commonjs/transports/dash/index.js +23 -0
  1515. package/dist/commonjs/transports/dash/init_segment_loader.d.ts +29 -0
  1516. package/dist/commonjs/transports/dash/init_segment_loader.d.ts.map +1 -0
  1517. package/dist/commonjs/transports/dash/init_segment_loader.js +135 -0
  1518. package/dist/commonjs/transports/dash/integrity_checks.d.ts +18 -0
  1519. package/dist/commonjs/transports/dash/integrity_checks.d.ts.map +1 -0
  1520. package/dist/commonjs/transports/dash/integrity_checks.js +209 -0
  1521. package/dist/commonjs/transports/dash/load_chunked_segment_data.d.ts +40 -0
  1522. package/dist/commonjs/transports/dash/load_chunked_segment_data.d.ts.map +1 -0
  1523. package/dist/commonjs/transports/dash/load_chunked_segment_data.js +126 -0
  1524. package/dist/commonjs/transports/dash/manifest_parser.d.ts +19 -0
  1525. package/dist/commonjs/transports/dash/manifest_parser.d.ts.map +1 -0
  1526. package/dist/commonjs/transports/dash/manifest_parser.js +298 -0
  1527. package/dist/commonjs/transports/dash/pipelines.d.ts +24 -0
  1528. package/dist/commonjs/transports/dash/pipelines.d.ts.map +1 -0
  1529. package/dist/commonjs/transports/dash/pipelines.js +68 -0
  1530. package/dist/commonjs/transports/dash/segment_loader.d.ts +39 -0
  1531. package/dist/commonjs/transports/dash/segment_loader.d.ts.map +1 -0
  1532. package/dist/commonjs/transports/dash/segment_loader.js +275 -0
  1533. package/dist/commonjs/transports/dash/segment_parser.d.ts +24 -0
  1534. package/dist/commonjs/transports/dash/segment_parser.d.ts.map +1 -0
  1535. package/dist/commonjs/transports/dash/segment_parser.js +160 -0
  1536. package/dist/commonjs/transports/dash/text_loader.d.ts +26 -0
  1537. package/dist/commonjs/transports/dash/text_loader.d.ts.map +1 -0
  1538. package/dist/commonjs/transports/dash/text_loader.js +166 -0
  1539. package/dist/commonjs/transports/dash/text_parser.d.ts +26 -0
  1540. package/dist/commonjs/transports/dash/text_parser.d.ts.map +1 -0
  1541. package/dist/commonjs/transports/dash/text_parser.js +194 -0
  1542. package/dist/commonjs/transports/dash/thumbnails.d.ts +21 -0
  1543. package/dist/commonjs/transports/dash/thumbnails.d.ts.map +1 -0
  1544. package/dist/commonjs/transports/dash/thumbnails.js +127 -0
  1545. package/dist/commonjs/transports/index.d.ts +17 -0
  1546. package/dist/commonjs/transports/index.d.ts.map +1 -0
  1547. package/dist/commonjs/transports/index.js +17 -0
  1548. package/dist/commonjs/transports/local/index.d.ts +18 -0
  1549. package/dist/commonjs/transports/local/index.d.ts.map +1 -0
  1550. package/dist/commonjs/transports/local/index.js +19 -0
  1551. package/dist/commonjs/transports/local/pipelines.d.ts +23 -0
  1552. package/dist/commonjs/transports/local/pipelines.d.ts.map +1 -0
  1553. package/dist/commonjs/transports/local/pipelines.js +81 -0
  1554. package/dist/commonjs/transports/local/segment_loader.d.ts +29 -0
  1555. package/dist/commonjs/transports/local/segment_loader.d.ts.map +1 -0
  1556. package/dist/commonjs/transports/local/segment_loader.js +155 -0
  1557. package/dist/commonjs/transports/local/segment_parser.d.ts +21 -0
  1558. package/dist/commonjs/transports/local/segment_parser.d.ts.map +1 -0
  1559. package/dist/commonjs/transports/local/segment_parser.js +90 -0
  1560. package/dist/commonjs/transports/local/text_parser.d.ts +28 -0
  1561. package/dist/commonjs/transports/local/text_parser.d.ts.map +1 -0
  1562. package/dist/commonjs/transports/local/text_parser.js +165 -0
  1563. package/dist/commonjs/transports/metaplaylist/index.d.ts +22 -0
  1564. package/dist/commonjs/transports/metaplaylist/index.d.ts.map +1 -0
  1565. package/dist/commonjs/transports/metaplaylist/index.js +23 -0
  1566. package/dist/commonjs/transports/metaplaylist/manifest_loader.d.ts +27 -0
  1567. package/dist/commonjs/transports/metaplaylist/manifest_loader.d.ts.map +1 -0
  1568. package/dist/commonjs/transports/metaplaylist/manifest_loader.js +57 -0
  1569. package/dist/commonjs/transports/metaplaylist/pipelines.d.ts +18 -0
  1570. package/dist/commonjs/transports/metaplaylist/pipelines.d.ts.map +1 -0
  1571. package/dist/commonjs/transports/metaplaylist/pipelines.js +268 -0
  1572. package/dist/commonjs/transports/smooth/extract_timings_infos.d.ts +63 -0
  1573. package/dist/commonjs/transports/smooth/extract_timings_infos.d.ts.map +1 -0
  1574. package/dist/commonjs/transports/smooth/extract_timings_infos.js +104 -0
  1575. package/dist/commonjs/transports/smooth/index.d.ts +22 -0
  1576. package/dist/commonjs/transports/smooth/index.d.ts.map +1 -0
  1577. package/dist/commonjs/transports/smooth/index.js +23 -0
  1578. package/dist/commonjs/transports/smooth/is_mp4_embedded_track.d.ts +23 -0
  1579. package/dist/commonjs/transports/smooth/is_mp4_embedded_track.d.ts.map +1 -0
  1580. package/dist/commonjs/transports/smooth/is_mp4_embedded_track.js +27 -0
  1581. package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.d.ts +29 -0
  1582. package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.d.ts.map +1 -0
  1583. package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.js +54 -0
  1584. package/dist/commonjs/transports/smooth/isobmff/create_boxes.d.ts +172 -0
  1585. package/dist/commonjs/transports/smooth/isobmff/create_boxes.d.ts.map +1 -0
  1586. package/dist/commonjs/transports/smooth/isobmff/create_boxes.js +368 -0
  1587. package/dist/commonjs/transports/smooth/isobmff/create_init_segment.d.ts +32 -0
  1588. package/dist/commonjs/transports/smooth/isobmff/create_init_segment.d.ts.map +1 -0
  1589. package/dist/commonjs/transports/smooth/isobmff/create_init_segment.js +66 -0
  1590. package/dist/commonjs/transports/smooth/isobmff/create_traf_box.d.ts +17 -0
  1591. package/dist/commonjs/transports/smooth/isobmff/create_traf_box.d.ts.map +1 -0
  1592. package/dist/commonjs/transports/smooth/isobmff/create_traf_box.js +27 -0
  1593. package/dist/commonjs/transports/smooth/isobmff/create_video_init_segment.d.ts +30 -0
  1594. package/dist/commonjs/transports/smooth/isobmff/create_video_init_segment.d.ts.map +1 -0
  1595. package/dist/commonjs/transports/smooth/isobmff/create_video_init_segment.js +76 -0
  1596. package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.d.ts +28 -0
  1597. package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.d.ts.map +1 -0
  1598. package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.js +46 -0
  1599. package/dist/commonjs/transports/smooth/isobmff/index.d.ts +24 -0
  1600. package/dist/commonjs/transports/smooth/isobmff/index.d.ts.map +1 -0
  1601. package/dist/commonjs/transports/smooth/isobmff/index.js +28 -0
  1602. package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.d.ts +25 -0
  1603. package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.d.ts.map +1 -0
  1604. package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.js +50 -0
  1605. package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.d.ts +25 -0
  1606. package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.d.ts.map +1 -0
  1607. package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.js +34 -0
  1608. package/dist/commonjs/transports/smooth/isobmff/patch_segment.d.ts +24 -0
  1609. package/dist/commonjs/transports/smooth/isobmff/patch_segment.d.ts.map +1 -0
  1610. package/dist/commonjs/transports/smooth/isobmff/patch_segment.js +131 -0
  1611. package/dist/commonjs/transports/smooth/pipelines.d.ts +18 -0
  1612. package/dist/commonjs/transports/smooth/pipelines.d.ts.map +1 -0
  1613. package/dist/commonjs/transports/smooth/pipelines.js +374 -0
  1614. package/dist/commonjs/transports/smooth/segment_loader.d.ts +28 -0
  1615. package/dist/commonjs/transports/smooth/segment_loader.d.ts.map +1 -0
  1616. package/dist/commonjs/transports/smooth/segment_loader.js +299 -0
  1617. package/dist/commonjs/transports/smooth/utils.d.ts +27 -0
  1618. package/dist/commonjs/transports/smooth/utils.d.ts.map +1 -0
  1619. package/dist/commonjs/transports/smooth/utils.js +39 -0
  1620. package/dist/commonjs/transports/types.d.ts +772 -0
  1621. package/dist/commonjs/transports/types.d.ts.map +1 -0
  1622. package/dist/commonjs/transports/types.js +17 -0
  1623. package/dist/commonjs/transports/utils/add_query_string.d.ts +13 -0
  1624. package/dist/commonjs/transports/utils/add_query_string.d.ts.map +1 -0
  1625. package/dist/commonjs/transports/utils/add_query_string.js +54 -0
  1626. package/dist/commonjs/transports/utils/byte_range.d.ts +22 -0
  1627. package/dist/commonjs/transports/utils/byte_range.d.ts.map +1 -0
  1628. package/dist/commonjs/transports/utils/byte_range.js +43 -0
  1629. package/dist/commonjs/transports/utils/call_custom_manifest_loader.d.ts +20 -0
  1630. package/dist/commonjs/transports/utils/call_custom_manifest_loader.d.ts.map +1 -0
  1631. package/dist/commonjs/transports/utils/call_custom_manifest_loader.js +99 -0
  1632. package/dist/commonjs/transports/utils/check_isobmff_integrity.d.ts +24 -0
  1633. package/dist/commonjs/transports/utils/check_isobmff_integrity.d.ts.map +1 -0
  1634. package/dist/commonjs/transports/utils/check_isobmff_integrity.js +49 -0
  1635. package/dist/commonjs/transports/utils/generate_manifest_loader.d.ts +27 -0
  1636. package/dist/commonjs/transports/utils/generate_manifest_loader.d.ts.map +1 -0
  1637. package/dist/commonjs/transports/utils/generate_manifest_loader.js +89 -0
  1638. package/dist/commonjs/transports/utils/get_isobmff_timing_infos.d.ts +30 -0
  1639. package/dist/commonjs/transports/utils/get_isobmff_timing_infos.d.ts.map +1 -0
  1640. package/dist/commonjs/transports/utils/get_isobmff_timing_infos.js +70 -0
  1641. package/dist/commonjs/transports/utils/infer_segment_container.d.ts +30 -0
  1642. package/dist/commonjs/transports/utils/infer_segment_container.d.ts.map +1 -0
  1643. package/dist/commonjs/transports/utils/infer_segment_container.js +45 -0
  1644. package/dist/commonjs/transports/utils/parse_text_track.d.ts +53 -0
  1645. package/dist/commonjs/transports/utils/parse_text_track.d.ts.map +1 -0
  1646. package/dist/commonjs/transports/utils/parse_text_track.js +161 -0
  1647. package/dist/commonjs/utils/are_arrays_of_numbers_equal.d.ts +23 -0
  1648. package/dist/commonjs/utils/are_arrays_of_numbers_equal.d.ts.map +1 -0
  1649. package/dist/commonjs/utils/are_arrays_of_numbers_equal.js +38 -0
  1650. package/dist/commonjs/utils/are_codecs_compatible.d.ts +30 -0
  1651. package/dist/commonjs/utils/are_codecs_compatible.d.ts.map +1 -0
  1652. package/dist/commonjs/utils/are_codecs_compatible.js +76 -0
  1653. package/dist/commonjs/utils/array_find.d.ts +24 -0
  1654. package/dist/commonjs/utils/array_find.d.ts.map +1 -0
  1655. package/dist/commonjs/utils/array_find.js +40 -0
  1656. package/dist/commonjs/utils/array_find_index.d.ts +24 -0
  1657. package/dist/commonjs/utils/array_find_index.d.ts.map +1 -0
  1658. package/dist/commonjs/utils/array_find_index.js +39 -0
  1659. package/dist/commonjs/utils/array_includes.d.ts +54 -0
  1660. package/dist/commonjs/utils/array_includes.d.ts.map +1 -0
  1661. package/dist/commonjs/utils/array_includes.js +80 -0
  1662. package/dist/commonjs/utils/assert.d.ts +75 -0
  1663. package/dist/commonjs/utils/assert.d.ts.map +1 -0
  1664. package/dist/commonjs/utils/assert.js +117 -0
  1665. package/dist/commonjs/utils/base64.d.ts +15 -0
  1666. package/dist/commonjs/utils/base64.d.ts.map +1 -0
  1667. package/dist/commonjs/utils/base64.js +212 -0
  1668. package/dist/commonjs/utils/buffer_source_to_uint8.d.ts +8 -0
  1669. package/dist/commonjs/utils/buffer_source_to_uint8.d.ts.map +1 -0
  1670. package/dist/commonjs/utils/buffer_source_to_uint8.js +18 -0
  1671. package/dist/commonjs/utils/byte_parsing.d.ts +132 -0
  1672. package/dist/commonjs/utils/byte_parsing.d.ts.map +1 -0
  1673. package/dist/commonjs/utils/byte_parsing.js +273 -0
  1674. package/dist/commonjs/utils/cancellable_sleep.d.ts +31 -0
  1675. package/dist/commonjs/utils/cancellable_sleep.d.ts.map +1 -0
  1676. package/dist/commonjs/utils/cancellable_sleep.js +38 -0
  1677. package/dist/commonjs/utils/create_cancellable_promise.d.ts +27 -0
  1678. package/dist/commonjs/utils/create_cancellable_promise.d.ts.map +1 -0
  1679. package/dist/commonjs/utils/create_cancellable_promise.js +55 -0
  1680. package/dist/commonjs/utils/create_uuid.d.ts +9 -0
  1681. package/dist/commonjs/utils/create_uuid.d.ts.map +1 -0
  1682. package/dist/commonjs/utils/create_uuid.js +32 -0
  1683. package/dist/commonjs/utils/deep_merge.d.ts +10 -0
  1684. package/dist/commonjs/utils/deep_merge.d.ts.map +1 -0
  1685. package/dist/commonjs/utils/deep_merge.js +73 -0
  1686. package/dist/commonjs/utils/event_emitter.d.ts +59 -0
  1687. package/dist/commonjs/utils/event_emitter.d.ts.map +1 -0
  1688. package/dist/commonjs/utils/event_emitter.js +149 -0
  1689. package/dist/commonjs/utils/flat_map.d.ts +23 -0
  1690. package/dist/commonjs/utils/flat_map.d.ts.map +1 -0
  1691. package/dist/commonjs/utils/flat_map.js +63 -0
  1692. package/dist/commonjs/utils/get_fuzzed_delay.d.ts +22 -0
  1693. package/dist/commonjs/utils/get_fuzzed_delay.d.ts.map +1 -0
  1694. package/dist/commonjs/utils/get_fuzzed_delay.js +28 -0
  1695. package/dist/commonjs/utils/global_scope.d.ts +10 -0
  1696. package/dist/commonjs/utils/global_scope.d.ts.map +1 -0
  1697. package/dist/commonjs/utils/global_scope.js +22 -0
  1698. package/dist/commonjs/utils/hash_buffer.d.ts +33 -0
  1699. package/dist/commonjs/utils/hash_buffer.d.ts.map +1 -0
  1700. package/dist/commonjs/utils/hash_buffer.js +44 -0
  1701. package/dist/commonjs/utils/id_generator.d.ts +22 -0
  1702. package/dist/commonjs/utils/id_generator.d.ts.map +1 -0
  1703. package/dist/commonjs/utils/id_generator.js +35 -0
  1704. package/dist/commonjs/utils/is_node.d.ts +19 -0
  1705. package/dist/commonjs/utils/is_node.d.ts.map +1 -0
  1706. package/dist/commonjs/utils/is_node.js +21 -0
  1707. package/dist/commonjs/utils/is_non_empty_string.d.ts +21 -0
  1708. package/dist/commonjs/utils/is_non_empty_string.d.ts.map +1 -0
  1709. package/dist/commonjs/utils/is_non_empty_string.js +25 -0
  1710. package/dist/commonjs/utils/is_null_or_undefined.d.ts +25 -0
  1711. package/dist/commonjs/utils/is_null_or_undefined.d.ts.map +1 -0
  1712. package/dist/commonjs/utils/is_null_or_undefined.js +29 -0
  1713. package/dist/commonjs/utils/is_worker.d.ts +6 -0
  1714. package/dist/commonjs/utils/is_worker.d.ts.map +1 -0
  1715. package/dist/commonjs/utils/is_worker.js +7 -0
  1716. package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.d.ts +23 -0
  1717. package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.d.ts.map +1 -0
  1718. package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.js +207 -0
  1719. package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.d.ts +23 -0
  1720. package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.d.ts.map +1 -0
  1721. package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.js +43 -0
  1722. package/dist/commonjs/utils/languages/index.d.ts +21 -0
  1723. package/dist/commonjs/utils/languages/index.d.ts.map +1 -0
  1724. package/dist/commonjs/utils/languages/index.js +22 -0
  1725. package/dist/commonjs/utils/languages/normalize.d.ts +70 -0
  1726. package/dist/commonjs/utils/languages/normalize.d.ts.map +1 -0
  1727. package/dist/commonjs/utils/languages/normalize.js +125 -0
  1728. package/dist/commonjs/utils/logger.d.ts +157 -0
  1729. package/dist/commonjs/utils/logger.d.ts.map +1 -0
  1730. package/dist/commonjs/utils/logger.js +229 -0
  1731. package/dist/commonjs/utils/monotonic_timestamp.d.ts +23 -0
  1732. package/dist/commonjs/utils/monotonic_timestamp.d.ts.map +1 -0
  1733. package/dist/commonjs/utils/monotonic_timestamp.js +40 -0
  1734. package/dist/commonjs/utils/noop.d.ts +24 -0
  1735. package/dist/commonjs/utils/noop.d.ts.map +1 -0
  1736. package/dist/commonjs/utils/noop.js +27 -0
  1737. package/dist/commonjs/utils/object_assign.d.ts +47 -0
  1738. package/dist/commonjs/utils/object_assign.d.ts.map +1 -0
  1739. package/dist/commonjs/utils/object_assign.js +75 -0
  1740. package/dist/commonjs/utils/object_values.d.ts +31 -0
  1741. package/dist/commonjs/utils/object_values.d.ts.map +1 -0
  1742. package/dist/commonjs/utils/object_values.js +27 -0
  1743. package/dist/commonjs/utils/queue_microtask.d.ts +3 -0
  1744. package/dist/commonjs/utils/queue_microtask.d.ts.map +1 -0
  1745. package/dist/commonjs/utils/queue_microtask.js +7 -0
  1746. package/dist/commonjs/utils/ranges.d.ts +214 -0
  1747. package/dist/commonjs/utils/ranges.d.ts.map +1 -0
  1748. package/dist/commonjs/utils/ranges.js +519 -0
  1749. package/dist/commonjs/utils/reference.d.ts +215 -0
  1750. package/dist/commonjs/utils/reference.d.ts.map +1 -0
  1751. package/dist/commonjs/utils/reference.js +333 -0
  1752. package/dist/commonjs/utils/request/fetch.d.ts +81 -0
  1753. package/dist/commonjs/utils/request/fetch.d.ts.map +1 -0
  1754. package/dist/commonjs/utils/request/fetch.js +255 -0
  1755. package/dist/commonjs/utils/request/index.d.ts +25 -0
  1756. package/dist/commonjs/utils/request/index.d.ts.map +1 -0
  1757. package/dist/commonjs/utils/request/index.js +27 -0
  1758. package/dist/commonjs/utils/request/request_error.d.ts +47 -0
  1759. package/dist/commonjs/utils/request/request_error.d.ts.map +1 -0
  1760. package/dist/commonjs/utils/request/request_error.js +89 -0
  1761. package/dist/commonjs/utils/request/xhr.d.ts +100 -0
  1762. package/dist/commonjs/utils/request/xhr.d.ts.map +1 -0
  1763. package/dist/commonjs/utils/request/xhr.js +205 -0
  1764. package/dist/commonjs/utils/retry_promise_with_backoff.d.ts +55 -0
  1765. package/dist/commonjs/utils/retry_promise_with_backoff.d.ts.map +1 -0
  1766. package/dist/commonjs/utils/retry_promise_with_backoff.js +135 -0
  1767. package/dist/commonjs/utils/sleep.d.ts +11 -0
  1768. package/dist/commonjs/utils/sleep.d.ts.map +1 -0
  1769. package/dist/commonjs/utils/sleep.js +17 -0
  1770. package/dist/commonjs/utils/slice_uint8array.d.ts +28 -0
  1771. package/dist/commonjs/utils/slice_uint8array.d.ts.map +1 -0
  1772. package/dist/commonjs/utils/slice_uint8array.js +44 -0
  1773. package/dist/commonjs/utils/sorted_list.d.ts +128 -0
  1774. package/dist/commonjs/utils/sorted_list.d.ts.map +1 -0
  1775. package/dist/commonjs/utils/sorted_list.js +185 -0
  1776. package/dist/commonjs/utils/starts_with.d.ts +27 -0
  1777. package/dist/commonjs/utils/starts_with.d.ts.map +1 -0
  1778. package/dist/commonjs/utils/starts_with.js +38 -0
  1779. package/dist/commonjs/utils/string_parsing.d.ts +89 -0
  1780. package/dist/commonjs/utils/string_parsing.d.ts.map +1 -0
  1781. package/dist/commonjs/utils/string_parsing.js +382 -0
  1782. package/dist/commonjs/utils/sync_or_async.d.ts +71 -0
  1783. package/dist/commonjs/utils/sync_or_async.d.ts.map +1 -0
  1784. package/dist/commonjs/utils/sync_or_async.js +53 -0
  1785. package/dist/commonjs/utils/task_canceller.d.ts +290 -0
  1786. package/dist/commonjs/utils/task_canceller.d.ts.map +1 -0
  1787. package/dist/commonjs/utils/task_canceller.js +375 -0
  1788. package/dist/commonjs/utils/url-utils.d.ts +50 -0
  1789. package/dist/commonjs/utils/url-utils.d.ts.map +1 -0
  1790. package/dist/commonjs/utils/url-utils.js +356 -0
  1791. package/dist/commonjs/utils/warn_once.d.ts +24 -0
  1792. package/dist/commonjs/utils/warn_once.d.ts.map +1 -0
  1793. package/dist/commonjs/utils/warn_once.js +34 -0
  1794. package/dist/commonjs/utils/weak_map_memory.d.ts +71 -0
  1795. package/dist/commonjs/utils/weak_map_memory.d.ts.map +1 -0
  1796. package/dist/commonjs/utils/weak_map_memory.js +87 -0
  1797. package/dist/commonjs/utils/wrapInPromise.d.ts +8 -0
  1798. package/dist/commonjs/utils/wrapInPromise.d.ts.map +1 -0
  1799. package/dist/commonjs/utils/wrapInPromise.js +25 -0
  1800. package/dist/commonjs/utils/xml-parser.d.ts +71 -0
  1801. package/dist/commonjs/utils/xml-parser.d.ts.map +1 -0
  1802. package/dist/commonjs/utils/xml-parser.js +358 -0
  1803. package/dist/commonjs/worker_entry_point.d.ts +2 -0
  1804. package/dist/commonjs/worker_entry_point.d.ts.map +1 -0
  1805. package/dist/commonjs/worker_entry_point.js +10 -0
  1806. package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts +4 -0
  1807. package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts.map +1 -0
  1808. package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.js +3 -0
  1809. package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts +4 -0
  1810. package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts.map +1 -0
  1811. package/dist/es2017/__GENERATED_CODE/embedded_worker.js +3 -0
  1812. package/dist/es2017/__GENERATED_CODE/index.d.ts +3 -0
  1813. package/dist/es2017/__GENERATED_CODE/index.d.ts.map +1 -0
  1814. package/dist/es2017/__GENERATED_CODE/index.js +2 -0
  1815. package/dist/es2017/compat/add_class_name.d.ts +23 -0
  1816. package/dist/es2017/compat/add_class_name.d.ts.map +1 -0
  1817. package/dist/es2017/compat/add_class_name.js +36 -0
  1818. package/dist/es2017/compat/add_text_track.d.ts +32 -0
  1819. package/dist/es2017/compat/add_text_track.d.ts.map +1 -0
  1820. package/dist/es2017/compat/add_text_track.js +49 -0
  1821. package/dist/es2017/compat/browser_compatibility_types.d.ts +384 -0
  1822. package/dist/es2017/compat/browser_compatibility_types.d.ts.map +1 -0
  1823. package/dist/es2017/compat/browser_compatibility_types.js +42 -0
  1824. package/dist/es2017/compat/browser_version.d.ts +25 -0
  1825. package/dist/es2017/compat/browser_version.d.ts.map +1 -0
  1826. package/dist/es2017/compat/browser_version.js +41 -0
  1827. package/dist/es2017/compat/can_patch_isobmff.d.ts +26 -0
  1828. package/dist/es2017/compat/can_patch_isobmff.d.ts.map +1 -0
  1829. package/dist/es2017/compat/can_patch_isobmff.js +29 -0
  1830. package/dist/es2017/compat/can_preload_before_play.d.ts +11 -0
  1831. package/dist/es2017/compat/can_preload_before_play.d.ts.map +1 -0
  1832. package/dist/es2017/compat/can_preload_before_play.js +20 -0
  1833. package/dist/es2017/compat/can_rely_on_request_media_key_system_access.d.ts +41 -0
  1834. package/dist/es2017/compat/can_rely_on_request_media_key_system_access.d.ts.map +1 -0
  1835. package/dist/es2017/compat/can_rely_on_request_media_key_system_access.js +53 -0
  1836. package/dist/es2017/compat/can_rely_on_video_visibility_and_size.d.ts +38 -0
  1837. package/dist/es2017/compat/can_rely_on_video_visibility_and_size.d.ts.map +1 -0
  1838. package/dist/es2017/compat/can_rely_on_video_visibility_and_size.js +49 -0
  1839. package/dist/es2017/compat/can_reuse_media_keys.d.ts +20 -0
  1840. package/dist/es2017/compat/can_reuse_media_keys.d.ts.map +1 -0
  1841. package/dist/es2017/compat/can_reuse_media_keys.js +30 -0
  1842. package/dist/es2017/compat/change_source_buffer_type.d.ts +49 -0
  1843. package/dist/es2017/compat/change_source_buffer_type.d.ts.map +1 -0
  1844. package/dist/es2017/compat/change_source_buffer_type.js +37 -0
  1845. package/dist/es2017/compat/clear_element_src.d.ts +22 -0
  1846. package/dist/es2017/compat/clear_element_src.d.ts.map +1 -0
  1847. package/dist/es2017/compat/clear_element_src.js +53 -0
  1848. package/dist/es2017/compat/disable_remote_playback_on_managed_media_source.d.ts +18 -0
  1849. package/dist/es2017/compat/disable_remote_playback_on_managed_media_source.d.ts.map +1 -0
  1850. package/dist/es2017/compat/disable_remote_playback_on_managed_media_source.js +34 -0
  1851. package/dist/es2017/compat/eme/close_session.d.ts +31 -0
  1852. package/dist/es2017/compat/eme/close_session.d.ts.map +1 -0
  1853. package/dist/es2017/compat/eme/close_session.js +102 -0
  1854. package/dist/es2017/compat/eme/constants.d.ts +17 -0
  1855. package/dist/es2017/compat/eme/constants.d.ts.map +1 -0
  1856. package/dist/es2017/compat/eme/constants.js +19 -0
  1857. package/dist/es2017/compat/eme/custom_key_system_access.d.ts +50 -0
  1858. package/dist/es2017/compat/eme/custom_key_system_access.d.ts.map +1 -0
  1859. package/dist/es2017/compat/eme/custom_key_system_access.js +40 -0
  1860. package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.d.ts +32 -0
  1861. package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.d.ts.map +1 -0
  1862. package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.js +149 -0
  1863. package/dist/es2017/compat/eme/custom_media_keys/index.d.ts +7 -0
  1864. package/dist/es2017/compat/eme/custom_media_keys/index.d.ts.map +1 -0
  1865. package/dist/es2017/compat/eme/custom_media_keys/index.js +6 -0
  1866. package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +28 -0
  1867. package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts.map +1 -0
  1868. package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.js +58 -0
  1869. package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts +44 -0
  1870. package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts.map +1 -0
  1871. package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.js +26 -0
  1872. package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +42 -0
  1873. package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts.map +1 -0
  1874. package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.js +166 -0
  1875. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.d.ts +33 -0
  1876. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.d.ts.map +1 -0
  1877. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.js +203 -0
  1878. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +23 -0
  1879. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts.map +1 -0
  1880. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +27 -0
  1881. package/dist/es2017/compat/eme/eme-api-implementation.d.ts +78 -0
  1882. package/dist/es2017/compat/eme/eme-api-implementation.d.ts.map +1 -0
  1883. package/dist/es2017/compat/eme/eme-api-implementation.js +207 -0
  1884. package/dist/es2017/compat/eme/generate_key_request.d.ts +55 -0
  1885. package/dist/es2017/compat/eme/generate_key_request.d.ts.map +1 -0
  1886. package/dist/es2017/compat/eme/generate_key_request.js +144 -0
  1887. package/dist/es2017/compat/eme/get_init_data.d.ts +60 -0
  1888. package/dist/es2017/compat/eme/get_init_data.d.ts.map +1 -0
  1889. package/dist/es2017/compat/eme/get_init_data.js +110 -0
  1890. package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts +24 -0
  1891. package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts.map +1 -0
  1892. package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.js +33 -0
  1893. package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.d.ts +26 -0
  1894. package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.d.ts.map +1 -0
  1895. package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.js +54 -0
  1896. package/dist/es2017/compat/eme/index.d.ts +26 -0
  1897. package/dist/es2017/compat/eme/index.d.ts.map +1 -0
  1898. package/dist/es2017/compat/eme/index.js +22 -0
  1899. package/dist/es2017/compat/eme/load_session.d.ts +31 -0
  1900. package/dist/es2017/compat/eme/load_session.d.ts.map +1 -0
  1901. package/dist/es2017/compat/eme/load_session.js +53 -0
  1902. package/dist/es2017/compat/eme/set_media_keys.d.ts +10 -0
  1903. package/dist/es2017/compat/eme/set_media_keys.d.ts.map +1 -0
  1904. package/dist/es2017/compat/eme/set_media_keys.js +33 -0
  1905. package/dist/es2017/compat/enable_audio_track.d.ts +12 -0
  1906. package/dist/es2017/compat/enable_audio_track.d.ts.map +1 -0
  1907. package/dist/es2017/compat/enable_audio_track.js +26 -0
  1908. package/dist/es2017/compat/env_detector.d.ts +100 -0
  1909. package/dist/es2017/compat/env_detector.d.ts.map +1 -0
  1910. package/dist/es2017/compat/env_detector.js +185 -0
  1911. package/dist/es2017/compat/event_listeners.d.ts +175 -0
  1912. package/dist/es2017/compat/event_listeners.d.ts.map +1 -0
  1913. package/dist/es2017/compat/event_listeners.js +411 -0
  1914. package/dist/es2017/compat/generate_init_data.d.ts +14 -0
  1915. package/dist/es2017/compat/generate_init_data.d.ts.map +1 -0
  1916. package/dist/es2017/compat/generate_init_data.js +56 -0
  1917. package/dist/es2017/compat/get_start_date.d.ts +32 -0
  1918. package/dist/es2017/compat/get_start_date.d.ts.map +1 -0
  1919. package/dist/es2017/compat/get_start_date.js +44 -0
  1920. package/dist/es2017/compat/has_issues_with_high_media_source_duration.d.ts +22 -0
  1921. package/dist/es2017/compat/has_issues_with_high_media_source_duration.d.ts.map +1 -0
  1922. package/dist/es2017/compat/has_issues_with_high_media_source_duration.js +29 -0
  1923. package/dist/es2017/compat/has_mse_in_worker.d.ts +3 -0
  1924. package/dist/es2017/compat/has_mse_in_worker.d.ts.map +1 -0
  1925. package/dist/es2017/compat/has_mse_in_worker.js +4 -0
  1926. package/dist/es2017/compat/has_webassembly.d.ts +7 -0
  1927. package/dist/es2017/compat/has_webassembly.d.ts.map +1 -0
  1928. package/dist/es2017/compat/has_webassembly.js +6 -0
  1929. package/dist/es2017/compat/has_worker_api.d.ts +10 -0
  1930. package/dist/es2017/compat/has_worker_api.d.ts.map +1 -0
  1931. package/dist/es2017/compat/has_worker_api.js +14 -0
  1932. package/dist/es2017/compat/is_codec_supported.d.ts +28 -0
  1933. package/dist/es2017/compat/is_codec_supported.d.ts.map +1 -0
  1934. package/dist/es2017/compat/is_codec_supported.js +67 -0
  1935. package/dist/es2017/compat/is_seeking_approximate.d.ts +29 -0
  1936. package/dist/es2017/compat/is_seeking_approximate.d.ts.map +1 -0
  1937. package/dist/es2017/compat/is_seeking_approximate.js +33 -0
  1938. package/dist/es2017/compat/is_vtt_cue.d.ts +23 -0
  1939. package/dist/es2017/compat/is_vtt_cue.d.ts.map +1 -0
  1940. package/dist/es2017/compat/is_vtt_cue.js +24 -0
  1941. package/dist/es2017/compat/make_vtt_cue.d.ts +27 -0
  1942. package/dist/es2017/compat/make_vtt_cue.d.ts.map +1 -0
  1943. package/dist/es2017/compat/make_vtt_cue.js +44 -0
  1944. package/dist/es2017/compat/may_media_element_fail_on_undecipherable_data.d.ts +17 -0
  1945. package/dist/es2017/compat/may_media_element_fail_on_undecipherable_data.d.ts.map +1 -0
  1946. package/dist/es2017/compat/may_media_element_fail_on_undecipherable_data.js +22 -0
  1947. package/dist/es2017/compat/on_height_width_change.d.ts +34 -0
  1948. package/dist/es2017/compat/on_height_width_change.d.ts.map +1 -0
  1949. package/dist/es2017/compat/on_height_width_change.js +72 -0
  1950. package/dist/es2017/compat/patch_webkit_source_buffer.d.ts +17 -0
  1951. package/dist/es2017/compat/patch_webkit_source_buffer.d.ts.map +1 -0
  1952. package/dist/es2017/compat/patch_webkit_source_buffer.js +61 -0
  1953. package/dist/es2017/compat/remove_cue.d.ts +23 -0
  1954. package/dist/es2017/compat/remove_cue.d.ts.map +1 -0
  1955. package/dist/es2017/compat/remove_cue.js +63 -0
  1956. package/dist/es2017/compat/reset_media_element.d.ts +26 -0
  1957. package/dist/es2017/compat/reset_media_element.d.ts.map +1 -0
  1958. package/dist/es2017/compat/reset_media_element.js +40 -0
  1959. package/dist/es2017/compat/should_await_set_media_keys.d.ts +17 -0
  1960. package/dist/es2017/compat/should_await_set_media_keys.d.ts.map +1 -0
  1961. package/dist/es2017/compat/should_await_set_media_keys.js +24 -0
  1962. package/dist/es2017/compat/should_favour_custom_safari_EME.d.ts +24 -0
  1963. package/dist/es2017/compat/should_favour_custom_safari_EME.d.ts.map +1 -0
  1964. package/dist/es2017/compat/should_favour_custom_safari_EME.js +34 -0
  1965. package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.d.ts +27 -0
  1966. package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.d.ts.map +1 -0
  1967. package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.js +32 -0
  1968. package/dist/es2017/compat/should_renew_media_key_system_access.d.ts +22 -0
  1969. package/dist/es2017/compat/should_renew_media_key_system_access.d.ts.map +1 -0
  1970. package/dist/es2017/compat/should_renew_media_key_system_access.js +32 -0
  1971. package/dist/es2017/compat/should_unset_media_keys.d.ts +23 -0
  1972. package/dist/es2017/compat/should_unset_media_keys.d.ts.map +1 -0
  1973. package/dist/es2017/compat/should_unset_media_keys.js +27 -0
  1974. package/dist/es2017/compat/should_validate_metadata.d.ts +23 -0
  1975. package/dist/es2017/compat/should_validate_metadata.d.ts.map +1 -0
  1976. package/dist/es2017/compat/should_validate_metadata.js +27 -0
  1977. package/dist/es2017/compat/should_wait_for_data_before_loaded.d.ts +25 -0
  1978. package/dist/es2017/compat/should_wait_for_data_before_loaded.d.ts.map +1 -0
  1979. package/dist/es2017/compat/should_wait_for_data_before_loaded.js +39 -0
  1980. package/dist/es2017/compat/should_wait_for_have_enough_data.d.ts +14 -0
  1981. package/dist/es2017/compat/should_wait_for_have_enough_data.d.ts.map +1 -0
  1982. package/dist/es2017/compat/should_wait_for_have_enough_data.js +19 -0
  1983. package/dist/es2017/config.d.ts +21 -0
  1984. package/dist/es2017/config.d.ts.map +1 -0
  1985. package/dist/es2017/config.js +28 -0
  1986. package/dist/es2017/core/adaptive/adaptive_representation_selector.d.ts +294 -0
  1987. package/dist/es2017/core/adaptive/adaptive_representation_selector.d.ts.map +1 -0
  1988. package/dist/es2017/core/adaptive/adaptive_representation_selector.js +407 -0
  1989. package/dist/es2017/core/adaptive/buffer_based_chooser.d.ts +90 -0
  1990. package/dist/es2017/core/adaptive/buffer_based_chooser.d.ts.map +1 -0
  1991. package/dist/es2017/core/adaptive/buffer_based_chooser.js +198 -0
  1992. package/dist/es2017/core/adaptive/guess_based_chooser.d.ts +96 -0
  1993. package/dist/es2017/core/adaptive/guess_based_chooser.d.ts.map +1 -0
  1994. package/dist/es2017/core/adaptive/guess_based_chooser.js +239 -0
  1995. package/dist/es2017/core/adaptive/index.d.ts +20 -0
  1996. package/dist/es2017/core/adaptive/index.d.ts.map +1 -0
  1997. package/dist/es2017/core/adaptive/index.js +17 -0
  1998. package/dist/es2017/core/adaptive/network_analyzer.d.ts +74 -0
  1999. package/dist/es2017/core/adaptive/network_analyzer.d.ts.map +1 -0
  2000. package/dist/es2017/core/adaptive/network_analyzer.js +347 -0
  2001. package/dist/es2017/core/adaptive/utils/bandwidth_estimator.d.ts +48 -0
  2002. package/dist/es2017/core/adaptive/utils/bandwidth_estimator.d.ts.map +1 -0
  2003. package/dist/es2017/core/adaptive/utils/bandwidth_estimator.js +68 -0
  2004. package/dist/es2017/core/adaptive/utils/ewma.d.ts +40 -0
  2005. package/dist/es2017/core/adaptive/utils/ewma.d.ts.map +1 -0
  2006. package/dist/es2017/core/adaptive/utils/ewma.js +49 -0
  2007. package/dist/es2017/core/adaptive/utils/filter_by_bitrate.d.ts +26 -0
  2008. package/dist/es2017/core/adaptive/utils/filter_by_bitrate.d.ts.map +1 -0
  2009. package/dist/es2017/core/adaptive/utils/filter_by_bitrate.js +37 -0
  2010. package/dist/es2017/core/adaptive/utils/filter_by_resolution.d.ts +32 -0
  2011. package/dist/es2017/core/adaptive/utils/filter_by_resolution.d.ts.map +1 -0
  2012. package/dist/es2017/core/adaptive/utils/filter_by_resolution.js +44 -0
  2013. package/dist/es2017/core/adaptive/utils/get_buffer_levels.d.ts +25 -0
  2014. package/dist/es2017/core/adaptive/utils/get_buffer_levels.d.ts.map +1 -0
  2015. package/dist/es2017/core/adaptive/utils/get_buffer_levels.js +50 -0
  2016. package/dist/es2017/core/adaptive/utils/last_estimate_storage.d.ts +62 -0
  2017. package/dist/es2017/core/adaptive/utils/last_estimate_storage.d.ts.map +1 -0
  2018. package/dist/es2017/core/adaptive/utils/last_estimate_storage.js +35 -0
  2019. package/dist/es2017/core/adaptive/utils/pending_requests_store.d.ts +111 -0
  2020. package/dist/es2017/core/adaptive/utils/pending_requests_store.d.ts.map +1 -0
  2021. package/dist/es2017/core/adaptive/utils/pending_requests_store.js +75 -0
  2022. package/dist/es2017/core/adaptive/utils/representation_score_calculator.d.ts +105 -0
  2023. package/dist/es2017/core/adaptive/utils/representation_score_calculator.d.ts.map +1 -0
  2024. package/dist/es2017/core/adaptive/utils/representation_score_calculator.js +117 -0
  2025. package/dist/es2017/core/adaptive/utils/select_optimal_representation.d.ts +28 -0
  2026. package/dist/es2017/core/adaptive/utils/select_optimal_representation.d.ts.map +1 -0
  2027. package/dist/es2017/core/adaptive/utils/select_optimal_representation.js +36 -0
  2028. package/dist/es2017/core/cmcd/cmcd_data_builder.d.ts +133 -0
  2029. package/dist/es2017/core/cmcd/cmcd_data_builder.d.ts.map +1 -0
  2030. package/dist/es2017/core/cmcd/cmcd_data_builder.js +340 -0
  2031. package/dist/es2017/core/cmcd/index.d.ts +4 -0
  2032. package/dist/es2017/core/cmcd/index.d.ts.map +1 -0
  2033. package/dist/es2017/core/cmcd/index.js +2 -0
  2034. package/dist/es2017/core/entry/FreezeResolver.d.ts +176 -0
  2035. package/dist/es2017/core/entry/FreezeResolver.d.ts.map +1 -0
  2036. package/dist/es2017/core/entry/FreezeResolver.js +387 -0
  2037. package/dist/es2017/core/entry/content_preparer.d.ts +194 -0
  2038. package/dist/es2017/core/entry/content_preparer.d.ts.map +1 -0
  2039. package/dist/es2017/core/entry/content_preparer.js +375 -0
  2040. package/dist/es2017/core/entry/content_time_boundaries_observer.d.ts +195 -0
  2041. package/dist/es2017/core/entry/content_time_boundaries_observer.d.ts.map +1 -0
  2042. package/dist/es2017/core/entry/content_time_boundaries_observer.js +476 -0
  2043. package/dist/es2017/core/entry/core_entry.d.ts +39 -0
  2044. package/dist/es2017/core/entry/core_entry.d.ts.map +1 -0
  2045. package/dist/es2017/core/entry/core_entry.js +927 -0
  2046. package/dist/es2017/core/entry/core_text_displayer_interface.d.ts +65 -0
  2047. package/dist/es2017/core/entry/core_text_displayer_interface.d.ts.map +1 -0
  2048. package/dist/es2017/core/entry/core_text_displayer_interface.js +120 -0
  2049. package/dist/es2017/core/entry/create_content_time_boundaries_observer.d.ts +28 -0
  2050. package/dist/es2017/core/entry/create_content_time_boundaries_observer.d.ts.map +1 -0
  2051. package/dist/es2017/core/entry/create_content_time_boundaries_observer.js +41 -0
  2052. package/dist/es2017/core/entry/get_buffered_data_per_media_buffer.d.ts +15 -0
  2053. package/dist/es2017/core/entry/get_buffered_data_per_media_buffer.d.ts.map +1 -0
  2054. package/dist/es2017/core/entry/get_buffered_data_per_media_buffer.js +34 -0
  2055. package/dist/es2017/core/entry/get_thumbnail_data.d.ts +13 -0
  2056. package/dist/es2017/core/entry/get_thumbnail_data.d.ts.map +1 -0
  2057. package/dist/es2017/core/entry/get_thumbnail_data.js +27 -0
  2058. package/dist/es2017/core/entry/index.d.ts +6 -0
  2059. package/dist/es2017/core/entry/index.d.ts.map +1 -0
  2060. package/dist/es2017/core/entry/index.js +2 -0
  2061. package/dist/es2017/core/entry/synchronize_sinks_on_observation.d.ts +11 -0
  2062. package/dist/es2017/core/entry/synchronize_sinks_on_observation.d.ts.map +1 -0
  2063. package/dist/es2017/core/entry/synchronize_sinks_on_observation.js +17 -0
  2064. package/dist/es2017/core/entry/track_choice_setter.d.ts +20 -0
  2065. package/dist/es2017/core/entry/track_choice_setter.d.ts.map +1 -0
  2066. package/dist/es2017/core/entry/track_choice_setter.js +126 -0
  2067. package/dist/es2017/core/entry/utils.d.ts +3 -0
  2068. package/dist/es2017/core/entry/utils.d.ts.map +1 -0
  2069. package/dist/es2017/core/entry/utils.js +8 -0
  2070. package/dist/es2017/core/fetchers/cdn_prioritizer.d.ts +108 -0
  2071. package/dist/es2017/core/fetchers/cdn_prioritizer.d.ts.map +1 -0
  2072. package/dist/es2017/core/fetchers/cdn_prioritizer.js +154 -0
  2073. package/dist/es2017/core/fetchers/index.d.ts +25 -0
  2074. package/dist/es2017/core/fetchers/index.d.ts.map +1 -0
  2075. package/dist/es2017/core/fetchers/index.js +20 -0
  2076. package/dist/es2017/core/fetchers/manifest/index.d.ts +20 -0
  2077. package/dist/es2017/core/fetchers/manifest/index.d.ts.map +1 -0
  2078. package/dist/es2017/core/fetchers/manifest/index.js +17 -0
  2079. package/dist/es2017/core/fetchers/manifest/manifest_fetcher.d.ts +239 -0
  2080. package/dist/es2017/core/fetchers/manifest/manifest_fetcher.d.ts.map +1 -0
  2081. package/dist/es2017/core/fetchers/manifest/manifest_fetcher.js +541 -0
  2082. package/dist/es2017/core/fetchers/segment/index.d.ts +22 -0
  2083. package/dist/es2017/core/fetchers/segment/index.d.ts.map +1 -0
  2084. package/dist/es2017/core/fetchers/segment/index.js +17 -0
  2085. package/dist/es2017/core/fetchers/segment/initialization_segment_cache.d.ts +43 -0
  2086. package/dist/es2017/core/fetchers/segment/initialization_segment_cache.d.ts.map +1 -0
  2087. package/dist/es2017/core/fetchers/segment/initialization_segment_cache.js +48 -0
  2088. package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.d.ts +40 -0
  2089. package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.d.ts.map +1 -0
  2090. package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.js +67 -0
  2091. package/dist/es2017/core/fetchers/segment/segment_fetcher.d.ts +200 -0
  2092. package/dist/es2017/core/fetchers/segment/segment_fetcher.d.ts.map +1 -0
  2093. package/dist/es2017/core/fetchers/segment/segment_fetcher.js +302 -0
  2094. package/dist/es2017/core/fetchers/segment/segment_queue.d.ts +242 -0
  2095. package/dist/es2017/core/fetchers/segment/segment_queue.d.ts.map +1 -0
  2096. package/dist/es2017/core/fetchers/segment/segment_queue.js +433 -0
  2097. package/dist/es2017/core/fetchers/segment/segment_queue_creator.d.ts +98 -0
  2098. package/dist/es2017/core/fetchers/segment/segment_queue_creator.d.ts.map +1 -0
  2099. package/dist/es2017/core/fetchers/segment/segment_queue_creator.js +73 -0
  2100. package/dist/es2017/core/fetchers/segment/task_prioritizer.d.ts +155 -0
  2101. package/dist/es2017/core/fetchers/segment/task_prioritizer.d.ts.map +1 -0
  2102. package/dist/es2017/core/fetchers/segment/task_prioritizer.js +328 -0
  2103. package/dist/es2017/core/fetchers/thumbnails/index.d.ts +5 -0
  2104. package/dist/es2017/core/fetchers/thumbnails/index.d.ts.map +1 -0
  2105. package/dist/es2017/core/fetchers/thumbnails/index.js +2 -0
  2106. package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.d.ts +79 -0
  2107. package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.d.ts.map +1 -0
  2108. package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.js +200 -0
  2109. package/dist/es2017/core/fetchers/utils/error_selector.d.ts +23 -0
  2110. package/dist/es2017/core/fetchers/utils/error_selector.d.ts.map +1 -0
  2111. package/dist/es2017/core/fetchers/utils/error_selector.js +31 -0
  2112. package/dist/es2017/core/fetchers/utils/schedule_request.d.ts +99 -0
  2113. package/dist/es2017/core/fetchers/utils/schedule_request.d.ts.map +1 -0
  2114. package/dist/es2017/core/fetchers/utils/schedule_request.js +331 -0
  2115. package/dist/es2017/core/segment_sinks/garbage_collector.d.ts +44 -0
  2116. package/dist/es2017/core/segment_sinks/garbage_collector.d.ts.map +1 -0
  2117. package/dist/es2017/core/segment_sinks/garbage_collector.js +148 -0
  2118. package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts +136 -0
  2119. package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts.map +1 -0
  2120. package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.js +269 -0
  2121. package/dist/es2017/core/segment_sinks/implementations/audio_video/index.d.ts +18 -0
  2122. package/dist/es2017/core/segment_sinks/implementations/audio_video/index.d.ts.map +1 -0
  2123. package/dist/es2017/core/segment_sinks/implementations/audio_video/index.js +17 -0
  2124. package/dist/es2017/core/segment_sinks/implementations/index.d.ts +21 -0
  2125. package/dist/es2017/core/segment_sinks/implementations/index.d.ts.map +1 -0
  2126. package/dist/es2017/core/segment_sinks/implementations/index.js +18 -0
  2127. package/dist/es2017/core/segment_sinks/implementations/text/index.d.ts +5 -0
  2128. package/dist/es2017/core/segment_sinks/implementations/text/index.d.ts.map +1 -0
  2129. package/dist/es2017/core/segment_sinks/implementations/text/index.js +2 -0
  2130. package/dist/es2017/core/segment_sinks/implementations/text/text_segment_sink.d.ts +101 -0
  2131. package/dist/es2017/core/segment_sinks/implementations/text/text_segment_sink.d.ts.map +1 -0
  2132. package/dist/es2017/core/segment_sinks/implementations/text/text_segment_sink.js +190 -0
  2133. package/dist/es2017/core/segment_sinks/implementations/types.d.ts +311 -0
  2134. package/dist/es2017/core/segment_sinks/implementations/types.d.ts.map +1 -0
  2135. package/dist/es2017/core/segment_sinks/implementations/types.js +112 -0
  2136. package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts +30 -0
  2137. package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts.map +1 -0
  2138. package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.js +63 -0
  2139. package/dist/es2017/core/segment_sinks/index.d.ts +25 -0
  2140. package/dist/es2017/core/segment_sinks/index.d.ts.map +1 -0
  2141. package/dist/es2017/core/segment_sinks/index.js +21 -0
  2142. package/dist/es2017/core/segment_sinks/inventory/buffered_history.d.ts +90 -0
  2143. package/dist/es2017/core/segment_sinks/inventory/buffered_history.d.ts.map +1 -0
  2144. package/dist/es2017/core/segment_sinks/inventory/buffered_history.js +88 -0
  2145. package/dist/es2017/core/segment_sinks/inventory/index.d.ts +24 -0
  2146. package/dist/es2017/core/segment_sinks/inventory/index.d.ts.map +1 -0
  2147. package/dist/es2017/core/segment_sinks/inventory/index.js +18 -0
  2148. package/dist/es2017/core/segment_sinks/inventory/segment_inventory.d.ts +240 -0
  2149. package/dist/es2017/core/segment_sinks/inventory/segment_inventory.d.ts.map +1 -0
  2150. package/dist/es2017/core/segment_sinks/inventory/segment_inventory.js +1075 -0
  2151. package/dist/es2017/core/segment_sinks/inventory/types.d.ts +33 -0
  2152. package/dist/es2017/core/segment_sinks/inventory/types.d.ts.map +1 -0
  2153. package/dist/es2017/core/segment_sinks/inventory/types.js +16 -0
  2154. package/dist/es2017/core/segment_sinks/inventory/utils.d.ts +34 -0
  2155. package/dist/es2017/core/segment_sinks/inventory/utils.d.ts.map +1 -0
  2156. package/dist/es2017/core/segment_sinks/inventory/utils.js +48 -0
  2157. package/dist/es2017/core/segment_sinks/segment_sinks_store.d.ts +204 -0
  2158. package/dist/es2017/core/segment_sinks/segment_sinks_store.d.ts.map +1 -0
  2159. package/dist/es2017/core/segment_sinks/segment_sinks_store.js +329 -0
  2160. package/dist/es2017/core/stream/adaptation/adaptation_stream.d.ts +34 -0
  2161. package/dist/es2017/core/stream/adaptation/adaptation_stream.d.ts.map +1 -0
  2162. package/dist/es2017/core/stream/adaptation/adaptation_stream.js +471 -0
  2163. package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.d.ts +54 -0
  2164. package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.d.ts.map +1 -0
  2165. package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.js +112 -0
  2166. package/dist/es2017/core/stream/adaptation/index.d.ts +19 -0
  2167. package/dist/es2017/core/stream/adaptation/index.d.ts.map +1 -0
  2168. package/dist/es2017/core/stream/adaptation/index.js +17 -0
  2169. package/dist/es2017/core/stream/adaptation/types.d.ts +200 -0
  2170. package/dist/es2017/core/stream/adaptation/types.d.ts.map +1 -0
  2171. package/dist/es2017/core/stream/adaptation/types.js +1 -0
  2172. package/dist/es2017/core/stream/index.d.ts +23 -0
  2173. package/dist/es2017/core/stream/index.d.ts.map +1 -0
  2174. package/dist/es2017/core/stream/index.js +17 -0
  2175. package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.d.ts +31 -0
  2176. package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.d.ts.map +1 -0
  2177. package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.js +76 -0
  2178. package/dist/es2017/core/stream/orchestrator/index.d.ts +20 -0
  2179. package/dist/es2017/core/stream/orchestrator/index.d.ts.map +1 -0
  2180. package/dist/es2017/core/stream/orchestrator/index.js +17 -0
  2181. package/dist/es2017/core/stream/orchestrator/stream_orchestrator.d.ts +176 -0
  2182. package/dist/es2017/core/stream/orchestrator/stream_orchestrator.d.ts.map +1 -0
  2183. package/dist/es2017/core/stream/orchestrator/stream_orchestrator.js +550 -0
  2184. package/dist/es2017/core/stream/period/index.d.ts +19 -0
  2185. package/dist/es2017/core/stream/period/index.d.ts.map +1 -0
  2186. package/dist/es2017/core/stream/period/index.js +17 -0
  2187. package/dist/es2017/core/stream/period/period_stream.d.ts +50 -0
  2188. package/dist/es2017/core/stream/period/period_stream.d.ts.map +1 -0
  2189. package/dist/es2017/core/stream/period/period_stream.js +432 -0
  2190. package/dist/es2017/core/stream/period/types.d.ts +120 -0
  2191. package/dist/es2017/core/stream/period/types.d.ts.map +1 -0
  2192. package/dist/es2017/core/stream/period/types.js +1 -0
  2193. package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +68 -0
  2194. package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.d.ts.map +1 -0
  2195. package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.js +130 -0
  2196. package/dist/es2017/core/stream/representation/index.d.ts +19 -0
  2197. package/dist/es2017/core/stream/representation/index.d.ts.map +1 -0
  2198. package/dist/es2017/core/stream/representation/index.js +17 -0
  2199. package/dist/es2017/core/stream/representation/representation_stream.d.ts +54 -0
  2200. package/dist/es2017/core/stream/representation/representation_stream.d.ts.map +1 -0
  2201. package/dist/es2017/core/stream/representation/representation_stream.js +395 -0
  2202. package/dist/es2017/core/stream/representation/types.d.ts +319 -0
  2203. package/dist/es2017/core/stream/representation/types.d.ts.map +1 -0
  2204. package/dist/es2017/core/stream/representation/types.js +1 -0
  2205. package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.d.ts +36 -0
  2206. package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.d.ts.map +1 -0
  2207. package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.js +79 -0
  2208. package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.d.ts +54 -0
  2209. package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.d.ts.map +1 -0
  2210. package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.js +245 -0
  2211. package/dist/es2017/core/stream/representation/utils/get_buffer_status.d.ts +73 -0
  2212. package/dist/es2017/core/stream/representation/utils/get_buffer_status.d.ts.map +1 -0
  2213. package/dist/es2017/core/stream/representation/utils/get_buffer_status.js +198 -0
  2214. package/dist/es2017/core/stream/representation/utils/get_needed_segments.d.ts +92 -0
  2215. package/dist/es2017/core/stream/representation/utils/get_needed_segments.d.ts.map +1 -0
  2216. package/dist/es2017/core/stream/representation/utils/get_needed_segments.js +450 -0
  2217. package/dist/es2017/core/stream/representation/utils/get_segment_priority.d.ts +29 -0
  2218. package/dist/es2017/core/stream/representation/utils/get_segment_priority.d.ts.map +1 -0
  2219. package/dist/es2017/core/stream/representation/utils/get_segment_priority.js +38 -0
  2220. package/dist/es2017/core/stream/representation/utils/push_init_segment.d.ts +42 -0
  2221. package/dist/es2017/core/stream/representation/utils/push_init_segment.d.ts.map +1 -0
  2222. package/dist/es2017/core/stream/representation/utils/push_init_segment.js +36 -0
  2223. package/dist/es2017/core/stream/representation/utils/push_media_segment.d.ts +43 -0
  2224. package/dist/es2017/core/stream/representation/utils/push_media_segment.d.ts.map +1 -0
  2225. package/dist/es2017/core/stream/representation/utils/push_media_segment.js +63 -0
  2226. package/dist/es2017/core/types.d.ts +538 -0
  2227. package/dist/es2017/core/types.d.ts.map +1 -0
  2228. package/dist/es2017/core/types.js +2 -0
  2229. package/dist/es2017/default_config.d.ts +1200 -0
  2230. package/dist/es2017/default_config.d.ts.map +1 -0
  2231. package/dist/es2017/default_config.js +1234 -0
  2232. package/dist/es2017/errors/custom_loader_error.d.ts +36 -0
  2233. package/dist/es2017/errors/custom_loader_error.d.ts.map +1 -0
  2234. package/dist/es2017/errors/custom_loader_error.js +39 -0
  2235. package/dist/es2017/errors/encrypted_media_error.d.ts +72 -0
  2236. package/dist/es2017/errors/encrypted_media_error.d.ts.map +1 -0
  2237. package/dist/es2017/errors/encrypted_media_error.js +55 -0
  2238. package/dist/es2017/errors/error_codes.d.ts +33 -0
  2239. package/dist/es2017/errors/error_codes.d.ts.map +1 -0
  2240. package/dist/es2017/errors/error_codes.js +68 -0
  2241. package/dist/es2017/errors/error_message.d.ts +23 -0
  2242. package/dist/es2017/errors/error_message.d.ts.map +1 -0
  2243. package/dist/es2017/errors/error_message.js +24 -0
  2244. package/dist/es2017/errors/format_error.d.ts +21 -0
  2245. package/dist/es2017/errors/format_error.d.ts.map +1 -0
  2246. package/dist/es2017/errors/format_error.js +29 -0
  2247. package/dist/es2017/errors/index.d.ts +32 -0
  2248. package/dist/es2017/errors/index.d.ts.map +1 -0
  2249. package/dist/es2017/errors/index.js +25 -0
  2250. package/dist/es2017/errors/is_known_error.d.ts +23 -0
  2251. package/dist/es2017/errors/is_known_error.d.ts.map +1 -0
  2252. package/dist/es2017/errors/is_known_error.js +32 -0
  2253. package/dist/es2017/errors/media_error.d.ts +60 -0
  2254. package/dist/es2017/errors/media_error.d.ts.map +1 -0
  2255. package/dist/es2017/errors/media_error.js +53 -0
  2256. package/dist/es2017/errors/network_error.d.ts +59 -0
  2257. package/dist/es2017/errors/network_error.d.ts.map +1 -0
  2258. package/dist/es2017/errors/network_error.js +65 -0
  2259. package/dist/es2017/errors/other_error.d.ts +47 -0
  2260. package/dist/es2017/errors/other_error.d.ts.map +1 -0
  2261. package/dist/es2017/errors/other_error.js +51 -0
  2262. package/dist/es2017/errors/source_buffer_error.d.ts +40 -0
  2263. package/dist/es2017/errors/source_buffer_error.d.ts.map +1 -0
  2264. package/dist/es2017/errors/source_buffer_error.js +42 -0
  2265. package/dist/es2017/errors/worker_initialization_error.d.ts +19 -0
  2266. package/dist/es2017/errors/worker_initialization_error.d.ts.map +1 -0
  2267. package/dist/es2017/errors/worker_initialization_error.js +21 -0
  2268. package/dist/es2017/experimental/features/index.d.ts +19 -0
  2269. package/dist/es2017/experimental/features/index.d.ts.map +1 -0
  2270. package/dist/es2017/experimental/features/index.js +18 -0
  2271. package/dist/es2017/experimental/features/local.d.ts +20 -0
  2272. package/dist/es2017/experimental/features/local.d.ts.map +1 -0
  2273. package/dist/es2017/experimental/features/local.js +29 -0
  2274. package/dist/es2017/experimental/features/metaplaylist.d.ts +20 -0
  2275. package/dist/es2017/experimental/features/metaplaylist.d.ts.map +1 -0
  2276. package/dist/es2017/experimental/features/metaplaylist.js +29 -0
  2277. package/dist/es2017/experimental/features/multi_thread.d.ts +9 -0
  2278. package/dist/es2017/experimental/features/multi_thread.d.ts.map +1 -0
  2279. package/dist/es2017/experimental/features/multi_thread.js +14 -0
  2280. package/dist/es2017/experimental/features/worker/index.d.ts +3 -0
  2281. package/dist/es2017/experimental/features/worker/index.d.ts.map +1 -0
  2282. package/dist/es2017/experimental/features/worker/index.js +4 -0
  2283. package/dist/es2017/experimental/index.d.ts +3 -0
  2284. package/dist/es2017/experimental/index.d.ts.map +1 -0
  2285. package/dist/es2017/experimental/index.js +2 -0
  2286. package/dist/es2017/experimental/tools/DummyMediaElement/eme.d.ts +225 -0
  2287. package/dist/es2017/experimental/tools/DummyMediaElement/eme.d.ts.map +1 -0
  2288. package/dist/es2017/experimental/tools/DummyMediaElement/eme.js +790 -0
  2289. package/dist/es2017/experimental/tools/DummyMediaElement/html5.d.ts +376 -0
  2290. package/dist/es2017/experimental/tools/DummyMediaElement/html5.d.ts.map +1 -0
  2291. package/dist/es2017/experimental/tools/DummyMediaElement/html5.js +863 -0
  2292. package/dist/es2017/experimental/tools/DummyMediaElement/index.d.ts +3 -0
  2293. package/dist/es2017/experimental/tools/DummyMediaElement/index.d.ts.map +1 -0
  2294. package/dist/es2017/experimental/tools/DummyMediaElement/index.js +2 -0
  2295. package/dist/es2017/experimental/tools/DummyMediaElement/mse.d.ts +217 -0
  2296. package/dist/es2017/experimental/tools/DummyMediaElement/mse.d.ts.map +1 -0
  2297. package/dist/es2017/experimental/tools/DummyMediaElement/mse.js +586 -0
  2298. package/dist/es2017/experimental/tools/DummyMediaElement/utils.d.ts +33 -0
  2299. package/dist/es2017/experimental/tools/DummyMediaElement/utils.d.ts.map +1 -0
  2300. package/dist/es2017/experimental/tools/DummyMediaElement/utils.js +457 -0
  2301. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +18 -0
  2302. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.d.ts.map +1 -0
  2303. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.js +20 -0
  2304. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +18 -0
  2305. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts.map +1 -0
  2306. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.js +20 -0
  2307. package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.d.ts +19 -0
  2308. package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.d.ts.map +1 -0
  2309. package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.js +18 -0
  2310. package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +27 -0
  2311. package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts.map +1 -0
  2312. package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +60 -0
  2313. package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +27 -0
  2314. package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts.map +1 -0
  2315. package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +72 -0
  2316. package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +30 -0
  2317. package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts.map +1 -0
  2318. package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +40 -0
  2319. package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.d.ts +26 -0
  2320. package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.d.ts.map +1 -0
  2321. package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.js +16 -0
  2322. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +55 -0
  2323. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts.map +1 -0
  2324. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +281 -0
  2325. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +25 -0
  2326. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts.map +1 -0
  2327. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +29 -0
  2328. package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts +24 -0
  2329. package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts.map +1 -0
  2330. package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +116 -0
  2331. package/dist/es2017/experimental/tools/createMetaplaylist/index.d.ts +31 -0
  2332. package/dist/es2017/experimental/tools/createMetaplaylist/index.d.ts.map +1 -0
  2333. package/dist/es2017/experimental/tools/createMetaplaylist/index.js +51 -0
  2334. package/dist/es2017/experimental/tools/index.d.ts +20 -0
  2335. package/dist/es2017/experimental/tools/index.d.ts.map +1 -0
  2336. package/dist/es2017/experimental/tools/index.js +19 -0
  2337. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api.d.ts +73 -0
  2338. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api.d.ts.map +1 -0
  2339. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api.js +196 -0
  2340. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.d.ts +19 -0
  2341. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.d.ts.map +1 -0
  2342. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.js +17 -0
  2343. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/log.d.ts +19 -0
  2344. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/log.d.ts.map +1 -0
  2345. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/log.js +18 -0
  2346. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +21 -0
  2347. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts.map +1 -0
  2348. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +58 -0
  2349. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +22 -0
  2350. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts.map +1 -0
  2351. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +66 -0
  2352. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts +30 -0
  2353. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts.map +1 -0
  2354. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +60 -0
  2355. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts +24 -0
  2356. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts.map +1 -0
  2357. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.js +140 -0
  2358. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +22 -0
  2359. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts.map +1 -0
  2360. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +49 -0
  2361. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +22 -0
  2362. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts.map +1 -0
  2363. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +36 -0
  2364. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.d.ts +56 -0
  2365. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.d.ts.map +1 -0
  2366. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.js +16 -0
  2367. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.d.ts +35 -0
  2368. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.d.ts.map +1 -0
  2369. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.js +82 -0
  2370. package/dist/es2017/features/add_features.d.ts +21 -0
  2371. package/dist/es2017/features/add_features.d.ts.map +1 -0
  2372. package/dist/es2017/features/add_features.js +34 -0
  2373. package/dist/es2017/features/features_object.d.ts +23 -0
  2374. package/dist/es2017/features/features_object.d.ts.map +1 -0
  2375. package/dist/es2017/features/features_object.js +33 -0
  2376. package/dist/es2017/features/index.d.ts +36 -0
  2377. package/dist/es2017/features/index.d.ts.map +1 -0
  2378. package/dist/es2017/features/index.js +33 -0
  2379. package/dist/es2017/features/list/dash.d.ts +24 -0
  2380. package/dist/es2017/features/list/dash.d.ts.map +1 -0
  2381. package/dist/es2017/features/list/dash.js +37 -0
  2382. package/dist/es2017/features/list/dash_wasm.d.ts +24 -0
  2383. package/dist/es2017/features/list/dash_wasm.d.ts.map +1 -0
  2384. package/dist/es2017/features/list/dash_wasm.js +39 -0
  2385. package/dist/es2017/features/list/debug_element.d.ts +9 -0
  2386. package/dist/es2017/features/list/debug_element.d.ts.map +1 -0
  2387. package/dist/es2017/features/list/debug_element.js +10 -0
  2388. package/dist/es2017/features/list/directfile.d.ts +25 -0
  2389. package/dist/es2017/features/list/directfile.d.ts.map +1 -0
  2390. package/dist/es2017/features/list/directfile.js +27 -0
  2391. package/dist/es2017/features/list/eme.d.ts +24 -0
  2392. package/dist/es2017/features/list/eme.d.ts.map +1 -0
  2393. package/dist/es2017/features/list/eme.js +25 -0
  2394. package/dist/es2017/features/list/html_sami_parser.d.ts +24 -0
  2395. package/dist/es2017/features/list/html_sami_parser.d.ts.map +1 -0
  2396. package/dist/es2017/features/list/html_sami_parser.js +27 -0
  2397. package/dist/es2017/features/list/html_srt_parser.d.ts +24 -0
  2398. package/dist/es2017/features/list/html_srt_parser.d.ts.map +1 -0
  2399. package/dist/es2017/features/list/html_srt_parser.js +27 -0
  2400. package/dist/es2017/features/list/html_text_buffer.d.ts +24 -0
  2401. package/dist/es2017/features/list/html_text_buffer.d.ts.map +1 -0
  2402. package/dist/es2017/features/list/html_text_buffer.js +25 -0
  2403. package/dist/es2017/features/list/html_ttml_parser.d.ts +24 -0
  2404. package/dist/es2017/features/list/html_ttml_parser.d.ts.map +1 -0
  2405. package/dist/es2017/features/list/html_ttml_parser.js +27 -0
  2406. package/dist/es2017/features/list/html_vtt_parser.d.ts +24 -0
  2407. package/dist/es2017/features/list/html_vtt_parser.d.ts.map +1 -0
  2408. package/dist/es2017/features/list/html_vtt_parser.js +28 -0
  2409. package/dist/es2017/features/list/index.d.ts +33 -0
  2410. package/dist/es2017/features/list/index.d.ts.map +1 -0
  2411. package/dist/es2017/features/list/index.js +32 -0
  2412. package/dist/es2017/features/list/media_source_main.d.ts +9 -0
  2413. package/dist/es2017/features/list/media_source_main.d.ts.map +1 -0
  2414. package/dist/es2017/features/list/media_source_main.js +16 -0
  2415. package/dist/es2017/features/list/native_sami_parser.d.ts +24 -0
  2416. package/dist/es2017/features/list/native_sami_parser.d.ts.map +1 -0
  2417. package/dist/es2017/features/list/native_sami_parser.js +27 -0
  2418. package/dist/es2017/features/list/native_srt_parser.d.ts +24 -0
  2419. package/dist/es2017/features/list/native_srt_parser.d.ts.map +1 -0
  2420. package/dist/es2017/features/list/native_srt_parser.js +27 -0
  2421. package/dist/es2017/features/list/native_text_buffer.d.ts +24 -0
  2422. package/dist/es2017/features/list/native_text_buffer.d.ts.map +1 -0
  2423. package/dist/es2017/features/list/native_text_buffer.js +25 -0
  2424. package/dist/es2017/features/list/native_ttml_parser.d.ts +24 -0
  2425. package/dist/es2017/features/list/native_ttml_parser.d.ts.map +1 -0
  2426. package/dist/es2017/features/list/native_ttml_parser.js +27 -0
  2427. package/dist/es2017/features/list/native_vtt_parser.d.ts +24 -0
  2428. package/dist/es2017/features/list/native_vtt_parser.d.ts.map +1 -0
  2429. package/dist/es2017/features/list/native_vtt_parser.js +28 -0
  2430. package/dist/es2017/features/list/smooth.d.ts +24 -0
  2431. package/dist/es2017/features/list/smooth.d.ts.map +1 -0
  2432. package/dist/es2017/features/list/smooth.js +35 -0
  2433. package/dist/es2017/features/types.d.ts +162 -0
  2434. package/dist/es2017/features/types.d.ts.map +1 -0
  2435. package/dist/es2017/features/types.js +16 -0
  2436. package/dist/es2017/importable_worker.d.ts +25 -0
  2437. package/dist/es2017/importable_worker.d.ts.map +1 -0
  2438. package/dist/es2017/importable_worker.js +107 -0
  2439. package/dist/es2017/index.d.ts +18 -0
  2440. package/dist/es2017/index.d.ts.map +1 -0
  2441. package/dist/es2017/index.js +42 -0
  2442. package/dist/es2017/initialize_worker.d.ts +10 -0
  2443. package/dist/es2017/initialize_worker.d.ts.map +1 -0
  2444. package/dist/es2017/initialize_worker.js +70 -0
  2445. package/dist/es2017/log.d.ts +19 -0
  2446. package/dist/es2017/log.d.ts.map +1 -0
  2447. package/dist/es2017/log.js +19 -0
  2448. package/dist/es2017/main_thread/api/debug/buffer_graph.d.ts +29 -0
  2449. package/dist/es2017/main_thread/api/debug/buffer_graph.d.ts.map +1 -0
  2450. package/dist/es2017/main_thread/api/debug/buffer_graph.js +175 -0
  2451. package/dist/es2017/main_thread/api/debug/buffer_size_graph.d.ts +11 -0
  2452. package/dist/es2017/main_thread/api/debug/buffer_size_graph.d.ts.map +1 -0
  2453. package/dist/es2017/main_thread/api/debug/buffer_size_graph.js +102 -0
  2454. package/dist/es2017/main_thread/api/debug/constants.d.ts +3 -0
  2455. package/dist/es2017/main_thread/api/debug/constants.d.ts.map +1 -0
  2456. package/dist/es2017/main_thread/api/debug/constants.js +2 -0
  2457. package/dist/es2017/main_thread/api/debug/index.d.ts +3 -0
  2458. package/dist/es2017/main_thread/api/debug/index.d.ts.map +1 -0
  2459. package/dist/es2017/main_thread/api/debug/index.js +2 -0
  2460. package/dist/es2017/main_thread/api/debug/modules/general_info.d.ts +4 -0
  2461. package/dist/es2017/main_thread/api/debug/modules/general_info.d.ts.map +1 -0
  2462. package/dist/es2017/main_thread/api/debug/modules/general_info.js +192 -0
  2463. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.d.ts +5 -0
  2464. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.d.ts.map +1 -0
  2465. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.js +169 -0
  2466. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.d.ts +4 -0
  2467. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.d.ts.map +1 -0
  2468. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.js +35 -0
  2469. package/dist/es2017/main_thread/api/debug/render.d.ts +4 -0
  2470. package/dist/es2017/main_thread/api/debug/render.d.ts.map +1 -0
  2471. package/dist/es2017/main_thread/api/debug/render.js +32 -0
  2472. package/dist/es2017/main_thread/api/debug/utils.d.ts +40 -0
  2473. package/dist/es2017/main_thread/api/debug/utils.d.ts.map +1 -0
  2474. package/dist/es2017/main_thread/api/debug/utils.js +54 -0
  2475. package/dist/es2017/main_thread/api/index.d.ts +18 -0
  2476. package/dist/es2017/main_thread/api/index.d.ts.map +1 -0
  2477. package/dist/es2017/main_thread/api/index.js +17 -0
  2478. package/dist/es2017/main_thread/api/option_utils.d.ts +172 -0
  2479. package/dist/es2017/main_thread/api/option_utils.d.ts.map +1 -0
  2480. package/dist/es2017/main_thread/api/option_utils.js +358 -0
  2481. package/dist/es2017/main_thread/api/public_api.d.ts +1046 -0
  2482. package/dist/es2017/main_thread/api/public_api.d.ts.map +1 -0
  2483. package/dist/es2017/main_thread/api/public_api.js +2852 -0
  2484. package/dist/es2017/main_thread/api/utils.d.ts +67 -0
  2485. package/dist/es2017/main_thread/api/utils.d.ts.map +1 -0
  2486. package/dist/es2017/main_thread/api/utils.js +179 -0
  2487. package/dist/es2017/main_thread/core_interface/base.d.ts +13 -0
  2488. package/dist/es2017/main_thread/core_interface/base.d.ts.map +1 -0
  2489. package/dist/es2017/main_thread/core_interface/base.js +28 -0
  2490. package/dist/es2017/main_thread/core_interface/monothread.d.ts +13 -0
  2491. package/dist/es2017/main_thread/core_interface/monothread.d.ts.map +1 -0
  2492. package/dist/es2017/main_thread/core_interface/monothread.js +32 -0
  2493. package/dist/es2017/main_thread/core_interface/multithread.d.ts +25 -0
  2494. package/dist/es2017/main_thread/core_interface/multithread.d.ts.map +1 -0
  2495. package/dist/es2017/main_thread/core_interface/multithread.js +45 -0
  2496. package/dist/es2017/main_thread/core_interface/types.d.ts +6 -0
  2497. package/dist/es2017/main_thread/core_interface/types.d.ts.map +1 -0
  2498. package/dist/es2017/main_thread/core_interface/types.js +1 -0
  2499. package/dist/es2017/main_thread/decrypt/clear_on_stop.d.ts +24 -0
  2500. package/dist/es2017/main_thread/decrypt/clear_on_stop.d.ts.map +1 -0
  2501. package/dist/es2017/main_thread/decrypt/clear_on_stop.js +42 -0
  2502. package/dist/es2017/main_thread/decrypt/content_decryptor.d.ts +240 -0
  2503. package/dist/es2017/main_thread/decrypt/content_decryptor.d.ts.map +1 -0
  2504. package/dist/es2017/main_thread/decrypt/content_decryptor.js +924 -0
  2505. package/dist/es2017/main_thread/decrypt/create_or_load_session.d.ts +65 -0
  2506. package/dist/es2017/main_thread/decrypt/create_or_load_session.d.ts.map +1 -0
  2507. package/dist/es2017/main_thread/decrypt/create_or_load_session.js +88 -0
  2508. package/dist/es2017/main_thread/decrypt/create_session.d.ts +55 -0
  2509. package/dist/es2017/main_thread/decrypt/create_session.d.ts.map +1 -0
  2510. package/dist/es2017/main_thread/decrypt/create_session.js +152 -0
  2511. package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.d.ts +23 -0
  2512. package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.d.ts.map +1 -0
  2513. package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.js +24 -0
  2514. package/dist/es2017/main_thread/decrypt/find_key_system.d.ts +86 -0
  2515. package/dist/es2017/main_thread/decrypt/find_key_system.d.ts.map +1 -0
  2516. package/dist/es2017/main_thread/decrypt/find_key_system.js +446 -0
  2517. package/dist/es2017/main_thread/decrypt/get_key_system_configuration.d.ts +24 -0
  2518. package/dist/es2017/main_thread/decrypt/get_key_system_configuration.d.ts.map +1 -0
  2519. package/dist/es2017/main_thread/decrypt/get_key_system_configuration.js +32 -0
  2520. package/dist/es2017/main_thread/decrypt/get_media_keys.d.ts +55 -0
  2521. package/dist/es2017/main_thread/decrypt/get_media_keys.d.ts.map +1 -0
  2522. package/dist/es2017/main_thread/decrypt/get_media_keys.js +114 -0
  2523. package/dist/es2017/main_thread/decrypt/index.d.ts +27 -0
  2524. package/dist/es2017/main_thread/decrypt/index.d.ts.map +1 -0
  2525. package/dist/es2017/main_thread/decrypt/index.js +26 -0
  2526. package/dist/es2017/main_thread/decrypt/init_media_keys.d.ts +30 -0
  2527. package/dist/es2017/main_thread/decrypt/init_media_keys.d.ts.map +1 -0
  2528. package/dist/es2017/main_thread/decrypt/init_media_keys.js +38 -0
  2529. package/dist/es2017/main_thread/decrypt/session_events_listener.d.ts +77 -0
  2530. package/dist/es2017/main_thread/decrypt/session_events_listener.d.ts.map +1 -0
  2531. package/dist/es2017/main_thread/decrypt/session_events_listener.js +273 -0
  2532. package/dist/es2017/main_thread/decrypt/set_server_certificate.d.ts +58 -0
  2533. package/dist/es2017/main_thread/decrypt/set_server_certificate.d.ts.map +1 -0
  2534. package/dist/es2017/main_thread/decrypt/set_server_certificate.js +96 -0
  2535. package/dist/es2017/main_thread/decrypt/types.d.ts +380 -0
  2536. package/dist/es2017/main_thread/decrypt/types.d.ts.map +1 -0
  2537. package/dist/es2017/main_thread/decrypt/types.js +55 -0
  2538. package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.d.ts +35 -0
  2539. package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.d.ts.map +1 -0
  2540. package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.js +141 -0
  2541. package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.d.ts +54 -0
  2542. package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.d.ts.map +1 -0
  2543. package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.js +180 -0
  2544. package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +27 -0
  2545. package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts.map +1 -0
  2546. package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.js +42 -0
  2547. package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +33 -0
  2548. package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts.map +1 -0
  2549. package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.js +43 -0
  2550. package/dist/es2017/main_thread/decrypt/utils/get_drm_system_id.d.ts +21 -0
  2551. package/dist/es2017/main_thread/decrypt/utils/get_drm_system_id.d.ts.map +1 -0
  2552. package/dist/es2017/main_thread/decrypt/utils/get_drm_system_id.js +37 -0
  2553. package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.d.ts +70 -0
  2554. package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.d.ts.map +1 -0
  2555. package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.js +105 -0
  2556. package/dist/es2017/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts +14 -0
  2557. package/dist/es2017/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts.map +1 -0
  2558. package/dist/es2017/main_thread/decrypt/utils/is_compatible_codec_supported.js +28 -0
  2559. package/dist/es2017/main_thread/decrypt/utils/is_session_usable.d.ts +25 -0
  2560. package/dist/es2017/main_thread/decrypt/utils/is_session_usable.d.ts.map +1 -0
  2561. package/dist/es2017/main_thread/decrypt/utils/is_session_usable.js +54 -0
  2562. package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.d.ts +32 -0
  2563. package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.d.ts.map +1 -0
  2564. package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.js +48 -0
  2565. package/dist/es2017/main_thread/decrypt/utils/key_session_record.d.ts +105 -0
  2566. package/dist/es2017/main_thread/decrypt/utils/key_session_record.d.ts.map +1 -0
  2567. package/dist/es2017/main_thread/decrypt/utils/key_session_record.js +152 -0
  2568. package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.d.ts +214 -0
  2569. package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.d.ts.map +1 -0
  2570. package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.js +382 -0
  2571. package/dist/es2017/main_thread/decrypt/utils/media_keys_attacher.d.ts +85 -0
  2572. package/dist/es2017/main_thread/decrypt/utils/media_keys_attacher.d.ts.map +1 -0
  2573. package/dist/es2017/main_thread/decrypt/utils/media_keys_attacher.js +184 -0
  2574. package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.d.ts +93 -0
  2575. package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.d.ts.map +1 -0
  2576. package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.js +369 -0
  2577. package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.d.ts +45 -0
  2578. package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.d.ts.map +1 -0
  2579. package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.js +46 -0
  2580. package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.d.ts +65 -0
  2581. package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.d.ts.map +1 -0
  2582. package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.js +121 -0
  2583. package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts +116 -0
  2584. package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts.map +1 -0
  2585. package/dist/es2017/main_thread/init/directfile_content_initializer.js +267 -0
  2586. package/dist/es2017/main_thread/init/index.d.ts +18 -0
  2587. package/dist/es2017/main_thread/init/index.d.ts.map +1 -0
  2588. package/dist/es2017/main_thread/init/index.js +16 -0
  2589. package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts +330 -0
  2590. package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts.map +1 -0
  2591. package/dist/es2017/main_thread/init/media_source_content_initializer.js +1570 -0
  2592. package/dist/es2017/main_thread/init/types.d.ts +240 -0
  2593. package/dist/es2017/main_thread/init/types.d.ts.map +1 -0
  2594. package/dist/es2017/main_thread/init/types.js +29 -0
  2595. package/dist/es2017/main_thread/init/utils/create_core_playback_observer.d.ts +96 -0
  2596. package/dist/es2017/main_thread/init/utils/create_core_playback_observer.d.ts.map +1 -0
  2597. package/dist/es2017/main_thread/init/utils/create_core_playback_observer.js +107 -0
  2598. package/dist/es2017/main_thread/init/utils/get_initial_time.d.ts +77 -0
  2599. package/dist/es2017/main_thread/init/utils/get_initial_time.d.ts.map +1 -0
  2600. package/dist/es2017/main_thread/init/utils/get_initial_time.js +149 -0
  2601. package/dist/es2017/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
  2602. package/dist/es2017/main_thread/init/utils/get_loaded_reference.d.ts.map +1 -0
  2603. package/dist/es2017/main_thread/init/utils/get_loaded_reference.js +63 -0
  2604. package/dist/es2017/main_thread/init/utils/initial_seek_and_play.d.ts +63 -0
  2605. package/dist/es2017/main_thread/init/utils/initial_seek_and_play.d.ts.map +1 -0
  2606. package/dist/es2017/main_thread/init/utils/initial_seek_and_play.js +224 -0
  2607. package/dist/es2017/main_thread/init/utils/initialize_content_decryption.d.ts +99 -0
  2608. package/dist/es2017/main_thread/init/utils/initialize_content_decryption.d.ts.map +1 -0
  2609. package/dist/es2017/main_thread/init/utils/initialize_content_decryption.js +118 -0
  2610. package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +36 -0
  2611. package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.d.ts.map +1 -0
  2612. package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.js +50 -0
  2613. package/dist/es2017/main_thread/init/utils/rebuffering_controller.d.ts +118 -0
  2614. package/dist/es2017/main_thread/init/utils/rebuffering_controller.d.ts.map +1 -0
  2615. package/dist/es2017/main_thread/init/utils/rebuffering_controller.js +450 -0
  2616. package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts +40 -0
  2617. package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts.map +1 -0
  2618. package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +33 -0
  2619. package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.d.ts +19 -0
  2620. package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.d.ts.map +1 -0
  2621. package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.js +17 -0
  2622. package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +26 -0
  2623. package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts.map +1 -0
  2624. package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +82 -0
  2625. package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +57 -0
  2626. package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts.map +1 -0
  2627. package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +178 -0
  2628. package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.d.ts +42 -0
  2629. package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.d.ts.map +1 -0
  2630. package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.js +16 -0
  2631. package/dist/es2017/main_thread/init/utils/throw_on_media_error.d.ts +25 -0
  2632. package/dist/es2017/main_thread/init/utils/throw_on_media_error.d.ts.map +1 -0
  2633. package/dist/es2017/main_thread/init/utils/throw_on_media_error.js +63 -0
  2634. package/dist/es2017/main_thread/init/utils/update_manifest_codec_support.d.ts +35 -0
  2635. package/dist/es2017/main_thread/init/utils/update_manifest_codec_support.d.ts.map +1 -0
  2636. package/dist/es2017/main_thread/init/utils/update_manifest_codec_support.js +147 -0
  2637. package/dist/es2017/main_thread/render_thumbnail.d.ts +27 -0
  2638. package/dist/es2017/main_thread/render_thumbnail.d.ts.map +1 -0
  2639. package/dist/es2017/main_thread/render_thumbnail.js +198 -0
  2640. package/dist/es2017/main_thread/text_displayer/html/html_parsers.d.ts +20 -0
  2641. package/dist/es2017/main_thread/text_displayer/html/html_parsers.d.ts.map +1 -0
  2642. package/dist/es2017/main_thread/text_displayer/html/html_parsers.js +22 -0
  2643. package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.d.ts +105 -0
  2644. package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.d.ts.map +1 -0
  2645. package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.js +310 -0
  2646. package/dist/es2017/main_thread/text_displayer/html/index.d.ts +3 -0
  2647. package/dist/es2017/main_thread/text_displayer/html/index.d.ts.map +1 -0
  2648. package/dist/es2017/main_thread/text_displayer/html/index.js +2 -0
  2649. package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.d.ts +66 -0
  2650. package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.d.ts.map +1 -0
  2651. package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.js +356 -0
  2652. package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.d.ts +16 -0
  2653. package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.d.ts.map +1 -0
  2654. package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.js +61 -0
  2655. package/dist/es2017/main_thread/text_displayer/html/utils.d.ts +55 -0
  2656. package/dist/es2017/main_thread/text_displayer/html/utils.d.ts.map +1 -0
  2657. package/dist/es2017/main_thread/text_displayer/html/utils.js +133 -0
  2658. package/dist/es2017/main_thread/text_displayer/index.d.ts +3 -0
  2659. package/dist/es2017/main_thread/text_displayer/index.d.ts.map +1 -0
  2660. package/dist/es2017/main_thread/text_displayer/index.js +1 -0
  2661. package/dist/es2017/main_thread/text_displayer/manual_time_ranges.d.ts +15 -0
  2662. package/dist/es2017/main_thread/text_displayer/manual_time_ranges.d.ts.map +1 -0
  2663. package/dist/es2017/main_thread/text_displayer/manual_time_ranges.js +44 -0
  2664. package/dist/es2017/main_thread/text_displayer/native/index.d.ts +3 -0
  2665. package/dist/es2017/main_thread/text_displayer/native/index.d.ts.map +1 -0
  2666. package/dist/es2017/main_thread/text_displayer/native/index.js +2 -0
  2667. package/dist/es2017/main_thread/text_displayer/native/native_parsers.d.ts +16 -0
  2668. package/dist/es2017/main_thread/text_displayer/native/native_parsers.d.ts.map +1 -0
  2669. package/dist/es2017/main_thread/text_displayer/native/native_parsers.js +22 -0
  2670. package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.d.ts +59 -0
  2671. package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.d.ts.map +1 -0
  2672. package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.js +200 -0
  2673. package/dist/es2017/main_thread/text_displayer/types.d.ts +74 -0
  2674. package/dist/es2017/main_thread/text_displayer/types.d.ts.map +1 -0
  2675. package/dist/es2017/main_thread/text_displayer/types.js +1 -0
  2676. package/dist/es2017/main_thread/tracks_store/index.d.ts +21 -0
  2677. package/dist/es2017/main_thread/tracks_store/index.d.ts.map +1 -0
  2678. package/dist/es2017/main_thread/tracks_store/index.js +18 -0
  2679. package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.d.ts +208 -0
  2680. package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.d.ts.map +1 -0
  2681. package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.js +681 -0
  2682. package/dist/es2017/main_thread/tracks_store/track_dispatcher.d.ts +108 -0
  2683. package/dist/es2017/main_thread/tracks_store/track_dispatcher.d.ts.map +1 -0
  2684. package/dist/es2017/main_thread/tracks_store/track_dispatcher.js +156 -0
  2685. package/dist/es2017/main_thread/tracks_store/tracks_store.d.ts +538 -0
  2686. package/dist/es2017/main_thread/tracks_store/tracks_store.d.ts.map +1 -0
  2687. package/dist/es2017/main_thread/tracks_store/tracks_store.js +1354 -0
  2688. package/dist/es2017/main_thread/types.d.ts +566 -0
  2689. package/dist/es2017/main_thread/types.d.ts.map +1 -0
  2690. package/dist/es2017/main_thread/types.js +1 -0
  2691. package/dist/es2017/manifest/classes/adaptation.d.ts +135 -0
  2692. package/dist/es2017/manifest/classes/adaptation.d.ts.map +1 -0
  2693. package/dist/es2017/manifest/classes/adaptation.js +219 -0
  2694. package/dist/es2017/manifest/classes/codec_support_cache.d.ts +45 -0
  2695. package/dist/es2017/manifest/classes/codec_support_cache.d.ts.map +1 -0
  2696. package/dist/es2017/manifest/classes/codec_support_cache.js +58 -0
  2697. package/dist/es2017/manifest/classes/index.d.ts +32 -0
  2698. package/dist/es2017/manifest/classes/index.d.ts.map +1 -0
  2699. package/dist/es2017/manifest/classes/index.js +24 -0
  2700. package/dist/es2017/manifest/classes/manifest.d.ts +425 -0
  2701. package/dist/es2017/manifest/classes/manifest.d.ts.map +1 -0
  2702. package/dist/es2017/manifest/classes/manifest.js +436 -0
  2703. package/dist/es2017/manifest/classes/period.d.ts +157 -0
  2704. package/dist/es2017/manifest/classes/period.d.ts.map +1 -0
  2705. package/dist/es2017/manifest/classes/period.js +215 -0
  2706. package/dist/es2017/manifest/classes/representation.d.ts +271 -0
  2707. package/dist/es2017/manifest/classes/representation.d.ts.map +1 -0
  2708. package/dist/es2017/manifest/classes/representation.js +366 -0
  2709. package/dist/es2017/manifest/classes/representation_index/index.d.ts +20 -0
  2710. package/dist/es2017/manifest/classes/representation_index/index.d.ts.map +1 -0
  2711. package/dist/es2017/manifest/classes/representation_index/index.js +17 -0
  2712. package/dist/es2017/manifest/classes/representation_index/static.d.ts +117 -0
  2713. package/dist/es2017/manifest/classes/representation_index/static.d.ts.map +1 -0
  2714. package/dist/es2017/manifest/classes/representation_index/static.js +160 -0
  2715. package/dist/es2017/manifest/classes/representation_index/types.d.ts +441 -0
  2716. package/dist/es2017/manifest/classes/representation_index/types.d.ts.map +1 -0
  2717. package/dist/es2017/manifest/classes/representation_index/types.js +16 -0
  2718. package/dist/es2017/manifest/classes/types.d.ts +30 -0
  2719. package/dist/es2017/manifest/classes/types.d.ts.map +1 -0
  2720. package/dist/es2017/manifest/classes/types.js +30 -0
  2721. package/dist/es2017/manifest/classes/update_period_in_place.d.ts +63 -0
  2722. package/dist/es2017/manifest/classes/update_period_in_place.d.ts.map +1 -0
  2723. package/dist/es2017/manifest/classes/update_period_in_place.js +168 -0
  2724. package/dist/es2017/manifest/classes/update_periods.d.ts +51 -0
  2725. package/dist/es2017/manifest/classes/update_periods.d.ts.map +1 -0
  2726. package/dist/es2017/manifest/classes/update_periods.js +193 -0
  2727. package/dist/es2017/manifest/classes/utils.d.ts +47 -0
  2728. package/dist/es2017/manifest/classes/utils.d.ts.map +1 -0
  2729. package/dist/es2017/manifest/classes/utils.js +45 -0
  2730. package/dist/es2017/manifest/index.d.ts +17 -0
  2731. package/dist/es2017/manifest/index.d.ts.map +1 -0
  2732. package/dist/es2017/manifest/index.js +3 -0
  2733. package/dist/es2017/manifest/types.d.ts +466 -0
  2734. package/dist/es2017/manifest/types.d.ts.map +1 -0
  2735. package/dist/es2017/manifest/types.js +1 -0
  2736. package/dist/es2017/manifest/utils.d.ts +184 -0
  2737. package/dist/es2017/manifest/utils.d.ts.map +1 -0
  2738. package/dist/es2017/manifest/utils.js +558 -0
  2739. package/dist/es2017/minimal.d.ts +21 -0
  2740. package/dist/es2017/minimal.d.ts.map +1 -0
  2741. package/dist/es2017/minimal.js +28 -0
  2742. package/dist/es2017/mse/index.d.ts +3 -0
  2743. package/dist/es2017/mse/index.d.ts.map +1 -0
  2744. package/dist/es2017/mse/index.js +1 -0
  2745. package/dist/es2017/mse/main_media_source_interface.d.ts +133 -0
  2746. package/dist/es2017/mse/main_media_source_interface.d.ts.map +1 -0
  2747. package/dist/es2017/mse/main_media_source_interface.js +513 -0
  2748. package/dist/es2017/mse/types.d.ts +303 -0
  2749. package/dist/es2017/mse/types.d.ts.map +1 -0
  2750. package/dist/es2017/mse/types.js +1 -0
  2751. package/dist/es2017/mse/utils/end_of_stream.d.ts +35 -0
  2752. package/dist/es2017/mse/utils/end_of_stream.d.ts.map +1 -0
  2753. package/dist/es2017/mse/utils/end_of_stream.js +92 -0
  2754. package/dist/es2017/mse/utils/media_source_duration_updater.d.ts +63 -0
  2755. package/dist/es2017/mse/utils/media_source_duration_updater.d.ts.map +1 -0
  2756. package/dist/es2017/mse/utils/media_source_duration_updater.js +270 -0
  2757. package/dist/es2017/mse/worker_media_source_interface.d.ts +116 -0
  2758. package/dist/es2017/mse/worker_media_source_interface.d.ts.map +1 -0
  2759. package/dist/es2017/mse/worker_media_source_interface.js +317 -0
  2760. package/dist/es2017/parsers/containers/isobmff/constants.d.ts +24 -0
  2761. package/dist/es2017/parsers/containers/isobmff/constants.d.ts.map +1 -0
  2762. package/dist/es2017/parsers/containers/isobmff/constants.js +23 -0
  2763. package/dist/es2017/parsers/containers/isobmff/create_box.d.ts +31 -0
  2764. package/dist/es2017/parsers/containers/isobmff/create_box.d.ts.map +1 -0
  2765. package/dist/es2017/parsers/containers/isobmff/create_box.js +65 -0
  2766. package/dist/es2017/parsers/containers/isobmff/drm/index.d.ts +17 -0
  2767. package/dist/es2017/parsers/containers/isobmff/drm/index.d.ts.map +1 -0
  2768. package/dist/es2017/parsers/containers/isobmff/drm/index.js +16 -0
  2769. package/dist/es2017/parsers/containers/isobmff/drm/playready.d.ts +22 -0
  2770. package/dist/es2017/parsers/containers/isobmff/drm/playready.d.ts.map +1 -0
  2771. package/dist/es2017/parsers/containers/isobmff/drm/playready.js +35 -0
  2772. package/dist/es2017/parsers/containers/isobmff/extract_complete_chunks.d.ts +30 -0
  2773. package/dist/es2017/parsers/containers/isobmff/extract_complete_chunks.d.ts.map +1 -0
  2774. package/dist/es2017/parsers/containers/isobmff/extract_complete_chunks.js +85 -0
  2775. package/dist/es2017/parsers/containers/isobmff/find_complete_box.d.ts +26 -0
  2776. package/dist/es2017/parsers/containers/isobmff/find_complete_box.d.ts.map +1 -0
  2777. package/dist/es2017/parsers/containers/isobmff/find_complete_box.js +54 -0
  2778. package/dist/es2017/parsers/containers/isobmff/get_box.d.ts +107 -0
  2779. package/dist/es2017/parsers/containers/isobmff/get_box.d.ts.map +1 -0
  2780. package/dist/es2017/parsers/containers/isobmff/get_box.js +224 -0
  2781. package/dist/es2017/parsers/containers/isobmff/index.d.ts +26 -0
  2782. package/dist/es2017/parsers/containers/isobmff/index.d.ts.map +1 -0
  2783. package/dist/es2017/parsers/containers/isobmff/index.js +24 -0
  2784. package/dist/es2017/parsers/containers/isobmff/read.d.ts +58 -0
  2785. package/dist/es2017/parsers/containers/isobmff/read.d.ts.map +1 -0
  2786. package/dist/es2017/parsers/containers/isobmff/read.js +87 -0
  2787. package/dist/es2017/parsers/containers/isobmff/take_pssh_out.d.ts +42 -0
  2788. package/dist/es2017/parsers/containers/isobmff/take_pssh_out.d.ts.map +1 -0
  2789. package/dist/es2017/parsers/containers/isobmff/take_pssh_out.js +82 -0
  2790. package/dist/es2017/parsers/containers/isobmff/utils.d.ts +143 -0
  2791. package/dist/es2017/parsers/containers/isobmff/utils.d.ts.map +1 -0
  2792. package/dist/es2017/parsers/containers/isobmff/utils.js +537 -0
  2793. package/dist/es2017/parsers/containers/matroska/index.d.ts +18 -0
  2794. package/dist/es2017/parsers/containers/matroska/index.d.ts.map +1 -0
  2795. package/dist/es2017/parsers/containers/matroska/index.js +16 -0
  2796. package/dist/es2017/parsers/containers/matroska/utils.d.ts +35 -0
  2797. package/dist/es2017/parsers/containers/matroska/utils.d.ts.map +1 -0
  2798. package/dist/es2017/parsers/containers/matroska/utils.js +256 -0
  2799. package/dist/es2017/parsers/images/bif.d.ts +40 -0
  2800. package/dist/es2017/parsers/images/bif.d.ts.map +1 -0
  2801. package/dist/es2017/parsers/images/bif.js +101 -0
  2802. package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.d.ts +29 -0
  2803. package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.d.ts.map +1 -0
  2804. package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.js +44 -0
  2805. package/dist/es2017/parsers/manifest/dash/common/content_protection_parser.d.ts +99 -0
  2806. package/dist/es2017/parsers/manifest/dash/common/content_protection_parser.d.ts.map +1 -0
  2807. package/dist/es2017/parsers/manifest/dash/common/content_protection_parser.js +198 -0
  2808. package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts +18 -0
  2809. package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts.map +1 -0
  2810. package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.js +24 -0
  2811. package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +44 -0
  2812. package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts.map +1 -0
  2813. package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.js +82 -0
  2814. package/dist/es2017/parsers/manifest/dash/common/get_clock_offset.d.ts +30 -0
  2815. package/dist/es2017/parsers/manifest/dash/common/get_clock_offset.d.ts.map +1 -0
  2816. package/dist/es2017/parsers/manifest/dash/common/get_clock_offset.js +38 -0
  2817. package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.d.ts +51 -0
  2818. package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.d.ts.map +1 -0
  2819. package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.js +67 -0
  2820. package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +22 -0
  2821. package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts.map +1 -0
  2822. package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.js +25 -0
  2823. package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +26 -0
  2824. package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts.map +1 -0
  2825. package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +33 -0
  2826. package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.d.ts +44 -0
  2827. package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.d.ts.map +1 -0
  2828. package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.js +68 -0
  2829. package/dist/es2017/parsers/manifest/dash/common/index.d.ts +22 -0
  2830. package/dist/es2017/parsers/manifest/dash/common/index.d.ts.map +1 -0
  2831. package/dist/es2017/parsers/manifest/dash/common/index.js +19 -0
  2832. package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts +267 -0
  2833. package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts.map +1 -0
  2834. package/dist/es2017/parsers/manifest/dash/common/indexes/base.js +285 -0
  2835. package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +33 -0
  2836. package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.d.ts.map +1 -0
  2837. package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.js +44 -0
  2838. package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +40 -0
  2839. package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts.map +1 -0
  2840. package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +109 -0
  2841. package/dist/es2017/parsers/manifest/dash/common/indexes/index.d.ts +26 -0
  2842. package/dist/es2017/parsers/manifest/dash/common/indexes/index.d.ts.map +1 -0
  2843. package/dist/es2017/parsers/manifest/dash/common/indexes/index.js +20 -0
  2844. package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts +209 -0
  2845. package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts.map +1 -0
  2846. package/dist/es2017/parsers/manifest/dash/common/indexes/list.js +227 -0
  2847. package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts +272 -0
  2848. package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts.map +1 -0
  2849. package/dist/es2017/parsers/manifest/dash/common/indexes/template.js +449 -0
  2850. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +28 -0
  2851. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts.map +1 -0
  2852. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +43 -0
  2853. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +19 -0
  2854. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts.map +1 -0
  2855. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +79 -0
  2856. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +38 -0
  2857. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts.map +1 -0
  2858. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +63 -0
  2859. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +43 -0
  2860. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts.map +1 -0
  2861. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +140 -0
  2862. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/index.d.ts +20 -0
  2863. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/index.d.ts.map +1 -0
  2864. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/index.js +17 -0
  2865. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +37 -0
  2866. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts.map +1 -0
  2867. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +65 -0
  2868. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +448 -0
  2869. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts.map +1 -0
  2870. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +685 -0
  2871. package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.d.ts +41 -0
  2872. package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.d.ts.map +1 -0
  2873. package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.js +107 -0
  2874. package/dist/es2017/parsers/manifest/dash/common/indexes/utils.d.ts +26 -0
  2875. package/dist/es2017/parsers/manifest/dash/common/indexes/utils.d.ts.map +1 -0
  2876. package/dist/es2017/parsers/manifest/dash/common/indexes/utils.js +28 -0
  2877. package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts +48 -0
  2878. package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts.map +1 -0
  2879. package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.js +154 -0
  2880. package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts +120 -0
  2881. package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts.map +1 -0
  2882. package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.js +134 -0
  2883. package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +56 -0
  2884. package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts.map +1 -0
  2885. package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.js +434 -0
  2886. package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.d.ts +24 -0
  2887. package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.d.ts.map +1 -0
  2888. package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.js +31 -0
  2889. package/dist/es2017/parsers/manifest/dash/common/parse_mpd.d.ts +99 -0
  2890. package/dist/es2017/parsers/manifest/dash/common/parse_mpd.d.ts.map +1 -0
  2891. package/dist/es2017/parsers/manifest/dash/common/parse_mpd.js +291 -0
  2892. package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts +71 -0
  2893. package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts.map +1 -0
  2894. package/dist/es2017/parsers/manifest/dash/common/parse_periods.js +266 -0
  2895. package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.d.ts +87 -0
  2896. package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.d.ts.map +1 -0
  2897. package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.js +100 -0
  2898. package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts +51 -0
  2899. package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts.map +1 -0
  2900. package/dist/es2017/parsers/manifest/dash/common/parse_representations.js +236 -0
  2901. package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.d.ts +27 -0
  2902. package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.d.ts.map +1 -0
  2903. package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.js +46 -0
  2904. package/dist/es2017/parsers/manifest/dash/index.d.ts +17 -0
  2905. package/dist/es2017/parsers/manifest/dash/index.d.ts.map +1 -0
  2906. package/dist/es2017/parsers/manifest/dash/index.js +16 -0
  2907. package/dist/es2017/parsers/manifest/dash/js-parser/index.d.ts +18 -0
  2908. package/dist/es2017/parsers/manifest/dash/js-parser/index.d.ts.map +1 -0
  2909. package/dist/es2017/parsers/manifest/dash/js-parser/index.js +17 -0
  2910. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +25 -0
  2911. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts.map +1 -0
  2912. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +365 -0
  2913. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +25 -0
  2914. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts.map +1 -0
  2915. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +30 -0
  2916. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +24 -0
  2917. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts.map +1 -0
  2918. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.js +45 -0
  2919. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +23 -0
  2920. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts.map +1 -0
  2921. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.js +84 -0
  2922. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +24 -0
  2923. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts.map +1 -0
  2924. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +101 -0
  2925. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +23 -0
  2926. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts.map +1 -0
  2927. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +45 -0
  2928. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +24 -0
  2929. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts.map +1 -0
  2930. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.js +194 -0
  2931. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +24 -0
  2932. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts.map +1 -0
  2933. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.js +156 -0
  2934. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +23 -0
  2935. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts.map +1 -0
  2936. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.js +227 -0
  2937. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +24 -0
  2938. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts.map +1 -0
  2939. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +111 -0
  2940. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +23 -0
  2941. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts.map +1 -0
  2942. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.js +41 -0
  2943. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +25 -0
  2944. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts.map +1 -0
  2945. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +84 -0
  2946. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +23 -0
  2947. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts.map +1 -0
  2948. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.js +33 -0
  2949. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +25 -0
  2950. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts.map +1 -0
  2951. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +57 -0
  2952. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +176 -0
  2953. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts.map +1 -0
  2954. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.js +309 -0
  2955. package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts +25 -0
  2956. package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts.map +1 -0
  2957. package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_xml_string.js +114 -0
  2958. package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts +404 -0
  2959. package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts.map +1 -0
  2960. package/dist/es2017/parsers/manifest/dash/node_parser_types.js +16 -0
  2961. package/dist/es2017/parsers/manifest/dash/parsers_types.d.ts +84 -0
  2962. package/dist/es2017/parsers/manifest/dash/parsers_types.d.ts.map +1 -0
  2963. package/dist/es2017/parsers/manifest/dash/parsers_types.js +16 -0
  2964. package/dist/es2017/parsers/manifest/dash/wasm-parser/index.d.ts +20 -0
  2965. package/dist/es2017/parsers/manifest/dash/wasm-parser/index.d.ts.map +1 -0
  2966. package/dist/es2017/parsers/manifest/dash/wasm-parser/index.js +17 -0
  2967. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +112 -0
  2968. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts.map +1 -0
  2969. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +355 -0
  2970. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +33 -0
  2971. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts.map +1 -0
  2972. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +272 -0
  2973. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +25 -0
  2974. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts.map +1 -0
  2975. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.js +30 -0
  2976. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +25 -0
  2977. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts.map +1 -0
  2978. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +41 -0
  2979. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +24 -0
  2980. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts.map +1 -0
  2981. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +58 -0
  2982. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +34 -0
  2983. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts.map +1 -0
  2984. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +112 -0
  2985. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts +4 -0
  2986. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts.map +1 -0
  2987. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.js +9 -0
  2988. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +29 -0
  2989. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts.map +1 -0
  2990. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +164 -0
  2991. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +34 -0
  2992. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts.map +1 -0
  2993. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +148 -0
  2994. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +33 -0
  2995. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts.map +1 -0
  2996. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +179 -0
  2997. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +25 -0
  2998. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts.map +1 -0
  2999. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +35 -0
  3000. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +19 -0
  3001. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts.map +1 -0
  3002. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +88 -0
  3003. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +27 -0
  3004. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts.map +1 -0
  3005. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.js +45 -0
  3006. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +19 -0
  3007. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts.map +1 -0
  3008. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +101 -0
  3009. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +26 -0
  3010. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts.map +1 -0
  3011. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +52 -0
  3012. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +30 -0
  3013. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts.map +1 -0
  3014. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +47 -0
  3015. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts +17 -0
  3016. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts.map +1 -0
  3017. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/index.js +16 -0
  3018. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +28 -0
  3019. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts.map +1 -0
  3020. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.js +50 -0
  3021. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +39 -0
  3022. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts.map +1 -0
  3023. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +58 -0
  3024. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts +149 -0
  3025. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts.map +1 -0
  3026. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.js +16 -0
  3027. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +30 -0
  3028. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.d.ts.map +1 -0
  3029. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.js +40 -0
  3030. package/dist/es2017/parsers/manifest/index.d.ts +17 -0
  3031. package/dist/es2017/parsers/manifest/index.d.ts.map +1 -0
  3032. package/dist/es2017/parsers/manifest/index.js +16 -0
  3033. package/dist/es2017/parsers/manifest/local/index.d.ts +19 -0
  3034. package/dist/es2017/parsers/manifest/local/index.d.ts.map +1 -0
  3035. package/dist/es2017/parsers/manifest/local/index.js +17 -0
  3036. package/dist/es2017/parsers/manifest/local/parse_local_manifest.d.ts +23 -0
  3037. package/dist/es2017/parsers/manifest/local/parse_local_manifest.d.ts.map +1 -0
  3038. package/dist/es2017/parsers/manifest/local/parse_local_manifest.js +133 -0
  3039. package/dist/es2017/parsers/manifest/local/representation_index.d.ts +99 -0
  3040. package/dist/es2017/parsers/manifest/local/representation_index.d.ts.map +1 -0
  3041. package/dist/es2017/parsers/manifest/local/representation_index.js +243 -0
  3042. package/dist/es2017/parsers/manifest/local/types.d.ts +288 -0
  3043. package/dist/es2017/parsers/manifest/local/types.d.ts.map +1 -0
  3044. package/dist/es2017/parsers/manifest/local/types.js +16 -0
  3045. package/dist/es2017/parsers/manifest/metaplaylist/index.d.ts +20 -0
  3046. package/dist/es2017/parsers/manifest/metaplaylist/index.d.ts.map +1 -0
  3047. package/dist/es2017/parsers/manifest/metaplaylist/index.js +17 -0
  3048. package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +65 -0
  3049. package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts.map +1 -0
  3050. package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.js +265 -0
  3051. package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts +165 -0
  3052. package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts.map +1 -0
  3053. package/dist/es2017/parsers/manifest/metaplaylist/representation_index.js +234 -0
  3054. package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts +34 -0
  3055. package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts.map +1 -0
  3056. package/dist/es2017/parsers/manifest/smooth/create_parser.js +520 -0
  3057. package/dist/es2017/parsers/manifest/smooth/get_codecs.d.ts +27 -0
  3058. package/dist/es2017/parsers/manifest/smooth/get_codecs.d.ts.map +1 -0
  3059. package/dist/es2017/parsers/manifest/smooth/get_codecs.js +50 -0
  3060. package/dist/es2017/parsers/manifest/smooth/index.d.ts +22 -0
  3061. package/dist/es2017/parsers/manifest/smooth/index.d.ts.map +1 -0
  3062. package/dist/es2017/parsers/manifest/smooth/index.js +19 -0
  3063. package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.d.ts +28 -0
  3064. package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.d.ts.map +1 -0
  3065. package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.js +69 -0
  3066. package/dist/es2017/parsers/manifest/smooth/parse_protection_node.d.ts +31 -0
  3067. package/dist/es2017/parsers/manifest/smooth/parse_protection_node.d.ts.map +1 -0
  3068. package/dist/es2017/parsers/manifest/smooth/parse_protection_node.js +71 -0
  3069. package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts +242 -0
  3070. package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts.map +1 -0
  3071. package/dist/es2017/parsers/manifest/smooth/representation_index.js +420 -0
  3072. package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +120 -0
  3073. package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts.map +1 -0
  3074. package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.js +156 -0
  3075. package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.d.ts +39 -0
  3076. package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.d.ts.map +1 -0
  3077. package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.js +63 -0
  3078. package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.d.ts +21 -0
  3079. package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.d.ts.map +1 -0
  3080. package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.js +30 -0
  3081. package/dist/es2017/parsers/manifest/smooth/utils/reduceChildren.d.ts +25 -0
  3082. package/dist/es2017/parsers/manifest/smooth/utils/reduceChildren.d.ts.map +1 -0
  3083. package/dist/es2017/parsers/manifest/smooth/utils/reduceChildren.js +32 -0
  3084. package/dist/es2017/parsers/manifest/smooth/utils/tokens.d.ts +29 -0
  3085. package/dist/es2017/parsers/manifest/smooth/utils/tokens.d.ts.map +1 -0
  3086. package/dist/es2017/parsers/manifest/smooth/utils/tokens.js +34 -0
  3087. package/dist/es2017/parsers/manifest/types.d.ts +443 -0
  3088. package/dist/es2017/parsers/manifest/types.d.ts.map +1 -0
  3089. package/dist/es2017/parsers/manifest/types.js +16 -0
  3090. package/dist/es2017/parsers/manifest/utils/check_manifest_ids.d.ts +26 -0
  3091. package/dist/es2017/parsers/manifest/utils/check_manifest_ids.d.ts.map +1 -0
  3092. package/dist/es2017/parsers/manifest/utils/check_manifest_ids.js +80 -0
  3093. package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.d.ts +26 -0
  3094. package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.d.ts.map +1 -0
  3095. package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.js +73 -0
  3096. package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +28 -0
  3097. package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.d.ts.map +1 -0
  3098. package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.js +44 -0
  3099. package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +30 -0
  3100. package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.d.ts.map +1 -0
  3101. package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.js +46 -0
  3102. package/dist/es2017/parsers/manifest/utils/get_maximum_positions.d.ts +25 -0
  3103. package/dist/es2017/parsers/manifest/utils/get_maximum_positions.d.ts.map +1 -0
  3104. package/dist/es2017/parsers/manifest/utils/get_maximum_positions.js +66 -0
  3105. package/dist/es2017/parsers/manifest/utils/get_minimum_position.d.ts +22 -0
  3106. package/dist/es2017/parsers/manifest/utils/get_minimum_position.d.ts.map +1 -0
  3107. package/dist/es2017/parsers/manifest/utils/get_minimum_position.js +62 -0
  3108. package/dist/es2017/parsers/manifest/utils/index_helpers.d.ts +89 -0
  3109. package/dist/es2017/parsers/manifest/utils/index_helpers.d.ts.map +1 -0
  3110. package/dist/es2017/parsers/manifest/utils/index_helpers.js +146 -0
  3111. package/dist/es2017/parsers/manifest/utils/update_segment_timeline.d.ts +34 -0
  3112. package/dist/es2017/parsers/manifest/utils/update_segment_timeline.d.ts.map +1 -0
  3113. package/dist/es2017/parsers/manifest/utils/update_segment_timeline.js +129 -0
  3114. package/dist/es2017/parsers/texttracks/index.d.ts +17 -0
  3115. package/dist/es2017/parsers/texttracks/index.d.ts.map +1 -0
  3116. package/dist/es2017/parsers/texttracks/index.js +16 -0
  3117. package/dist/es2017/parsers/texttracks/sami/html.d.ts +32 -0
  3118. package/dist/es2017/parsers/texttracks/sami/html.d.ts.map +1 -0
  3119. package/dist/es2017/parsers/texttracks/sami/html.js +201 -0
  3120. package/dist/es2017/parsers/texttracks/sami/native.d.ts +37 -0
  3121. package/dist/es2017/parsers/texttracks/sami/native.d.ts.map +1 -0
  3122. package/dist/es2017/parsers/texttracks/sami/native.js +165 -0
  3123. package/dist/es2017/parsers/texttracks/srt/find_end_of_cue_block.d.ts +30 -0
  3124. package/dist/es2017/parsers/texttracks/srt/find_end_of_cue_block.d.ts.map +1 -0
  3125. package/dist/es2017/parsers/texttracks/srt/find_end_of_cue_block.js +39 -0
  3126. package/dist/es2017/parsers/texttracks/srt/get_cue_blocks.d.ts +23 -0
  3127. package/dist/es2017/parsers/texttracks/srt/get_cue_blocks.d.ts.map +1 -0
  3128. package/dist/es2017/parsers/texttracks/srt/get_cue_blocks.js +47 -0
  3129. package/dist/es2017/parsers/texttracks/srt/html.d.ts +28 -0
  3130. package/dist/es2017/parsers/texttracks/srt/html.d.ts.map +1 -0
  3131. package/dist/es2017/parsers/texttracks/srt/html.js +167 -0
  3132. package/dist/es2017/parsers/texttracks/srt/native.d.ts +30 -0
  3133. package/dist/es2017/parsers/texttracks/srt/native.d.ts.map +1 -0
  3134. package/dist/es2017/parsers/texttracks/srt/native.js +63 -0
  3135. package/dist/es2017/parsers/texttracks/srt/parse_cue.d.ts +31 -0
  3136. package/dist/es2017/parsers/texttracks/srt/parse_cue.d.ts.map +1 -0
  3137. package/dist/es2017/parsers/texttracks/srt/parse_cue.js +55 -0
  3138. package/dist/es2017/parsers/texttracks/srt/parse_timestamp.d.ts +22 -0
  3139. package/dist/es2017/parsers/texttracks/srt/parse_timestamp.d.ts.map +1 -0
  3140. package/dist/es2017/parsers/texttracks/srt/parse_timestamp.js +33 -0
  3141. package/dist/es2017/parsers/texttracks/ttml/get_parameters.d.ts +33 -0
  3142. package/dist/es2017/parsers/texttracks/ttml/get_parameters.d.ts.map +1 -0
  3143. package/dist/es2017/parsers/texttracks/ttml/get_parameters.js +87 -0
  3144. package/dist/es2017/parsers/texttracks/ttml/get_styling.d.ts +42 -0
  3145. package/dist/es2017/parsers/texttracks/ttml/get_styling.d.ts.map +1 -0
  3146. package/dist/es2017/parsers/texttracks/ttml/get_styling.js +127 -0
  3147. package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.d.ts +27 -0
  3148. package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.d.ts.map +1 -0
  3149. package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.js +40 -0
  3150. package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts +49 -0
  3151. package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts.map +1 -0
  3152. package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +61 -0
  3153. package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.d.ts +22 -0
  3154. package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.d.ts.map +1 -0
  3155. package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.js +57 -0
  3156. package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.d.ts +22 -0
  3157. package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.d.ts.map +1 -0
  3158. package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.js +56 -0
  3159. package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.d.ts +21 -0
  3160. package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.d.ts.map +1 -0
  3161. package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.js +45 -0
  3162. package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.d.ts +21 -0
  3163. package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.d.ts.map +1 -0
  3164. package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.js +56 -0
  3165. package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.d.ts +21 -0
  3166. package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.d.ts.map +1 -0
  3167. package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.js +135 -0
  3168. package/dist/es2017/parsers/texttracks/ttml/html/create_element.d.ts +33 -0
  3169. package/dist/es2017/parsers/texttracks/ttml/html/create_element.d.ts.map +1 -0
  3170. package/dist/es2017/parsers/texttracks/ttml/html/create_element.js +448 -0
  3171. package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts +27 -0
  3172. package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts.map +1 -0
  3173. package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.js +41 -0
  3174. package/dist/es2017/parsers/texttracks/ttml/html/index.d.ts +22 -0
  3175. package/dist/es2017/parsers/texttracks/ttml/html/index.d.ts.map +1 -0
  3176. package/dist/es2017/parsers/texttracks/ttml/html/index.js +21 -0
  3177. package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.d.ts +27 -0
  3178. package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.d.ts.map +1 -0
  3179. package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.js +40 -0
  3180. package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +36 -0
  3181. package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts.map +1 -0
  3182. package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.js +62 -0
  3183. package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts +22 -0
  3184. package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts.map +1 -0
  3185. package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +73 -0
  3186. package/dist/es2017/parsers/texttracks/ttml/native/index.d.ts +22 -0
  3187. package/dist/es2017/parsers/texttracks/ttml/native/index.d.ts.map +1 -0
  3188. package/dist/es2017/parsers/texttracks/ttml/native/index.js +21 -0
  3189. package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.d.ts +25 -0
  3190. package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.d.ts.map +1 -0
  3191. package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.js +197 -0
  3192. package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +24 -0
  3193. package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts.map +1 -0
  3194. package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.js +45 -0
  3195. package/dist/es2017/parsers/texttracks/ttml/parse_ttml.d.ts +44 -0
  3196. package/dist/es2017/parsers/texttracks/ttml/parse_ttml.d.ts.map +1 -0
  3197. package/dist/es2017/parsers/texttracks/ttml/parse_ttml.js +156 -0
  3198. package/dist/es2017/parsers/texttracks/ttml/regexps.d.ts +29 -0
  3199. package/dist/es2017/parsers/texttracks/ttml/regexps.d.ts.map +1 -0
  3200. package/dist/es2017/parsers/texttracks/ttml/regexps.js +35 -0
  3201. package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +50 -0
  3202. package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts.map +1 -0
  3203. package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.js +79 -0
  3204. package/dist/es2017/parsers/texttracks/ttml/time_parsing.d.ts +31 -0
  3205. package/dist/es2017/parsers/texttracks/ttml/time_parsing.d.ts.map +1 -0
  3206. package/dist/es2017/parsers/texttracks/ttml/time_parsing.js +124 -0
  3207. package/dist/es2017/parsers/texttracks/ttml/xml_utils.d.ts +71 -0
  3208. package/dist/es2017/parsers/texttracks/ttml/xml_utils.d.ts.map +1 -0
  3209. package/dist/es2017/parsers/texttracks/ttml/xml_utils.js +150 -0
  3210. package/dist/es2017/parsers/texttracks/types.d.ts +80 -0
  3211. package/dist/es2017/parsers/texttracks/types.d.ts.map +1 -0
  3212. package/dist/es2017/parsers/texttracks/types.js +16 -0
  3213. package/dist/es2017/parsers/texttracks/webvtt/create_default_style_elements.d.ts +3 -0
  3214. package/dist/es2017/parsers/texttracks/webvtt/create_default_style_elements.d.ts.map +1 -0
  3215. package/dist/es2017/parsers/texttracks/webvtt/create_default_style_elements.js +22 -0
  3216. package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.d.ts +25 -0
  3217. package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.d.ts.map +1 -0
  3218. package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.js +44 -0
  3219. package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.d.ts +25 -0
  3220. package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.d.ts.map +1 -0
  3221. package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.js +52 -0
  3222. package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +23 -0
  3223. package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts.map +1 -0
  3224. package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.js +35 -0
  3225. package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.d.ts +22 -0
  3226. package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.d.ts.map +1 -0
  3227. package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.js +166 -0
  3228. package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.d.ts +25 -0
  3229. package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.d.ts.map +1 -0
  3230. package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.js +81 -0
  3231. package/dist/es2017/parsers/texttracks/webvtt/html/index.d.ts +28 -0
  3232. package/dist/es2017/parsers/texttracks/webvtt/html/index.d.ts.map +1 -0
  3233. package/dist/es2017/parsers/texttracks/webvtt/html/index.js +26 -0
  3234. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts +13 -0
  3235. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts.map +1 -0
  3236. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_mp4.js +18 -0
  3237. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts +33 -0
  3238. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts.map +1 -0
  3239. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.js +66 -0
  3240. package/dist/es2017/parsers/texttracks/webvtt/html/to_html.d.ts +50 -0
  3241. package/dist/es2017/parsers/texttracks/webvtt/html/to_html.d.ts.map +1 -0
  3242. package/dist/es2017/parsers/texttracks/webvtt/html/to_html.js +70 -0
  3243. package/dist/es2017/parsers/texttracks/webvtt/native/index.d.ts +23 -0
  3244. package/dist/es2017/parsers/texttracks/webvtt/native/index.d.ts.map +1 -0
  3245. package/dist/es2017/parsers/texttracks/webvtt/native/index.js +22 -0
  3246. package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts +30 -0
  3247. package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts.map +1 -0
  3248. package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.js +69 -0
  3249. package/dist/es2017/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts +13 -0
  3250. package/dist/es2017/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts.map +1 -0
  3251. package/dist/es2017/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.js +20 -0
  3252. package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +24 -0
  3253. package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts.map +1 -0
  3254. package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.js +80 -0
  3255. package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.d.ts +33 -0
  3256. package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.d.ts.map +1 -0
  3257. package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.js +27 -0
  3258. package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.d.ts +40 -0
  3259. package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.d.ts.map +1 -0
  3260. package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.js +100 -0
  3261. package/dist/es2017/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts +22 -0
  3262. package/dist/es2017/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts.map +1 -0
  3263. package/dist/es2017/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.js +129 -0
  3264. package/dist/es2017/parsers/texttracks/webvtt/parse_style_block.d.ts +28 -0
  3265. package/dist/es2017/parsers/texttracks/webvtt/parse_style_block.d.ts.map +1 -0
  3266. package/dist/es2017/parsers/texttracks/webvtt/parse_style_block.js +66 -0
  3267. package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.d.ts +22 -0
  3268. package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.d.ts.map +1 -0
  3269. package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.js +33 -0
  3270. package/dist/es2017/parsers/texttracks/webvtt/utils.d.ts +58 -0
  3271. package/dist/es2017/parsers/texttracks/webvtt/utils.d.ts.map +1 -0
  3272. package/dist/es2017/parsers/texttracks/webvtt/utils.js +114 -0
  3273. package/dist/es2017/playback_observer/core_playback_observer.d.ts +85 -0
  3274. package/dist/es2017/playback_observer/core_playback_observer.d.ts.map +1 -0
  3275. package/dist/es2017/playback_observer/core_playback_observer.js +43 -0
  3276. package/dist/es2017/playback_observer/index.d.ts +7 -0
  3277. package/dist/es2017/playback_observer/index.d.ts.map +1 -0
  3278. package/dist/es2017/playback_observer/index.js +2 -0
  3279. package/dist/es2017/playback_observer/media_element_playback_observer.d.ts +288 -0
  3280. package/dist/es2017/playback_observer/media_element_playback_observer.d.ts.map +1 -0
  3281. package/dist/es2017/playback_observer/media_element_playback_observer.js +835 -0
  3282. package/dist/es2017/playback_observer/types.d.ts +226 -0
  3283. package/dist/es2017/playback_observer/types.d.ts.map +1 -0
  3284. package/dist/es2017/playback_observer/types.js +1 -0
  3285. package/dist/es2017/playback_observer/utils/generate_read_only_observer.d.ts +12 -0
  3286. package/dist/es2017/playback_observer/utils/generate_read_only_observer.d.ts.map +1 -0
  3287. package/dist/es2017/playback_observer/utils/generate_read_only_observer.js +39 -0
  3288. package/dist/es2017/playback_observer/utils/observation_position.d.ts +99 -0
  3289. package/dist/es2017/playback_observer/utils/observation_position.d.ts.map +1 -0
  3290. package/dist/es2017/playback_observer/utils/observation_position.js +95 -0
  3291. package/dist/es2017/public_types.d.ts +1289 -0
  3292. package/dist/es2017/public_types.d.ts.map +1 -0
  3293. package/dist/es2017/public_types.js +5 -0
  3294. package/dist/es2017/tools/TextTrackRenderer/index.d.ts +24 -0
  3295. package/dist/es2017/tools/TextTrackRenderer/index.d.ts.map +1 -0
  3296. package/dist/es2017/tools/TextTrackRenderer/index.js +22 -0
  3297. package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.d.ts +80 -0
  3298. package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.d.ts.map +1 -0
  3299. package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.js +80 -0
  3300. package/dist/es2017/tools/index.d.ts +20 -0
  3301. package/dist/es2017/tools/index.d.ts.map +1 -0
  3302. package/dist/es2017/tools/index.js +20 -0
  3303. package/dist/es2017/tools/parseBIFThumbnails/index.d.ts +30 -0
  3304. package/dist/es2017/tools/parseBIFThumbnails/index.d.ts.map +1 -0
  3305. package/dist/es2017/tools/parseBIFThumbnails/index.js +30 -0
  3306. package/dist/es2017/tools/string_utils/index.d.ts +17 -0
  3307. package/dist/es2017/tools/string_utils/index.d.ts.map +1 -0
  3308. package/dist/es2017/tools/string_utils/index.js +16 -0
  3309. package/dist/es2017/transports/dash/construct_segment_url.d.ts +19 -0
  3310. package/dist/es2017/transports/dash/construct_segment_url.d.ts.map +1 -0
  3311. package/dist/es2017/transports/dash/construct_segment_url.js +25 -0
  3312. package/dist/es2017/transports/dash/get_events_out_of_emsgs.d.ts +29 -0
  3313. package/dist/es2017/transports/dash/get_events_out_of_emsgs.d.ts.map +1 -0
  3314. package/dist/es2017/transports/dash/get_events_out_of_emsgs.js +93 -0
  3315. package/dist/es2017/transports/dash/index.d.ts +22 -0
  3316. package/dist/es2017/transports/dash/index.d.ts.map +1 -0
  3317. package/dist/es2017/transports/dash/index.js +21 -0
  3318. package/dist/es2017/transports/dash/init_segment_loader.d.ts +29 -0
  3319. package/dist/es2017/transports/dash/init_segment_loader.d.ts.map +1 -0
  3320. package/dist/es2017/transports/dash/init_segment_loader.js +104 -0
  3321. package/dist/es2017/transports/dash/integrity_checks.d.ts +18 -0
  3322. package/dist/es2017/transports/dash/integrity_checks.d.ts.map +1 -0
  3323. package/dist/es2017/transports/dash/integrity_checks.js +150 -0
  3324. package/dist/es2017/transports/dash/load_chunked_segment_data.d.ts +40 -0
  3325. package/dist/es2017/transports/dash/load_chunked_segment_data.d.ts.map +1 -0
  3326. package/dist/es2017/transports/dash/load_chunked_segment_data.js +77 -0
  3327. package/dist/es2017/transports/dash/manifest_parser.d.ts +19 -0
  3328. package/dist/es2017/transports/dash/manifest_parser.d.ts.map +1 -0
  3329. package/dist/es2017/transports/dash/manifest_parser.js +295 -0
  3330. package/dist/es2017/transports/dash/pipelines.d.ts +24 -0
  3331. package/dist/es2017/transports/dash/pipelines.d.ts.map +1 -0
  3332. package/dist/es2017/transports/dash/pipelines.js +65 -0
  3333. package/dist/es2017/transports/dash/segment_loader.d.ts +39 -0
  3334. package/dist/es2017/transports/dash/segment_loader.d.ts.map +1 -0
  3335. package/dist/es2017/transports/dash/segment_loader.js +214 -0
  3336. package/dist/es2017/transports/dash/segment_parser.d.ts +24 -0
  3337. package/dist/es2017/transports/dash/segment_parser.d.ts.map +1 -0
  3338. package/dist/es2017/transports/dash/segment_parser.js +156 -0
  3339. package/dist/es2017/transports/dash/text_loader.d.ts +26 -0
  3340. package/dist/es2017/transports/dash/text_loader.d.ts.map +1 -0
  3341. package/dist/es2017/transports/dash/text_loader.js +106 -0
  3342. package/dist/es2017/transports/dash/text_parser.d.ts +26 -0
  3343. package/dist/es2017/transports/dash/text_parser.d.ts.map +1 -0
  3344. package/dist/es2017/transports/dash/text_parser.js +190 -0
  3345. package/dist/es2017/transports/dash/thumbnails.d.ts +21 -0
  3346. package/dist/es2017/transports/dash/thumbnails.d.ts.map +1 -0
  3347. package/dist/es2017/transports/dash/thumbnails.js +72 -0
  3348. package/dist/es2017/transports/index.d.ts +17 -0
  3349. package/dist/es2017/transports/index.d.ts.map +1 -0
  3350. package/dist/es2017/transports/index.js +16 -0
  3351. package/dist/es2017/transports/local/index.d.ts +18 -0
  3352. package/dist/es2017/transports/local/index.d.ts.map +1 -0
  3353. package/dist/es2017/transports/local/index.js +17 -0
  3354. package/dist/es2017/transports/local/pipelines.d.ts +23 -0
  3355. package/dist/es2017/transports/local/pipelines.d.ts.map +1 -0
  3356. package/dist/es2017/transports/local/pipelines.js +76 -0
  3357. package/dist/es2017/transports/local/segment_loader.d.ts +29 -0
  3358. package/dist/es2017/transports/local/segment_loader.d.ts.map +1 -0
  3359. package/dist/es2017/transports/local/segment_loader.js +152 -0
  3360. package/dist/es2017/transports/local/segment_parser.d.ts +21 -0
  3361. package/dist/es2017/transports/local/segment_parser.d.ts.map +1 -0
  3362. package/dist/es2017/transports/local/segment_parser.js +87 -0
  3363. package/dist/es2017/transports/local/text_parser.d.ts +28 -0
  3364. package/dist/es2017/transports/local/text_parser.d.ts.map +1 -0
  3365. package/dist/es2017/transports/local/text_parser.js +162 -0
  3366. package/dist/es2017/transports/metaplaylist/index.d.ts +22 -0
  3367. package/dist/es2017/transports/metaplaylist/index.d.ts.map +1 -0
  3368. package/dist/es2017/transports/metaplaylist/index.js +21 -0
  3369. package/dist/es2017/transports/metaplaylist/manifest_loader.d.ts +27 -0
  3370. package/dist/es2017/transports/metaplaylist/manifest_loader.d.ts.map +1 -0
  3371. package/dist/es2017/transports/metaplaylist/manifest_loader.js +53 -0
  3372. package/dist/es2017/transports/metaplaylist/pipelines.d.ts +18 -0
  3373. package/dist/es2017/transports/metaplaylist/pipelines.d.ts.map +1 -0
  3374. package/dist/es2017/transports/metaplaylist/pipelines.js +250 -0
  3375. package/dist/es2017/transports/smooth/extract_timings_infos.d.ts +63 -0
  3376. package/dist/es2017/transports/smooth/extract_timings_infos.d.ts.map +1 -0
  3377. package/dist/es2017/transports/smooth/extract_timings_infos.js +79 -0
  3378. package/dist/es2017/transports/smooth/index.d.ts +22 -0
  3379. package/dist/es2017/transports/smooth/index.d.ts.map +1 -0
  3380. package/dist/es2017/transports/smooth/index.js +21 -0
  3381. package/dist/es2017/transports/smooth/is_mp4_embedded_track.d.ts +23 -0
  3382. package/dist/es2017/transports/smooth/is_mp4_embedded_track.d.ts.map +1 -0
  3383. package/dist/es2017/transports/smooth/is_mp4_embedded_track.js +24 -0
  3384. package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.d.ts +29 -0
  3385. package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.d.ts.map +1 -0
  3386. package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.js +51 -0
  3387. package/dist/es2017/transports/smooth/isobmff/create_boxes.d.ts +172 -0
  3388. package/dist/es2017/transports/smooth/isobmff/create_boxes.d.ts.map +1 -0
  3389. package/dist/es2017/transports/smooth/isobmff/create_boxes.js +319 -0
  3390. package/dist/es2017/transports/smooth/isobmff/create_init_segment.d.ts +32 -0
  3391. package/dist/es2017/transports/smooth/isobmff/create_init_segment.d.ts.map +1 -0
  3392. package/dist/es2017/transports/smooth/isobmff/create_init_segment.js +63 -0
  3393. package/dist/es2017/transports/smooth/isobmff/create_traf_box.d.ts +17 -0
  3394. package/dist/es2017/transports/smooth/isobmff/create_traf_box.d.ts.map +1 -0
  3395. package/dist/es2017/transports/smooth/isobmff/create_traf_box.js +24 -0
  3396. package/dist/es2017/transports/smooth/isobmff/create_video_init_segment.d.ts +30 -0
  3397. package/dist/es2017/transports/smooth/isobmff/create_video_init_segment.d.ts.map +1 -0
  3398. package/dist/es2017/transports/smooth/isobmff/create_video_init_segment.js +57 -0
  3399. package/dist/es2017/transports/smooth/isobmff/get_aaces_header.d.ts +28 -0
  3400. package/dist/es2017/transports/smooth/isobmff/get_aaces_header.d.ts.map +1 -0
  3401. package/dist/es2017/transports/smooth/isobmff/get_aaces_header.js +43 -0
  3402. package/dist/es2017/transports/smooth/isobmff/index.d.ts +24 -0
  3403. package/dist/es2017/transports/smooth/isobmff/index.d.ts.map +1 -0
  3404. package/dist/es2017/transports/smooth/isobmff/index.js +21 -0
  3405. package/dist/es2017/transports/smooth/isobmff/parse_tfrf.d.ts +25 -0
  3406. package/dist/es2017/transports/smooth/isobmff/parse_tfrf.d.ts.map +1 -0
  3407. package/dist/es2017/transports/smooth/isobmff/parse_tfrf.js +47 -0
  3408. package/dist/es2017/transports/smooth/isobmff/parse_tfxd.d.ts +25 -0
  3409. package/dist/es2017/transports/smooth/isobmff/parse_tfxd.d.ts.map +1 -0
  3410. package/dist/es2017/transports/smooth/isobmff/parse_tfxd.js +31 -0
  3411. package/dist/es2017/transports/smooth/isobmff/patch_segment.d.ts +24 -0
  3412. package/dist/es2017/transports/smooth/isobmff/patch_segment.d.ts.map +1 -0
  3413. package/dist/es2017/transports/smooth/isobmff/patch_segment.js +128 -0
  3414. package/dist/es2017/transports/smooth/pipelines.d.ts +18 -0
  3415. package/dist/es2017/transports/smooth/pipelines.d.ts.map +1 -0
  3416. package/dist/es2017/transports/smooth/pipelines.js +358 -0
  3417. package/dist/es2017/transports/smooth/segment_loader.d.ts +28 -0
  3418. package/dist/es2017/transports/smooth/segment_loader.d.ts.map +1 -0
  3419. package/dist/es2017/transports/smooth/segment_loader.js +238 -0
  3420. package/dist/es2017/transports/smooth/utils.d.ts +27 -0
  3421. package/dist/es2017/transports/smooth/utils.d.ts.map +1 -0
  3422. package/dist/es2017/transports/smooth/utils.js +36 -0
  3423. package/dist/es2017/transports/types.d.ts +772 -0
  3424. package/dist/es2017/transports/types.d.ts.map +1 -0
  3425. package/dist/es2017/transports/types.js +16 -0
  3426. package/dist/es2017/transports/utils/add_query_string.d.ts +13 -0
  3427. package/dist/es2017/transports/utils/add_query_string.d.ts.map +1 -0
  3428. package/dist/es2017/transports/utils/add_query_string.js +51 -0
  3429. package/dist/es2017/transports/utils/byte_range.d.ts +22 -0
  3430. package/dist/es2017/transports/utils/byte_range.d.ts.map +1 -0
  3431. package/dist/es2017/transports/utils/byte_range.js +23 -0
  3432. package/dist/es2017/transports/utils/call_custom_manifest_loader.d.ts +20 -0
  3433. package/dist/es2017/transports/utils/call_custom_manifest_loader.d.ts.map +1 -0
  3434. package/dist/es2017/transports/utils/call_custom_manifest_loader.js +96 -0
  3435. package/dist/es2017/transports/utils/check_isobmff_integrity.d.ts +24 -0
  3436. package/dist/es2017/transports/utils/check_isobmff_integrity.d.ts.map +1 -0
  3437. package/dist/es2017/transports/utils/check_isobmff_integrity.js +46 -0
  3438. package/dist/es2017/transports/utils/generate_manifest_loader.d.ts +27 -0
  3439. package/dist/es2017/transports/utils/generate_manifest_loader.d.ts.map +1 -0
  3440. package/dist/es2017/transports/utils/generate_manifest_loader.js +85 -0
  3441. package/dist/es2017/transports/utils/get_isobmff_timing_infos.d.ts +30 -0
  3442. package/dist/es2017/transports/utils/get_isobmff_timing_infos.d.ts.map +1 -0
  3443. package/dist/es2017/transports/utils/get_isobmff_timing_infos.js +67 -0
  3444. package/dist/es2017/transports/utils/infer_segment_container.d.ts +30 -0
  3445. package/dist/es2017/transports/utils/infer_segment_container.d.ts.map +1 -0
  3446. package/dist/es2017/transports/utils/infer_segment_container.js +42 -0
  3447. package/dist/es2017/transports/utils/parse_text_track.d.ts +53 -0
  3448. package/dist/es2017/transports/utils/parse_text_track.d.ts.map +1 -0
  3449. package/dist/es2017/transports/utils/parse_text_track.js +154 -0
  3450. package/dist/es2017/utils/are_arrays_of_numbers_equal.d.ts +23 -0
  3451. package/dist/es2017/utils/are_arrays_of_numbers_equal.d.ts.map +1 -0
  3452. package/dist/es2017/utils/are_arrays_of_numbers_equal.js +35 -0
  3453. package/dist/es2017/utils/are_codecs_compatible.d.ts +30 -0
  3454. package/dist/es2017/utils/are_codecs_compatible.d.ts.map +1 -0
  3455. package/dist/es2017/utils/are_codecs_compatible.js +57 -0
  3456. package/dist/es2017/utils/array_find.d.ts +24 -0
  3457. package/dist/es2017/utils/array_find.d.ts.map +1 -0
  3458. package/dist/es2017/utils/array_find.js +37 -0
  3459. package/dist/es2017/utils/array_find_index.d.ts +24 -0
  3460. package/dist/es2017/utils/array_find_index.d.ts.map +1 -0
  3461. package/dist/es2017/utils/array_find_index.js +36 -0
  3462. package/dist/es2017/utils/array_includes.d.ts +54 -0
  3463. package/dist/es2017/utils/array_includes.d.ts.map +1 -0
  3464. package/dist/es2017/utils/array_includes.js +75 -0
  3465. package/dist/es2017/utils/assert.d.ts +75 -0
  3466. package/dist/es2017/utils/assert.d.ts.map +1 -0
  3467. package/dist/es2017/utils/assert.js +91 -0
  3468. package/dist/es2017/utils/base64.d.ts +15 -0
  3469. package/dist/es2017/utils/base64.d.ts.map +1 -0
  3470. package/dist/es2017/utils/base64.js +208 -0
  3471. package/dist/es2017/utils/buffer_source_to_uint8.d.ts +8 -0
  3472. package/dist/es2017/utils/buffer_source_to_uint8.d.ts.map +1 -0
  3473. package/dist/es2017/utils/buffer_source_to_uint8.js +15 -0
  3474. package/dist/es2017/utils/byte_parsing.d.ts +132 -0
  3475. package/dist/es2017/utils/byte_parsing.d.ts.map +1 -0
  3476. package/dist/es2017/utils/byte_parsing.js +252 -0
  3477. package/dist/es2017/utils/cancellable_sleep.d.ts +31 -0
  3478. package/dist/es2017/utils/cancellable_sleep.d.ts.map +1 -0
  3479. package/dist/es2017/utils/cancellable_sleep.js +35 -0
  3480. package/dist/es2017/utils/create_cancellable_promise.d.ts +27 -0
  3481. package/dist/es2017/utils/create_cancellable_promise.d.ts.map +1 -0
  3482. package/dist/es2017/utils/create_cancellable_promise.js +52 -0
  3483. package/dist/es2017/utils/create_uuid.d.ts +9 -0
  3484. package/dist/es2017/utils/create_uuid.d.ts.map +1 -0
  3485. package/dist/es2017/utils/create_uuid.js +29 -0
  3486. package/dist/es2017/utils/deep_merge.d.ts +10 -0
  3487. package/dist/es2017/utils/deep_merge.d.ts.map +1 -0
  3488. package/dist/es2017/utils/deep_merge.js +40 -0
  3489. package/dist/es2017/utils/event_emitter.d.ts +59 -0
  3490. package/dist/es2017/utils/event_emitter.d.ts.map +1 -0
  3491. package/dist/es2017/utils/event_emitter.js +120 -0
  3492. package/dist/es2017/utils/flat_map.d.ts +23 -0
  3493. package/dist/es2017/utils/flat_map.d.ts.map +1 -0
  3494. package/dist/es2017/utils/flat_map.js +35 -0
  3495. package/dist/es2017/utils/get_fuzzed_delay.d.ts +22 -0
  3496. package/dist/es2017/utils/get_fuzzed_delay.d.ts.map +1 -0
  3497. package/dist/es2017/utils/get_fuzzed_delay.js +25 -0
  3498. package/dist/es2017/utils/global_scope.d.ts +10 -0
  3499. package/dist/es2017/utils/global_scope.d.ts.map +1 -0
  3500. package/dist/es2017/utils/global_scope.js +20 -0
  3501. package/dist/es2017/utils/hash_buffer.d.ts +33 -0
  3502. package/dist/es2017/utils/hash_buffer.d.ts.map +1 -0
  3503. package/dist/es2017/utils/hash_buffer.js +41 -0
  3504. package/dist/es2017/utils/id_generator.d.ts +22 -0
  3505. package/dist/es2017/utils/id_generator.d.ts.map +1 -0
  3506. package/dist/es2017/utils/id_generator.js +32 -0
  3507. package/dist/es2017/utils/is_node.d.ts +19 -0
  3508. package/dist/es2017/utils/is_node.d.ts.map +1 -0
  3509. package/dist/es2017/utils/is_node.js +19 -0
  3510. package/dist/es2017/utils/is_non_empty_string.d.ts +21 -0
  3511. package/dist/es2017/utils/is_non_empty_string.d.ts.map +1 -0
  3512. package/dist/es2017/utils/is_non_empty_string.js +22 -0
  3513. package/dist/es2017/utils/is_null_or_undefined.d.ts +25 -0
  3514. package/dist/es2017/utils/is_null_or_undefined.d.ts.map +1 -0
  3515. package/dist/es2017/utils/is_null_or_undefined.js +26 -0
  3516. package/dist/es2017/utils/is_worker.d.ts +6 -0
  3517. package/dist/es2017/utils/is_worker.d.ts.map +1 -0
  3518. package/dist/es2017/utils/is_worker.js +5 -0
  3519. package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.d.ts +23 -0
  3520. package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.d.ts.map +1 -0
  3521. package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.js +205 -0
  3522. package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.d.ts +23 -0
  3523. package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.d.ts.map +1 -0
  3524. package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.js +41 -0
  3525. package/dist/es2017/utils/languages/index.d.ts +21 -0
  3526. package/dist/es2017/utils/languages/index.d.ts.map +1 -0
  3527. package/dist/es2017/utils/languages/index.js +18 -0
  3528. package/dist/es2017/utils/languages/normalize.d.ts +70 -0
  3529. package/dist/es2017/utils/languages/normalize.d.ts.map +1 -0
  3530. package/dist/es2017/utils/languages/normalize.js +122 -0
  3531. package/dist/es2017/utils/logger.d.ts +157 -0
  3532. package/dist/es2017/utils/logger.d.ts.map +1 -0
  3533. package/dist/es2017/utils/logger.js +166 -0
  3534. package/dist/es2017/utils/monotonic_timestamp.d.ts +23 -0
  3535. package/dist/es2017/utils/monotonic_timestamp.d.ts.map +1 -0
  3536. package/dist/es2017/utils/monotonic_timestamp.js +36 -0
  3537. package/dist/es2017/utils/noop.d.ts +24 -0
  3538. package/dist/es2017/utils/noop.d.ts.map +1 -0
  3539. package/dist/es2017/utils/noop.js +24 -0
  3540. package/dist/es2017/utils/object_assign.d.ts +47 -0
  3541. package/dist/es2017/utils/object_assign.d.ts.map +1 -0
  3542. package/dist/es2017/utils/object_assign.js +47 -0
  3543. package/dist/es2017/utils/object_values.d.ts +31 -0
  3544. package/dist/es2017/utils/object_values.d.ts.map +1 -0
  3545. package/dist/es2017/utils/object_values.js +25 -0
  3546. package/dist/es2017/utils/queue_microtask.d.ts +3 -0
  3547. package/dist/es2017/utils/queue_microtask.d.ts.map +1 -0
  3548. package/dist/es2017/utils/queue_microtask.js +5 -0
  3549. package/dist/es2017/utils/ranges.d.ts +214 -0
  3550. package/dist/es2017/utils/ranges.d.ts.map +1 -0
  3551. package/dist/es2017/utils/ranges.js +495 -0
  3552. package/dist/es2017/utils/reference.d.ts +215 -0
  3553. package/dist/es2017/utils/reference.d.ts.map +1 -0
  3554. package/dist/es2017/utils/reference.js +282 -0
  3555. package/dist/es2017/utils/request/fetch.d.ts +81 -0
  3556. package/dist/es2017/utils/request/fetch.d.ts.map +1 -0
  3557. package/dist/es2017/utils/request/fetch.js +206 -0
  3558. package/dist/es2017/utils/request/index.d.ts +25 -0
  3559. package/dist/es2017/utils/request/index.d.ts.map +1 -0
  3560. package/dist/es2017/utils/request/index.js +20 -0
  3561. package/dist/es2017/utils/request/request_error.d.ts +47 -0
  3562. package/dist/es2017/utils/request/request_error.d.ts.map +1 -0
  3563. package/dist/es2017/utils/request/request_error.js +66 -0
  3564. package/dist/es2017/utils/request/xhr.d.ts +100 -0
  3565. package/dist/es2017/utils/request/xhr.d.ts.map +1 -0
  3566. package/dist/es2017/utils/request/xhr.js +202 -0
  3567. package/dist/es2017/utils/retry_promise_with_backoff.d.ts +55 -0
  3568. package/dist/es2017/utils/retry_promise_with_backoff.d.ts.map +1 -0
  3569. package/dist/es2017/utils/retry_promise_with_backoff.js +81 -0
  3570. package/dist/es2017/utils/sleep.d.ts +11 -0
  3571. package/dist/es2017/utils/sleep.d.ts.map +1 -0
  3572. package/dist/es2017/utils/sleep.js +14 -0
  3573. package/dist/es2017/utils/slice_uint8array.d.ts +28 -0
  3574. package/dist/es2017/utils/slice_uint8array.d.ts.map +1 -0
  3575. package/dist/es2017/utils/slice_uint8array.js +42 -0
  3576. package/dist/es2017/utils/sorted_list.d.ts +128 -0
  3577. package/dist/es2017/utils/sorted_list.d.ts.map +1 -0
  3578. package/dist/es2017/utils/sorted_list.js +177 -0
  3579. package/dist/es2017/utils/starts_with.d.ts +27 -0
  3580. package/dist/es2017/utils/starts_with.d.ts.map +1 -0
  3581. package/dist/es2017/utils/starts_with.js +35 -0
  3582. package/dist/es2017/utils/string_parsing.d.ts +89 -0
  3583. package/dist/es2017/utils/string_parsing.d.ts.map +1 -0
  3584. package/dist/es2017/utils/string_parsing.js +370 -0
  3585. package/dist/es2017/utils/sync_or_async.d.ts +71 -0
  3586. package/dist/es2017/utils/sync_or_async.d.ts.map +1 -0
  3587. package/dist/es2017/utils/sync_or_async.js +51 -0
  3588. package/dist/es2017/utils/task_canceller.d.ts +290 -0
  3589. package/dist/es2017/utils/task_canceller.d.ts.map +1 -0
  3590. package/dist/es2017/utils/task_canceller.js +329 -0
  3591. package/dist/es2017/utils/url-utils.d.ts +50 -0
  3592. package/dist/es2017/utils/url-utils.d.ts.map +1 -0
  3593. package/dist/es2017/utils/url-utils.js +323 -0
  3594. package/dist/es2017/utils/warn_once.d.ts +24 -0
  3595. package/dist/es2017/utils/warn_once.d.ts.map +1 -0
  3596. package/dist/es2017/utils/warn_once.js +31 -0
  3597. package/dist/es2017/utils/weak_map_memory.d.ts +71 -0
  3598. package/dist/es2017/utils/weak_map_memory.d.ts.map +1 -0
  3599. package/dist/es2017/utils/weak_map_memory.js +83 -0
  3600. package/dist/es2017/utils/wrapInPromise.d.ts +8 -0
  3601. package/dist/es2017/utils/wrapInPromise.d.ts.map +1 -0
  3602. package/dist/es2017/utils/wrapInPromise.js +22 -0
  3603. package/dist/es2017/utils/xml-parser.d.ts +71 -0
  3604. package/dist/es2017/utils/xml-parser.d.ts.map +1 -0
  3605. package/dist/es2017/utils/xml-parser.js +324 -0
  3606. package/dist/es2017/worker_entry_point.d.ts +2 -0
  3607. package/dist/es2017/worker_entry_point.d.ts.map +1 -0
  3608. package/dist/es2017/worker_entry_point.js +8 -0
  3609. package/dist/mpd-parser.wasm +0 -0
  3610. package/dist/worker.js +9 -0
  3611. package/package.json +1 -1
  3612. package/src/__GENERATED_CODE/embedded_dash_wasm.ts +3 -0
  3613. package/src/__GENERATED_CODE/embedded_worker.ts +3 -0
  3614. package/src/__GENERATED_CODE/index.ts +2 -0
  3615. package/src/main_thread/api/public_api.ts +2 -2
@@ -0,0 +1,1289 @@
1
+ /**
2
+ * This file defines and exports types we want to expose to library users.
3
+ * Those types are considered as part of the API.
4
+ */
5
+ import type { IPreferredEmeApiType } from "./compat/eme";
6
+ import type { EncryptedMediaError, MediaError, NetworkError, OtherError } from "./errors";
7
+ import type { IPersistentSessionInfoV0, IPersistentSessionInfoV1, IPersistentSessionInfoV2, IPersistentSessionInfoV3, IPersistentSessionInfoV4 } from "./main_thread/decrypt";
8
+ import type { IManifest, ITaggedTrack } from "./manifest";
9
+ import type { ILocalManifest } from "./parsers/manifest/local";
10
+ import type { IMetaPlaylist } from "./parsers/manifest/metaplaylist/metaplaylist_parser";
11
+ export type { ITaggedTrack as IMediaErrorTrackContext };
12
+ export type { IPreferredEmeApiType };
13
+ /** `mode` option for the `loadVideo` method */
14
+ export type IRxPlayerMode = "auto" | "main" | "multithread";
15
+ /** Argument of the `attachWorker` method. */
16
+ export interface IWorkerSettings {
17
+ workerUrl: string | Worker | Blob;
18
+ dashWasmUrl?: string | ArrayBuffer | undefined;
19
+ }
20
+ /** Object that defines Common Media Client Data (CMCD) options. */
21
+ export interface ICmcdOptions {
22
+ /**
23
+ * Content ID delivered by CMCD metadata for that content.
24
+ * If not specified, a default one will be generated.
25
+ */
26
+ contentId?: string;
27
+ /**
28
+ * Session ID delivered by CMCD metadata.
29
+ * If not specified, a default one will be generated.
30
+ */
31
+ sessionId?: string;
32
+ /**
33
+ * Allow to force the way in which the CMCD payload should be communicated.
34
+ *
35
+ * If not set, the most appropriate type will be relied on.
36
+ */
37
+ communicationType?: "headers" | "query";
38
+ }
39
+ /** Every options that can be given to the RxPlayer's constructor. */
40
+ export interface IConstructorOptions {
41
+ maxBufferAhead?: number;
42
+ maxBufferBehind?: number;
43
+ wantedBufferAhead?: number;
44
+ maxVideoBufferSize?: number;
45
+ videoResolutionLimit?: "videoElement" | "screen" | "none";
46
+ throttleVideoBitrateWhenHidden?: boolean;
47
+ videoElement?: HTMLMediaElement;
48
+ baseBandwidth?: number;
49
+ }
50
+ /** Every options that can be given to the RxPlayer's `loadVideo` method. */
51
+ export interface ILoadVideoOptions {
52
+ /**
53
+ * Streaming protocol used (e.g. "dash" or "smooth").
54
+ *
55
+ * It is a mandatory property.
56
+ */
57
+ transport: string;
58
+ /** Main URL to the content (Manifest or video file for directfile contents. */
59
+ url?: string;
60
+ /** If `true` the Content will automatically play once loaded. */
61
+ autoPlay?: boolean;
62
+ /**
63
+ * Decryption-related options.
64
+ * Can be left to undefined if no decryption is wanted.
65
+ */
66
+ keySystems?: IKeySystemOption[];
67
+ /**
68
+ * If set to `true`, and if the content is compatible, it will be played in a
69
+ * special mode where the latency is greatly reduced.
70
+ *
71
+ * Should only be set for known to be compatible contents.
72
+ */
73
+ lowLatencyMode?: boolean;
74
+ requestConfig?: IRequestConfig;
75
+ /** Indicate the position the RxPlayer should start at on the loaded content. */
76
+ startAt?: IStartAtOption;
77
+ /**
78
+ * The "mode" in which the text tracks will be displayed.
79
+ *
80
+ * The default `"native"` mode will use HTMLMediaElement's `track`elements and
81
+ * poor stylization capabilities.
82
+ *
83
+ * The `"html"` mode use the `textTrackElement` option to display subtitles
84
+ * with rich stylization capabilities inside that `HTMLElement`.
85
+ */
86
+ textTrackMode?: "native" | "html";
87
+ /**
88
+ * The HTMLElement in which text track will be pushed in a `"html"`
89
+ * `textTrackMode`.
90
+ *
91
+ * Mandatory if `textTrackMode` is set to `"html"`.
92
+ *
93
+ * Has no effect when `textTrackMode` is not set or set to `"native"`.
94
+ */
95
+ textTrackElement?: HTMLElement;
96
+ /**
97
+ * `true` by default.
98
+ *
99
+ * If set to `false`, the RxPlayer won't use the "fast-switching" optimization
100
+ * that allows to see raise in qualities quicker.
101
+ *
102
+ * You might want to set to `false` when the current device does not support
103
+ * segment replacement well.
104
+ */
105
+ enableFastSwitching?: boolean;
106
+ /** Default behavior when switching to a different audio track. */
107
+ defaultAudioTrackSwitchingMode?: IAudioTrackSwitchingMode;
108
+ /**
109
+ * Behavior when a audio or video codec just switched to another
110
+ * non-compatible one.
111
+ *
112
+ * This value might depend on the device's capabilities.
113
+ */
114
+ onCodecSwitch?: "continue" | "reload";
115
+ /**
116
+ * Specifies the behavior when all audio tracks are not playable.
117
+ *
118
+ * - If set to `"continue"`, the player will proceed to play the content without audio.
119
+ * - If set to `"error"`, an error will be thrown to indicate that the audio tracks could not be played.
120
+ *
121
+ * Note: If neither the audio nor the video tracks are playable, an error will be thrown regardless of this setting.
122
+ */
123
+ onAudioTracksNotPlayable?: "continue" | "error";
124
+ /**
125
+ * Specifies the behavior when all video tracks are not playable.
126
+ *
127
+ * - If set to `"continue"`, the player will proceed to play the content without video.
128
+ * - If set to `"error"`, an error will be thrown to indicate that the video tracks could not be played.
129
+ *
130
+ * Note: If neither the audio nor the video tracks are playable, an error will be thrown regardless of this setting.
131
+ */
132
+ onVideoTracksNotPlayable?: "continue" | "error";
133
+ /**
134
+ * Whether we should check that an obtain segment is truncated and retry the
135
+ * request if that's the case.
136
+ */
137
+ checkMediaSegmentIntegrity?: boolean;
138
+ /**
139
+ * Whether we should check that an obtained Manifest is truncated and retry
140
+ * the request if that's the case.
141
+ */
142
+ checkManifestIntegrity?: boolean | undefined;
143
+ /** Manifest object that may be used initially. */
144
+ initialManifest?: IInitialManifest;
145
+ /** Custom implementation for performing Manifest requests. */
146
+ manifestLoader?: IManifestLoader | {
147
+ fn?: IManifestLoader | undefined;
148
+ workerId?: string | undefined;
149
+ } | undefined;
150
+ /** Minimum bound for Manifest updates, in milliseconds. */
151
+ minimumManifestUpdateInterval?: number;
152
+ /** Custom implementation for performing segment requests. */
153
+ segmentLoader?: ISegmentLoader | {
154
+ fn?: ISegmentLoader | undefined;
155
+ workerId?: string | undefined;
156
+ } | undefined;
157
+ /** Custom logic to filter out unwanted qualities. */
158
+ representationFilter?: IRepresentationFilter | string | {
159
+ fn?: IRepresentationFilter | undefined;
160
+ eval?: string | undefined;
161
+ workerId?: string | undefined;
162
+ } | undefined;
163
+ /** Base time for the segments in case it is not found in the Manifest. */
164
+ referenceDateTime?: number;
165
+ /** Allows to synchronize the server's time with the client's. */
166
+ serverSyncInfos?: IServerSyncInfos;
167
+ /**
168
+ * Allows to force the RxPlayer to run in a specific "mode" (e.g.
169
+ * in "multithread" mode) for that content.
170
+ */
171
+ mode?: IRxPlayerMode | undefined;
172
+ /**
173
+ * When set to an object, enable "Common Media Client Data", or "CMCD".
174
+ */
175
+ cmcd?: ICmcdOptions | undefined;
176
+ /**
177
+ * Options which may be removed or updated at any RxPlayer release.
178
+ *
179
+ * Most of those are options which we temporarily test before making
180
+ * them part of the RxPlayer API.
181
+ */
182
+ experimentalOptions?: {
183
+ /**
184
+ * If `true`, the RxPlayer can enable its "Representation avoidance"
185
+ * mechanism, where it avoid loading Representation that it suspect
186
+ * have issues being decoded on the current device.
187
+ */
188
+ enableRepresentationAvoidance: boolean | undefined;
189
+ } | undefined;
190
+ }
191
+ /** Value of the `serverSyncInfos` transport option. */
192
+ export interface IServerSyncInfos {
193
+ /** The server timestamp at a given time. */
194
+ serverTimestamp: number;
195
+ /** The client's monotonic clock at which `serverTimestamp` was valid. */
196
+ clientTime: number;
197
+ }
198
+ /** Format of a loaded Manifest before parsing. */
199
+ export type IInitialManifest = Document | string | ArrayBuffer | IMetaPlaylist | ILocalManifest | IManifest;
200
+ /** Type for the `representationFilter` API. */
201
+ export type IRepresentationFilter = (representation: IRepresentationFilterRepresentation, context: IRepresentationContext) => boolean;
202
+ /** Representation object given to the `representationFilter` API. */
203
+ export interface IRepresentationFilterRepresentation {
204
+ /** String identifying the Representation, unique per Adaptation. */
205
+ id: string;
206
+ bitrate?: number | undefined;
207
+ /**
208
+ * Codec(s) relied on by the media segments of that Representation.
209
+ *
210
+ * For the great majority of cases, this value will be set to either
211
+ * `undefined` (meaning the codec is unknown) or to an array with a
212
+ * single element which will be the actual codec relied on when the
213
+ * corresponding Representation will be played.
214
+ *
215
+ * However in some very rare scenarios, this value might be set to an array
216
+ * with multiple codecs, itself being a list of its candidate codecs from the
217
+ * most wanted to the most compatible.
218
+ * The conditions for this more complex format are very specific:
219
+ *
220
+ * - It can only happen if the `representationFilter` callback is called in
221
+ * an environment where it hasn't yet been possible for the RxPlayer to
222
+ * check for codec support (mainly when running through the RxPlayer's
223
+ * `MULTI_THREAD` feature in a browser without MSE-in-worker
224
+ * capabilities).
225
+ *
226
+ * - The corresponding Representation is compatible to a restrictive codec
227
+ * yet also retro-compatible to a less restrictive one.
228
+ *
229
+ * The main example being Dolby Vision Representations which are
230
+ * retro-compatible to HDR10 HEVC codecs.
231
+ * In that very specific case, we could have an array with two elements:
232
+ * 1. The Dolby Vision codec
233
+ * 2. The base HDR10 codec
234
+ */
235
+ codecs?: string[] | undefined;
236
+ /**
237
+ * This property makes the most sense for video Representations.
238
+ * It defines the height of the video, in pixels.
239
+ */
240
+ height?: number | undefined;
241
+ /**
242
+ * This property makes the most sense for video Representations.
243
+ * It defines the height of the video, in pixels.
244
+ */
245
+ width?: number | undefined;
246
+ /** The frame rate for this Representation, in frame per seconds. */
247
+ frameRate?: number | undefined;
248
+ /** If the track is HDR, gives the HDR characteristics of the content */
249
+ hdrInfo?: IHDRInformation | undefined;
250
+ /**
251
+ * Encryption information linked to this content.
252
+ * If set to an Object, the Representation is known to be encrypted.
253
+ * If unset or set to `undefined` the Representation is either unencrypted or
254
+ * we don't know if it is.
255
+ */
256
+ contentProtections?: {
257
+ /** Known key ids linked to that Representation. */
258
+ keyIds?: Uint8Array[] | undefined;
259
+ } | undefined;
260
+ }
261
+ export interface IHDRInformation {
262
+ /**
263
+ * It is the bit depth used for encoding color for a pixel.
264
+ *
265
+ * It is used to ask to the user agent if the color depth is supported by the
266
+ * output device.
267
+ */
268
+ colorDepth?: number | undefined;
269
+ /**
270
+ * It is the HDR eotf. It is the transfer function having the video signal as
271
+ * input and converting it into the linear light output of the display. The
272
+ * conversion is done within the display device.
273
+ *
274
+ * It may be used here to ask the MediaSource if it supported.
275
+ */
276
+ eotf?: string | undefined;
277
+ /**
278
+ * It is the video color space used for encoding. An HDR content may not have
279
+ * a wide color gamut.
280
+ *
281
+ * It may be used to ask about output device color space support.
282
+ */
283
+ colorSpace?: string | undefined;
284
+ }
285
+ /** Possible values for the `startAt` option of the `loadVideo` method. */
286
+ export type IStartAtOption = {
287
+ /** If set, we should begin at this position, in seconds. */
288
+ position: number;
289
+ } | {
290
+ /** If set, we should begin at this unix timestamp, in seconds. */
291
+ wallClockTime: Date | number;
292
+ } | {
293
+ /**
294
+ * If set, we should begin at this position relative to the whole duration of
295
+ * the content, in percentage.
296
+ */
297
+ percentage: number;
298
+ } | {
299
+ /**
300
+ * If set, we should begin at this position relative to the content's maximum
301
+ * seekable position, in seconds.
302
+ */
303
+ fromLastPosition: number;
304
+ } | {
305
+ /**
306
+ * If set, we should begin at this position relative to the content's live
307
+ * edge if it makes sense, in seconds.
308
+ *
309
+ * If the live edge is unknown or if it does not make sense for the current
310
+ * content, that position is relative to the content's maximum position
311
+ * instead.
312
+ */
313
+ fromLivePosition: number;
314
+ } | {
315
+ /**
316
+ * If set, we should begin at this position relative to the content's start,
317
+ * in seconds.
318
+ */
319
+ fromFirstPosition: number;
320
+ };
321
+ export interface RequestRetryParameters {
322
+ /**
323
+ * The amount of time maximum we should retry a request before failing on Error.
324
+ * Set to `Infinity` for an infinite number of requests.
325
+ */
326
+ maxRetry?: number | undefined;
327
+ /**
328
+ * Amount of time, in milliseconds, after which a request should be
329
+ * aborted and optionally retried, depending on the maxRetry configuration.
330
+ *
331
+ * Setting it to `-1` allows to disable any timeout.
332
+ * `undefined` means that a default, large, timeout will be used instead.
333
+ */
334
+ timeout?: number | undefined;
335
+ /**
336
+ * Amount of time, in milliseconds, after which a request that hasn't receive
337
+ * the headers and status code should be aborted and optionnaly retried,
338
+ * depending on the maxRetry configuration.
339
+ */
340
+ connectionTimeout?: number | undefined;
341
+ }
342
+ /** Value for the `requestConfig` option of the `loadVideo` method. */
343
+ export interface IRequestConfig {
344
+ /**
345
+ * Defines the retry parameters when requesting manifest
346
+ */
347
+ manifest?: RequestRetryParameters | undefined;
348
+ /**
349
+ * Defines the retry parameters when requesting a segment
350
+ */
351
+ segment?: RequestRetryParameters | undefined;
352
+ }
353
+ export type ISegmentLoader = (
354
+ /** Information on the segment to request */
355
+ context: ISegmentLoaderContext, callbacks: {
356
+ resolve: (rArgs: {
357
+ data: ArrayBuffer | Uint8Array;
358
+ sendingTime?: number | undefined;
359
+ receivingTime?: number | undefined;
360
+ size?: number | undefined;
361
+ duration?: number | undefined;
362
+ }) => void;
363
+ reject: (err?: unknown) => void;
364
+ fallback: () => void;
365
+ progress: (info: {
366
+ duration: number;
367
+ size: number;
368
+ totalSize?: number | undefined;
369
+ }) => void;
370
+ }) => (() => void) | void;
371
+ /** Context given to a segment loader. */
372
+ export interface ISegmentLoaderContext {
373
+ /** URL where the segment should be loaded. */
374
+ url: string | undefined;
375
+ /**
376
+ * Indicative request timeout as configured on the RxPlayer.
377
+ */
378
+ timeout: number | undefined;
379
+ /**
380
+ * If true, this segment is an initialization segment with no decodable data.
381
+ *
382
+ * Those types of segment contain no decodable data and are only there for
383
+ * initialization purposes, such as giving initial infos to the decoder on
384
+ * subsequent media segments that will be pushed.
385
+ *
386
+ * Note that if `isInit` is false, it only means that the segment contains
387
+ * decodable media, it can also contain important initialization information.
388
+ *
389
+ * Also, a segment which would contain both all initialization data and the
390
+ * decodable data would have `isInit` set to `false` as it is not purely an
391
+ * initialization segment.
392
+ *
393
+ * Segments which are not purely an initialization segment are called "media
394
+ * segments" in the RxPlayer.
395
+ */
396
+ isInit: boolean | undefined;
397
+ /**
398
+ * If set, only the corresponding byte-ranges, which are subsets in bytes of
399
+ * the loaded data, should be loaded.
400
+ * If multiple non-contiguous byte-ranges are given, the result should be
401
+ * the concatenation of those byte-ranges, in the same order.
402
+ *
403
+ * For example `[[0, 100], [150, 180]]` means that the bytes of both 0 to 100
404
+ * (included) and from 150 to 180 (included) should be requested.
405
+ * The communicated result should then be a concatenation of both in the same
406
+ * order.
407
+ */
408
+ byteRanges?: Array<[number, number]> | undefined;
409
+ /** Type of the corresponding track. */
410
+ trackType: ITrackType;
411
+ /**
412
+ * Optional "Common Media Client Data" (CMCD) payload that may be added to
413
+ * the request.
414
+ */
415
+ cmcdPayload?: ICmcdPayload | undefined;
416
+ }
417
+ /** Every possible value for the Adaptation's `type` property. */
418
+ export type ITrackType = "video" | "audio" | "text";
419
+ /**
420
+ * Payload to add to a request to provide CMCD metadata through HTTP request
421
+ * headers.
422
+ *
423
+ * This is an object where keys are header names and values are header contents.
424
+ */
425
+ export type ICmcdHeadersData = Record<string, string>;
426
+ /**
427
+ * Payload to add to a request to provide CMCD metadata through an URL's query
428
+ * string.
429
+ *
430
+ * This is an array of all fields and corresponding values that should be
431
+ * added to the query string, the order should be kept.
432
+ *
433
+ * `null` indicates that the field has no value and should be added as is.
434
+ */
435
+ export type ICmcdQueryData = Array<[string, string | null]>;
436
+ /**
437
+ * Type when CMCD metadata should be added through headers to the HTTP request
438
+ * for the corresponding resource.
439
+ */
440
+ export interface ICmcdHeadersPayload {
441
+ type: "headers";
442
+ value: ICmcdHeadersData;
443
+ }
444
+ /**
445
+ * Type when CMCD metadata should be added through the query string to the HTTP
446
+ * request for the corresponding resource.
447
+ */
448
+ export interface ICmcdQueryPayload {
449
+ type: "query";
450
+ value: ICmcdQueryData;
451
+ }
452
+ /**
453
+ * Type to indicate that CMCD metadata should be added to the request for the
454
+ * corresponding resource.
455
+ */
456
+ export type ICmcdPayload = ICmcdHeadersPayload | ICmcdQueryPayload;
457
+ export type ILoadedManifestFormat = IInitialManifest;
458
+ export type IManifestLoader = (
459
+ /** Information on the wanted Manifest. */
460
+ info: IManifestLoaderInfo, callbacks: {
461
+ resolve: (args: {
462
+ data: ILoadedManifestFormat;
463
+ url?: string | undefined;
464
+ sendingTime?: number | undefined;
465
+ receivingTime?: number | undefined;
466
+ size?: number | undefined;
467
+ duration?: number | undefined;
468
+ }) => void;
469
+ reject: (err?: Error) => void;
470
+ fallback: () => void;
471
+ }) => (() => void) | void;
472
+ export interface IManifestLoaderInfo {
473
+ /** URL at which the wanted Manifest can be accessed. */
474
+ url: string | undefined;
475
+ timeout: number | undefined;
476
+ /**
477
+ * Optional "Common Media Client Data" (CMCD) payload that may be added to
478
+ * the request.
479
+ */
480
+ cmcdPayload: ICmcdPayload | undefined;
481
+ }
482
+ /** Options related to a single key system. */
483
+ export interface IKeySystemOption {
484
+ /**
485
+ * Key system wanted.
486
+ *
487
+ * Either as a canonical name (like "widevine" or "playready") or as the
488
+ * complete reverse domain name denomination (e.g. "com.widevine.alpha").
489
+ */
490
+ type: string;
491
+ /** Logic used to fetch the license */
492
+ getLicense: (message: Uint8Array<ArrayBuffer>, messageType: string) => Promise<BufferSource | null> | BufferSource | null;
493
+ /** Supplementary optional configuration for the getLicense call. */
494
+ getLicenseConfig?: {
495
+ retry?: number | undefined;
496
+ timeout?: number | undefined;
497
+ } | undefined;
498
+ /**
499
+ * Optional `serverCertificate` we will try to set to speed-up the
500
+ * license-fetching process.
501
+ * `null` or `undefined` indicates that no serverCertificate should be
502
+ * set.
503
+ */
504
+ serverCertificate?: BufferSource | null;
505
+ /** Storage mechanism used to store and retrieve information on stored licenses. */
506
+ persistentLicenseConfig?: IPersistentLicenseConfig;
507
+ /**
508
+ * Wanted value for the `persistentState` property of this
509
+ * `MediaKeySystemConfiguration` according to the EME API.
510
+ */
511
+ persistentState?: MediaKeysRequirement | undefined;
512
+ /**
513
+ * Wanted value for the `distinctiveIdentifier` property of this
514
+ * `MediaKeySystemConfiguration` according to the EME API.
515
+ */
516
+ distinctiveIdentifier?: MediaKeysRequirement | undefined;
517
+ /**
518
+ * Force a `sessionTypes` value for the corresponding
519
+ * `MediaKeySystemConfiguration` asked when creating a
520
+ * `MediaKeySystemAccess` (the EME API concept).
521
+ *
522
+ * If not set, the RxPlayer will automatically ask for the most adapted
523
+ * `sessionTypes` based on your configuration for the current content. As
524
+ * such, this option is only needed for very specific usages.
525
+ *
526
+ * A case where you might want to set this value is if for example you want
527
+ * the ability to be able to load both temporary and persistent licenses,
528
+ * regardless of the configuration applied to the current content.
529
+ * Setting in that case `wantedSessionTypes` to
530
+ * `["temporary", "persistent-license"]` will lead, if compatible, to the
531
+ * creation of a `MediaKeySystemAccess` able to handle both:
532
+ * - contents relying on temporary licenses, and:
533
+ * - contents relying on persistent licenses
534
+ *
535
+ * The RxPlayer will then be able to keep that same `MediaKeySystemAccess` on
536
+ * future `loadVideo` calls as long as they rely on either all or a subset of
537
+ * those session types - and as long as the rest of the new wanted
538
+ * configuration is also considered compatible with that `MediaKeySystemAccess`.
539
+ *
540
+ * Moreover, because our `MediaKeySession` cache (see `maxSessionCacheSize`)
541
+ * is linked to a `MediaKeySystemAccess`, keeping the same one allows the
542
+ * RxPlayer to also keep the same cache (whereas changing
543
+ * `MediaKeySystemAccess` when changing contents resets that cache).
544
+ *
545
+ * Note that the current device has to be compatible to _ALL_ `sessionTypes`
546
+ * for that configuration to go through.
547
+ *
548
+ * Notes
549
+ * -----
550
+ *
551
+ * If this value is set to an array which does not contain
552
+ * `"persistent-license"`, we will assume that no persistent license will be
553
+ * requested for the current content, regardless of the
554
+ * `persistentLicenseConfig` option.
555
+ *
556
+ * If this value only contains `"persistent-license"` but the
557
+ * `persistentLicenseConfig` option is not set, we will load persistent
558
+ * licenses yet not persist them.
559
+ */
560
+ wantedSessionTypes?: string[] | undefined;
561
+ /**
562
+ * If true, all open `MediaKeySession` (JavaScript Objects linked to the keys
563
+ * used to decrypt the content) will be closed when the current playback
564
+ * stops.
565
+ *
566
+ * By default, we keep `MediaKeySession` from previous contents (up to
567
+ * `maxSessionCacheSize` `MediaKeySession`) to speed-up playback and avoid
568
+ * round-trips to the license server if the user ever decide to go back to
569
+ * those contents or to other contents relying to the same keys.
570
+ *
571
+ * However we found that some devices poorly handle that optimization.
572
+ *
573
+ * Note that if setting that property to `true` fixes your issue, it may be
574
+ * that it's just the `maxSessionCacheSize` which is for now too high.
575
+ *
576
+ * However if your problem doesn't disappear after setting
577
+ * `closeSessionsOnStop` to `true`, you may try `reuseMediaKeys` next.
578
+ */
579
+ closeSessionsOnStop?: boolean;
580
+ /**
581
+ * If set to `true` or if not set, we might rely on the previous `MediaKeys`
582
+ * if a compatible one is already set on the media element, allowing to
583
+ * potentially speed-up content playback.
584
+ *
585
+ * If set to `false`, we will create a new `MediaKeys` instance (a
586
+ * JavaScript object needed to decrypt contents) if needed for that content.
587
+ *
588
+ * We noticed that reusing a previous MediaKeys had led to errors on a few
589
+ * devices. For example some smart TVs had shown errors after playing several
590
+ * encrypted contents, errors which disappeared if we renewed the
591
+ * `MediaKeys` for each content.
592
+ *
593
+ * We should already be able to detect most of those cases in the RxPlayer
594
+ * logic. However, it is still possible that we don't know yet of a device
595
+ * which also has problem with that optimization.
596
+ *
597
+ * If you have issues appearing only after playing multiple encrypted
598
+ * contents:
599
+ *
600
+ * - First, try setting the `closeSessionsOnStop` option which is less
601
+ * destructive.
602
+ *
603
+ * If it fixes your issue, it may be that it's just the number of
604
+ * `MediaKeySession` cached by the RxPlayer that is here too high.
605
+ *
606
+ * In that case you can instead update the `maxSessionCacheSize` option
607
+ * to still profit from a `MediaKeySession` cache (which avoid making
608
+ * license requests for already-played contents).
609
+ *
610
+ * If that second option doesn't seem to have an effect, you can just set
611
+ * `closeSessionsOnStop`.
612
+ *
613
+ * - If none of the precedent work-arounds work however, you can try setting
614
+ * `reuseMediaKeys` to `false`. If it fixes your problem, please open an
615
+ * RxPlayer issue so we can add your device to our list.
616
+ */
617
+ reuseMediaKeys?: boolean | undefined;
618
+ singleLicensePer?: "content" | "periods" | "init-data";
619
+ /**
620
+ * Maximum number of `MediaKeySession` that should be created on the same
621
+ * MediaKeys.
622
+ */
623
+ maxSessionCacheSize?: number;
624
+ videoCapabilitiesConfig?: IVideoCapabilitiesConfiguration;
625
+ audioCapabilitiesConfig?: IAudioCapabilitiesConfiguration;
626
+ /**
627
+ * If set to `true`, we will not wait until the MediaKeys instance is attached
628
+ * to the media element before pushing segments to it.
629
+ * Setting it to `true` might be needed on some targets to work-around a
630
+ * deadlock in the browser-side logic (or most likely the CDM implementation)
631
+ * but it can also break playback of contents with both encrypted and
632
+ * unencrypted data, most especially on Chromium and Chromium-derived browsers.
633
+ */
634
+ disableMediaKeysAttachmentLock?: boolean;
635
+ /**
636
+ * Behavior the RxPlayer should have when one of the key has the
637
+ * `MediaKeyStatus` `"internal-error"`.
638
+ *
639
+ * `onKeyInternalError` can be set to a string, each describing a different
640
+ * behavior, the default one if not is defined being `"error"`:
641
+ *
642
+ * - `"error"`: The RxPlayer will stop on an error.
643
+ * This is the default behavior.
644
+ *
645
+ * - `"continue"`: The RxPlayer will not do anything.
646
+ * This may lead in many cases to infinite rebuffering.
647
+ *
648
+ * - `"fallback"`: The Representation(s) linked to those key(s) will
649
+ * be fallbacked from, meaning the RxPlayer will switch to other
650
+ * representation.
651
+ *
652
+ * - `"close-session"`: The RxPlayer will close and re-create a DRM session
653
+ * (and thus re-download the corresponding license).
654
+ */
655
+ onKeyInternalError?: "error" | "continue" | "fallback" | "close-session";
656
+ /**
657
+ * Behavior the RxPlayer should have when one of the key has the
658
+ * `MediaKeyStatus` `"output-restricted"`.
659
+ *
660
+ * `onKeyOutputRestricted` can be set to a string, each describing a different
661
+ * behavior, the default one if not is defined being `"error"`:
662
+ *
663
+ * - `"error"`: The RxPlayer will stop on an error.
664
+ * This is the default behavior.
665
+ *
666
+ * - `"continue"`: The RxPlayer will not do anything.
667
+ * This may lead in many cases to infinite rebuffering.
668
+ *
669
+ * - `"fallback"`: The Representation(s) linked to those key(s) will
670
+ * be fallbacked from, meaning the RxPlayer will switch to other
671
+ * representation.
672
+ */
673
+ onKeyOutputRestricted?: "error" | "continue" | "fallback";
674
+ /**
675
+ * Behavior the RxPlayer should have when one of the key is known to be
676
+ * expired.
677
+ *
678
+ * `onKeyExpiration` can be set to a string, each describing a different
679
+ * behavior, the default one if not is defined being `"error"`:
680
+ *
681
+ * - `"error"`: The RxPlayer will stop on an error when any key is expired.
682
+ * This is the default behavior.
683
+ *
684
+ * - `"continue"`: The RxPlayer will not do anything when a key expires.
685
+ * This may lead in many cases to infinite rebuffering.
686
+ *
687
+ * - `"fallback"`: The Representation(s) linked to the expired key(s) will
688
+ * be fallbacked from, meaning the RxPlayer will switch to other
689
+ * representation without expired keys.
690
+ *
691
+ * - `"close-session"`: The RxPlayer will close and re-create a DRM session
692
+ * (and thus re-download the corresponding license) if any of the key
693
+ * associated to this session expired.
694
+ */
695
+ onKeyExpiration?: "error" | "continue" | "fallback" | "close-session";
696
+ }
697
+ /** Values that can be given to the `videoCapabilitiesConfig` `keySystems`'s property. */
698
+ export type IVideoCapabilitiesConfiguration = IRobustnessMediaKeySystemCapabilities | IContentTypeMediaKeySystemCapabilities | IFullMediaKeySystemCapabilities;
699
+ /** Values that can be given to the `audioCapabilitiesConfig` `keySystems`'s property. */
700
+ export type IAudioCapabilitiesConfiguration = IRobustnessMediaKeySystemCapabilities | IContentTypeMediaKeySystemCapabilities | IFullMediaKeySystemCapabilities;
701
+ /**
702
+ * Value that can be given to either the `audioCapabilitiesConfig` or to the
703
+ * `videoCapabilitiesConfig` `keySystems`'s property when the application only
704
+ * wants to specify the "robustness" part of the `MediaKeySystemMediaCapability`
705
+ * sent through the corresponding `MediaKeySystemConfiguration` used to decrypt
706
+ * the content.
707
+ *
708
+ * In this case, the RxPlayer will define potentially default values for
709
+ * other capability-related properties (such as the "contentType").
710
+ */
711
+ export interface IRobustnessMediaKeySystemCapabilities {
712
+ type: "robustness";
713
+ value: Array<string | undefined>;
714
+ }
715
+ /**
716
+ * Value that can be given to either the `audioCapabilitiesConfig` or to the
717
+ * `videoCapabilitiesConfig` `keySystems`'s property when the application only
718
+ * wants to specify the "contentType" part of the
719
+ * `MediaKeySystemMediaCapability` sent through the corresponding
720
+ * `MediaKeySystemConfiguration` used to decrypt the content.
721
+ *
722
+ * In this case, the RxPlayer will define potentially default values for
723
+ * other capability-related properties (such as the "robustness").
724
+ */
725
+ export interface IContentTypeMediaKeySystemCapabilities {
726
+ type: "contentType";
727
+ value: string[];
728
+ }
729
+ /**
730
+ * Value that can be given to either the `audioCapabilitiesConfig` or to the
731
+ * `videoCapabilitiesConfig` `keySystems`'s property when the application wants
732
+ * to specify the full `MediaKeySystemMediaCapability` object sent through the
733
+ * corresponding `MediaKeySystemConfiguration` used to decrypt the content.
734
+ */
735
+ export interface IFullMediaKeySystemCapabilities {
736
+ type: "full";
737
+ value: MediaKeySystemMediaCapability[];
738
+ }
739
+ /**
740
+ * Data stored in a persistent MediaKeySession storage.
741
+ * Has to be versioned to be able to play MediaKeySessions persisted in an old
742
+ * RxPlayer version when in a new one.
743
+ */
744
+ export type IPersistentSessionInfo = IPersistentSessionInfoV4 | IPersistentSessionInfoV3 | IPersistentSessionInfoV2 | IPersistentSessionInfoV1 | IPersistentSessionInfoV0;
745
+ /** Persistent MediaKeySession storage interface. */
746
+ export interface IPersistentLicenseConfig {
747
+ /** Load persistent MediaKeySessions previously saved through the `save` callback. */
748
+ load(): IPersistentSessionInfo[] | undefined | null;
749
+ /**
750
+ * Save new persistent MediaKeySession information.
751
+ * The given argument should be returned by the next `load` call.
752
+ */
753
+ save(x: IPersistentSessionInfo[]): void;
754
+ /**
755
+ * By default, MediaKeySessions persisted through an older version of the
756
+ * RxPlayer will still be available under this version.
757
+ *
758
+ * By setting this value to `true`, we can disable that condition in profit of
759
+ * multiple optimizations (to load a content faster, use less CPU resources
760
+ * etc.).
761
+ *
762
+ * As such, if being able to load MediaKeySession persisted via older version
763
+ * is not important to you, we recommend setting that value to `true`.
764
+ */
765
+ disableRetroCompatibility?: boolean;
766
+ }
767
+ /** Payload emitted with a `positionUpdate` event. */
768
+ export interface IPositionUpdate {
769
+ /** current position the player is in, in seconds. */
770
+ position: number;
771
+ /** Last position set for the current media currently, in seconds. */
772
+ duration: number;
773
+ /** Playback rate (i.e. speed) at which the current media is played. */
774
+ playbackRate: number;
775
+ /** Amount of buffer available for now in front of the current position, in seconds. */
776
+ bufferGap: number;
777
+ /** Current maximum seekable position. */
778
+ maximumPosition?: number | undefined;
779
+ wallClockTime?: number | undefined;
780
+ /**
781
+ * Only for live contents. Difference between the "live edge" and the current
782
+ * position, in seconds.
783
+ */
784
+ liveGap?: number | undefined;
785
+ }
786
+ export type IPlayerState = "STOPPED" | "LOADED" | "LOADING" | "PLAYING" | "PAUSED" | "ENDED" | "BUFFERING" | "FREEZING" | "SEEKING" | "RELOADING";
787
+ export interface IPeriodChangeEvent {
788
+ start: number;
789
+ id: string;
790
+ end?: number | undefined;
791
+ }
792
+ export type IStreamEvent = {
793
+ data: IStreamEventData;
794
+ start: number;
795
+ end: number;
796
+ onExit?: () => void;
797
+ } | {
798
+ data: IStreamEventData;
799
+ start: number;
800
+ };
801
+ export interface IStreamEventData {
802
+ type: "dash-event-stream";
803
+ value: {
804
+ schemeIdUri: string;
805
+ timescale: number;
806
+ element: Element;
807
+ };
808
+ }
809
+ export type IPlayerError = EncryptedMediaError | MediaError | OtherError | NetworkError;
810
+ /**
811
+ * Information describing a single Representation from an Adaptation, to be used
812
+ * in the `representationFilter` API.
813
+ */
814
+ export interface IRepresentationContext {
815
+ trackType: string;
816
+ language?: string | undefined;
817
+ isAudioDescription?: boolean | undefined;
818
+ isClosedCaption?: boolean | undefined;
819
+ isDub?: boolean | undefined;
820
+ isSignInterpreted?: boolean | undefined;
821
+ normalizedLanguage?: string | undefined;
822
+ }
823
+ /**
824
+ * Definition of a single audio Representation as represented by the
825
+ * RxPlayer.
826
+ */
827
+ export interface IAudioRepresentation {
828
+ /**
829
+ * Identifier for that Representation.
830
+ * Might e.g. be used with the `lockVideoRepresentation` API.
831
+ */
832
+ id: string | number;
833
+ /** Optional maximum bitrate, in bits per seconds, for this Representation. */
834
+ bitrate?: number | undefined;
835
+ /** Codec(s) relied on by the media segments of that Representation. */
836
+ codec?: string | undefined;
837
+ /**
838
+ * If `true`, this Representation is linked to "spatial audio" technology, such as
839
+ * Dolby Atmos.
840
+ * If `false`, it is not linked to such technology.
841
+ *
842
+ * If `undefined`, we don't if it is linked to a spatial audio technology or not.
843
+ */
844
+ isSpatialAudio?: boolean | undefined;
845
+ /**
846
+ * If `true`, the codec is known to be supported on the current device.
847
+ * If `false`, it is known to be unsupported.
848
+ *
849
+ * If `undefined`, we don't know yet if it is supported or not.
850
+ */
851
+ isCodecSupported?: boolean | undefined;
852
+ /**
853
+ * If `true`, this Representation is known to be decipherable.
854
+ * If `false`, it is known to be encrypted and not decipherable.
855
+ *
856
+ * If `undefined`, we don't know yet if it is decipherable or not (or if it is
857
+ * encrypted or not in some cases).
858
+ */
859
+ decipherable?: boolean | undefined;
860
+ /**
861
+ * Encryption information linked to this content.
862
+ * If set to an Object, the Representation is known to be encrypted.
863
+ * If unset or set to `undefined` the Representation is either unencrypted or
864
+ * we don't know if it is.
865
+ */
866
+ contentProtections?: {
867
+ /** Known key ids linked to that Representation. */
868
+ keyIds?: Uint8Array[] | undefined;
869
+ } | undefined;
870
+ }
871
+ /** Audio track returned by the RxPlayer. */
872
+ export interface IAudioTrack {
873
+ /** The language the audio track is in, as it is named in the Manifest. */
874
+ language: string;
875
+ /**
876
+ * An attempt to translate `language` into a valid ISO639-3 language code.
877
+ * Kept equal to `language` if the attempt failed.
878
+ */
879
+ normalized: string;
880
+ audioDescription: boolean;
881
+ dub?: boolean | undefined;
882
+ id: string;
883
+ label?: string | undefined;
884
+ representations: IAudioRepresentation[];
885
+ }
886
+ /** Text track returned by the RxPlayer. */
887
+ export interface ITextTrack {
888
+ /** The language the text track is in, as it is named in the Manifest. */
889
+ language: string;
890
+ /**
891
+ * An attempt to translate `language` into a valid ISO639-3 language code.
892
+ * Kept equal to `language` if the attempt failed.
893
+ */
894
+ normalized: string;
895
+ forced: boolean | undefined;
896
+ closedCaption: boolean;
897
+ label?: string | undefined;
898
+ id: string;
899
+ }
900
+ /**
901
+ * Definition of a single video Representation as represented by the
902
+ * RxPlayer.
903
+ */
904
+ export interface IVideoRepresentation {
905
+ /**
906
+ * Identifier for that Representation.
907
+ * Might e.g. be used with the `lockVideoRepresentation` API.
908
+ */
909
+ id: string;
910
+ /** Optional maximum bitrate, in bits per seconds, for this Representation. */
911
+ bitrate?: number | undefined;
912
+ /** Defines the width of the Representation in pixels. */
913
+ width?: number | undefined;
914
+ /** Defines the height of the Representation in pixels. */
915
+ height?: number | undefined;
916
+ /** Codec(s) relied on by the media segments of that Representation. */
917
+ codec?: string | undefined;
918
+ /** The frame rate for this Representation, in frame per seconds. */
919
+ frameRate?: number | undefined;
920
+ /** If the track is HDR, gives the HDR characteristics of the content */
921
+ hdrInfo?: IHDRInformation | undefined;
922
+ /**
923
+ * If `true`, the codec is known to be supported on the current device.
924
+ * If `false`, it is known to be unsupported.
925
+ *
926
+ * If `undefined`, we don't know yet if it is supported or not.
927
+ */
928
+ isCodecSupported?: boolean | undefined;
929
+ /**
930
+ * If `true`, this Representation is known to be decipherable.
931
+ * If `false`, it is known to be encrypted and not decipherable.
932
+ *
933
+ * If `undefined`, we don't know yet if it is decipherable or not (or if it is
934
+ * encrypted or not in some cases).
935
+ */
936
+ decipherable?: boolean | undefined;
937
+ /**
938
+ * Encryption information linked to this content.
939
+ * If set to an Object, the Representation is known to be encrypted.
940
+ * If unset or set to `undefined` the Representation is either unencrypted or
941
+ * we don't know if it is.
942
+ */
943
+ contentProtections?: {
944
+ /** Known key ids linked to that Representation. */
945
+ keyIds?: Uint8Array[] | undefined;
946
+ } | undefined;
947
+ }
948
+ /** Video track returned by the RxPlayer. */
949
+ export interface IVideoTrack {
950
+ id: string;
951
+ signInterpreted?: boolean | undefined;
952
+ isTrickModeTrack?: boolean | undefined;
953
+ trickModeTracks?: IVideoTrack[] | undefined;
954
+ label?: string | undefined;
955
+ representations: IVideoRepresentation[];
956
+ }
957
+ /** Output of the `getKeySystemConfiguration` method. */
958
+ export interface IKeySystemConfigurationOutput {
959
+ /** Key system string. */
960
+ keySystem: string;
961
+ /** `MediaKeySystemConfiguration` actually used by the key system. */
962
+ configuration: MediaKeySystemConfiguration;
963
+ }
964
+ /** Period from a list of Periods as returned by the RxPlayer. */
965
+ export interface IPeriod {
966
+ /** Start time in seconds at which the Period starts. */
967
+ start: number;
968
+ /**
969
+ * End time in seconds at which the Period ends.
970
+ * `undefined` if that end is unknown for now.
971
+ */
972
+ end: number | undefined;
973
+ /** Identifier for this Period allowing to perform track modification for it. */
974
+ id: string;
975
+ }
976
+ /** Audio track from a list of audio tracks returned by the RxPlayer. */
977
+ export interface IAvailableAudioTrack extends IAudioTrack {
978
+ active: boolean;
979
+ }
980
+ /** Text track from a list of text tracks returned by the RxPlayer. */
981
+ export interface IAvailableTextTrack extends ITextTrack {
982
+ active: boolean;
983
+ }
984
+ /** Video track from a list of video tracks returned by the RxPlayer. */
985
+ export interface IAvailableVideoTrack extends IVideoTrack {
986
+ active: boolean;
987
+ }
988
+ /**
989
+ * Type of a single object from the optional `EncryptedMediaError`'s
990
+ * `keyStatuses` property.
991
+ */
992
+ export interface IEncryptedMediaErrorKeyStatusObject {
993
+ /** Corresponding keyId which encountered the problematic MediaKeyStatus. */
994
+ keyId: ArrayBuffer;
995
+ /** Problematic MediaKeyStatus encountered. */
996
+ keyStatus: MediaKeyStatus;
997
+ }
998
+ /**
999
+ * Behavior wanted when replacing an audio track / Adaptation by another:
1000
+ *
1001
+ * - direct: Switch audio track immediately by removing all the previous
1002
+ * track's data.
1003
+ *
1004
+ * This might interrupt playback while data for any of the new
1005
+ * track wanted is loaded.
1006
+ *
1007
+ * - seamless: Switch audio track without interrupting playback by still
1008
+ * keeping data from the previous track around the current
1009
+ * position.
1010
+ *
1011
+ * This could have the disadvantage of still playing the previous
1012
+ * track during a short time (not more than a few seconds in
1013
+ * most cases).
1014
+ *
1015
+ * - reload: Reload content to provide an immediate interruption of the
1016
+ * previous audio track before switching to the new one.
1017
+ *
1018
+ * Some targets might not handle "direct" mode properly. The "reload"
1019
+ * mode is kind of a more compatible attempt of immediately switching the
1020
+ * audio track.
1021
+ */
1022
+ export type IAudioTrackSwitchingMode = "direct" | "seamless" | "reload";
1023
+ /**
1024
+ * Behavior wanted when replacing a video track / Adaptation by another:
1025
+ *
1026
+ * - direct: Switch video track immediately by removing all the previous
1027
+ * track's data.
1028
+ *
1029
+ * This might interrupt playback while data for any of the new
1030
+ * track wanted is loaded.
1031
+ * Moreover, the previous video frame at the time of the switch will
1032
+ * probably still be on display while this is happening. If this is
1033
+ * not something you want, you might prefer the "reload" mode.
1034
+ *
1035
+ * - seamless: Switch video track without interrupting playback by still
1036
+ * keeping data from the previous track around the current
1037
+ * position.
1038
+ * This could have the disadvantage of still playing the previous
1039
+ * track during a short time (not more than a few seconds in
1040
+ * most cases).
1041
+ *
1042
+ * - reload: Reload content to provide an immediate interruption of the
1043
+ * previous video track before switching to the new one.
1044
+ *
1045
+ * This can be seen like the "direct" mode with two differences:
1046
+ *
1047
+ * - The "direct" mode might rebuffer for a time with the previous
1048
+ * frame displaying. With "reload" a black screen will probably be shown
1049
+ * instead.
1050
+ *
1051
+ * - some targets might not handle "direct" mode properly. The "reload"
1052
+ * mode is kind of a more compatible attempt of immediately switching the
1053
+ * Adaptation.
1054
+ */
1055
+ export type IVideoTrackSwitchingMode = "direct" | "seamless" | "reload";
1056
+ export type IVideoRepresentationsSwitchingMode = IRepresentationsSwitchingMode;
1057
+ export type IAudioRepresentationsSwitchingMode = IRepresentationsSwitchingMode;
1058
+ /**
1059
+ * Behavior wanted when replacing active Representations by others:
1060
+ *
1061
+ * - direct: Switch Representation immediately by removing all the previous
1062
+ * Representations's data.
1063
+ * This might interrupt playback while data for any of the new
1064
+ * Representations wanted is loaded.
1065
+ *
1066
+ * If talking about video Representations, the previous video frame at the
1067
+ * time of the switch will probably still be on display while this is
1068
+ * happening.
1069
+ * If this is not something you want, you might prefer the "reload" mode.
1070
+ *
1071
+ * - seamless: Switch Representation without interrupting playback by still
1072
+ * keeping data from the previous Representations around the current
1073
+ * position.
1074
+ * This could have the disadvantage of still playing the previous
1075
+ * Representations during a short time (not more than a few seconds in
1076
+ * most cases).
1077
+ *
1078
+ * - reload: Reload `MediaSource` to provide an immediate interruption of the
1079
+ * previous interruption before switching to the new Representation.
1080
+ *
1081
+ * This can be seen like the "direct" mode with two differences:
1082
+ *
1083
+ * - in case of video contents, the "direct" mode might rebuffer for a
1084
+ * time with the previous frame displaying. With "reload" a black screen
1085
+ * will probably be shown instead.
1086
+ *
1087
+ * - some targets might not handle "direct" mode properly. The "reload"
1088
+ * mode is kind of a more compatible attempt of immediately switching the
1089
+ * Representation.
1090
+ *
1091
+ * - lazy: Keep data from the previous Representation in the buffer.
1092
+ * It still might eventually be replaced by Representation of a better
1093
+ * quality when depending on future playback condition.
1094
+ */
1095
+ type IRepresentationsSwitchingMode = "direct" | "seamless" | "reload" | "lazy";
1096
+ export interface IBrokenRepresentationsLockContext {
1097
+ period: IPeriod;
1098
+ trackType: ITrackType;
1099
+ }
1100
+ export interface ITrackUpdateEventPayload {
1101
+ period: IPeriod;
1102
+ trackType: ITrackType;
1103
+ reason: "missing" | "manual" | "trickmode-enabled" | "trickmode-disabled" | "no-playable-representation" | string;
1104
+ }
1105
+ export interface INoPlayableTrackEventPayload {
1106
+ trackType: ITrackType;
1107
+ period: {
1108
+ id: string;
1109
+ start: number;
1110
+ end: number | undefined;
1111
+ };
1112
+ }
1113
+ export interface IRepresentationListUpdateContext {
1114
+ period: IPeriod;
1115
+ trackType: ITrackType;
1116
+ reason: "decipherability-update" | string;
1117
+ }
1118
+ export interface ILockedVideoRepresentationsSettings {
1119
+ representations: string[];
1120
+ periodId?: string | undefined;
1121
+ switchingMode?: IVideoRepresentationsSwitchingMode | undefined;
1122
+ }
1123
+ export interface ILockedAudioRepresentationsSettings {
1124
+ representations: string[];
1125
+ periodId?: string | undefined;
1126
+ switchingMode?: IAudioRepresentationsSwitchingMode | undefined;
1127
+ }
1128
+ export interface IAudioTrackSetting {
1129
+ /** `id` of the audio track you want to set. */
1130
+ trackId: string;
1131
+ /**
1132
+ * `id` of the Period for which you want that setting applied.
1133
+ * Keeping it undefined means it will apply to the currently-playing Period.
1134
+ */
1135
+ periodId?: string | undefined;
1136
+ /**
1137
+ * Behavior wanted when replacing an audio track / Adaptation by another.
1138
+ * @see IAudioTrackSwitchingMode
1139
+ *
1140
+ * Keeping it undefined means that the RxPlayer will automatically select
1141
+ * the most adapted choice.
1142
+ */
1143
+ switchingMode?: IAudioTrackSwitchingMode | undefined;
1144
+ /**
1145
+ * Representations (a.k.a. qualities) you want to play in that new track.
1146
+ * Keeping it undefined means that all compatible qualities may be played.
1147
+ */
1148
+ lockedRepresentations?: string[] | undefined;
1149
+ /**
1150
+ * This only has an effect if the track switching operation lead to a small
1151
+ * playback interruption (which can only happen if `switchingMode` is either
1152
+ * set to `"reload"` or in some cases when it is undefined).
1153
+ *
1154
+ * `relativeResumingPosition` corresponds to the relative time in seconds at
1155
+ * which we will resume playback with the new track.
1156
+ *
1157
+ * For example if switching from an audio track `A` to an audio track `B` at
1158
+ * position `20` (seconds) and setting `relativeResumingPosition` to `-1`, we
1159
+ * will resume playback with the audio track `B` at position `19`.
1160
+ *
1161
+ * You might want to set this value generally either because you want to
1162
+ * replay some audio content after switching the audio track to give back
1163
+ * context (e.g. picking back at the same sentence in the language of the new
1164
+ * audio track) or to ensure the exact same position is played by setting it
1165
+ * to `0`.
1166
+ *
1167
+ * If not set or set to `undefined`, the RxPlayer will automatically choose
1168
+ * a suitable default value instead.
1169
+ */
1170
+ relativeResumingPosition?: number | undefined;
1171
+ }
1172
+ export interface IVideoTrackSetting {
1173
+ /** `id` of the video track you want to set. */
1174
+ trackId: string;
1175
+ /**
1176
+ * `id` of the Period for which you want that setting applied.
1177
+ * Keeping it undefined means it will apply to the currently-playing Period.
1178
+ */
1179
+ periodId?: string | undefined;
1180
+ /**
1181
+ * Behavior wanted when replacing an video track / Adaptation by another.
1182
+ * @see IVideoTrackSwitchingMode
1183
+ *
1184
+ * Keeping it undefined means that the RxPlayer will automatically select
1185
+ * the most adapted choice.
1186
+ */
1187
+ switchingMode?: IVideoTrackSwitchingMode | undefined;
1188
+ /**
1189
+ * Representations (a.k.a. qualities) you want to play in that new track.
1190
+ * Keeping it undefined means that all compatible qualities may be played.
1191
+ */
1192
+ lockedRepresentations?: string[] | undefined;
1193
+ /**
1194
+ * This only has an effect if the track switching operation lead to a small
1195
+ * playback interruption (which can only happen if `switchingMode` is either
1196
+ * set to `"reload"`, `"flush"` or in some cases when it is undefined).
1197
+ *
1198
+ * `relativeResumingPosition` corresponds to the relative time in seconds at
1199
+ * which we will resume playback with the new track.
1200
+ *
1201
+ * For example if switching from a video track `A` to a video track `B` at
1202
+ * position `20` (seconds) and setting `relativeResumingPosition` to `-1`, we
1203
+ * will resume playback with the video track `B` at position `19` (only if the
1204
+ * track switch operation led to a playback interruption, see top of comment).
1205
+ *
1206
+ * You might want to set this value generally either because you want to
1207
+ * replay some video content after switching the video track to give back
1208
+ * context or to ensure the exact same position is played by setting it to
1209
+ * `0`.
1210
+ *
1211
+ * If not set or set to `undefined`, the RxPlayer will automatically choose
1212
+ * a suitable default value instead.
1213
+ */
1214
+ relativeResumingPosition?: number | undefined;
1215
+ }
1216
+ export interface ITextTrackSetting {
1217
+ /** `id` of the text track you want to set. */
1218
+ trackId: string;
1219
+ /**
1220
+ * `id` of the Period for which you want that setting applied.
1221
+ * Keeping it undefined means it will apply to the currently-playing Period.
1222
+ */
1223
+ periodId?: string | undefined;
1224
+ }
1225
+ export interface IModeInformation {
1226
+ isDirectFile: boolean;
1227
+ useWorker: boolean;
1228
+ }
1229
+ /** Information returned by the `getAvailableThumbnailsTracks` method. */
1230
+ export interface IThumbnailTrackInfo {
1231
+ /** Identifier identifying a particular thumbnail track. */
1232
+ id: string;
1233
+ /**
1234
+ * Width in pixels of the individual thumbnails available in that
1235
+ * thumbnail track.
1236
+ */
1237
+ width: number | undefined;
1238
+ /**
1239
+ * Height in pixels of the individual thumbnails available in that
1240
+ * thumbnail track.
1241
+ */
1242
+ height: number | undefined;
1243
+ /**
1244
+ * Expected mime-type of the images in that thumbnail track (e.g.
1245
+ * `image/jpeg` or `image/png`.
1246
+ */
1247
+ mimeType: string | undefined;
1248
+ }
1249
+ /**
1250
+ * Options that can be provided to the `renderThumbnail` method
1251
+ */
1252
+ export interface IThumbnailRenderingOptions {
1253
+ /**
1254
+ * HTMLElement inside which the thumbnail should be displayed.
1255
+ *
1256
+ * The resulting thumbnail will fill that container if the thumbnail loading
1257
+ * and rendering operations succeeds.
1258
+ *
1259
+ * If there was already a thumbnail rendering request on that container, the
1260
+ * previous operation is cancelled.
1261
+ */
1262
+ container: HTMLElement;
1263
+ /** Position, in seconds, for which you want to provide an image thumbnail. */
1264
+ time: number;
1265
+ /**
1266
+ * If set to `true`, we'll keep the potential previous thumbnail found inside
1267
+ * the container if the current `renderThumbnail` call fail on an error.
1268
+ * We'll still replace it if the new `renderThumbnail` call succeeds (with the
1269
+ * new thumbnail).
1270
+ *
1271
+ * If set to `false`, to `undefined`, or not set, the previous thumbnail
1272
+ * potentially found inside the container will also be removed if the new
1273
+ * new `renderThumbnail` call fails.
1274
+ *
1275
+ * The default behavior (equivalent to `false`) is generally more expected, as
1276
+ * you usually don't want to provide an unrelated preview thumbnail for a
1277
+ * completely different time and prefer to display no thumbnail at all.
1278
+ */
1279
+ keepPreviousThumbnailOnError?: boolean | undefined;
1280
+ /**
1281
+ * If set, specify from which thumbnail track you want to display the
1282
+ * thumbnail from. That identifier can be obtained from the
1283
+ * `getThumbnailMetadata` call (the `id` property).
1284
+ *
1285
+ * This is mainly useful when encountering multiple thumbnail track qualities.
1286
+ */
1287
+ thumbnailTrackId?: string | undefined;
1288
+ }
1289
+ //# sourceMappingURL=public_types.d.ts.map