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.
- package/CHANGELOG.md +1 -1
- package/VERSION +1 -1
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts +4 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts.map +1 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.js +6 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts +4 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts.map +1 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.js +6 -0
- package/dist/commonjs/__GENERATED_CODE/index.d.ts +3 -0
- package/dist/commonjs/__GENERATED_CODE/index.d.ts.map +1 -0
- package/dist/commonjs/__GENERATED_CODE/index.js +7 -0
- package/dist/commonjs/compat/add_class_name.d.ts +23 -0
- package/dist/commonjs/compat/add_class_name.d.ts.map +1 -0
- package/dist/commonjs/compat/add_class_name.js +39 -0
- package/dist/commonjs/compat/add_text_track.d.ts +32 -0
- package/dist/commonjs/compat/add_text_track.d.ts.map +1 -0
- package/dist/commonjs/compat/add_text_track.js +52 -0
- package/dist/commonjs/compat/browser_compatibility_types.d.ts +384 -0
- package/dist/commonjs/compat/browser_compatibility_types.d.ts.map +1 -0
- package/dist/commonjs/compat/browser_compatibility_types.js +47 -0
- package/dist/commonjs/compat/browser_version.d.ts +25 -0
- package/dist/commonjs/compat/browser_version.d.ts.map +1 -0
- package/dist/commonjs/compat/browser_version.js +43 -0
- package/dist/commonjs/compat/can_patch_isobmff.d.ts +26 -0
- package/dist/commonjs/compat/can_patch_isobmff.d.ts.map +1 -0
- package/dist/commonjs/compat/can_patch_isobmff.js +32 -0
- package/dist/commonjs/compat/can_preload_before_play.d.ts +11 -0
- package/dist/commonjs/compat/can_preload_before_play.d.ts.map +1 -0
- package/dist/commonjs/compat/can_preload_before_play.js +23 -0
- package/dist/commonjs/compat/can_rely_on_request_media_key_system_access.d.ts +41 -0
- package/dist/commonjs/compat/can_rely_on_request_media_key_system_access.d.ts.map +1 -0
- package/dist/commonjs/compat/can_rely_on_request_media_key_system_access.js +56 -0
- package/dist/commonjs/compat/can_rely_on_video_visibility_and_size.d.ts +38 -0
- package/dist/commonjs/compat/can_rely_on_video_visibility_and_size.d.ts.map +1 -0
- package/dist/commonjs/compat/can_rely_on_video_visibility_and_size.js +52 -0
- package/dist/commonjs/compat/can_reuse_media_keys.d.ts +20 -0
- package/dist/commonjs/compat/can_reuse_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/can_reuse_media_keys.js +33 -0
- package/dist/commonjs/compat/change_source_buffer_type.d.ts +49 -0
- package/dist/commonjs/compat/change_source_buffer_type.d.ts.map +1 -0
- package/dist/commonjs/compat/change_source_buffer_type.js +40 -0
- package/dist/commonjs/compat/clear_element_src.d.ts +22 -0
- package/dist/commonjs/compat/clear_element_src.d.ts.map +1 -0
- package/dist/commonjs/compat/clear_element_src.js +56 -0
- package/dist/commonjs/compat/disable_remote_playback_on_managed_media_source.d.ts +18 -0
- package/dist/commonjs/compat/disable_remote_playback_on_managed_media_source.d.ts.map +1 -0
- package/dist/commonjs/compat/disable_remote_playback_on_managed_media_source.js +37 -0
- package/dist/commonjs/compat/eme/close_session.d.ts +31 -0
- package/dist/commonjs/compat/eme/close_session.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/close_session.js +169 -0
- package/dist/commonjs/compat/eme/constants.d.ts +17 -0
- package/dist/commonjs/compat/eme/constants.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/constants.js +22 -0
- package/dist/commonjs/compat/eme/custom_key_system_access.d.ts +50 -0
- package/dist/commonjs/compat/eme/custom_key_system_access.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_key_system_access.js +49 -0
- package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.d.ts +32 -0
- package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.js +181 -0
- package/dist/commonjs/compat/eme/custom_media_keys/index.d.ts +7 -0
- package/dist/commonjs/compat/eme/custom_media_keys/index.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/index.js +16 -0
- package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +28 -0
- package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.js +61 -0
- package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts +44 -0
- package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.js +28 -0
- package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +42 -0
- package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.js +195 -0
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.d.ts +33 -0
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.js +233 -0
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +23 -0
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +30 -0
- package/dist/commonjs/compat/eme/eme-api-implementation.d.ts +78 -0
- package/dist/commonjs/compat/eme/eme-api-implementation.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/eme-api-implementation.js +241 -0
- package/dist/commonjs/compat/eme/generate_key_request.d.ts +55 -0
- package/dist/commonjs/compat/eme/generate_key_request.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/generate_key_request.js +148 -0
- package/dist/commonjs/compat/eme/get_init_data.d.ts +60 -0
- package/dist/commonjs/compat/eme/get_init_data.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/get_init_data.js +113 -0
- package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts +24 -0
- package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.js +36 -0
- package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.d.ts +26 -0
- package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.js +57 -0
- package/dist/commonjs/compat/eme/index.d.ts +26 -0
- package/dist/commonjs/compat/eme/index.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/index.js +28 -0
- package/dist/commonjs/compat/eme/load_session.d.ts +31 -0
- package/dist/commonjs/compat/eme/load_session.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/load_session.js +102 -0
- package/dist/commonjs/compat/eme/set_media_keys.d.ts +10 -0
- package/dist/commonjs/compat/eme/set_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/eme/set_media_keys.js +36 -0
- package/dist/commonjs/compat/enable_audio_track.d.ts +12 -0
- package/dist/commonjs/compat/enable_audio_track.d.ts.map +1 -0
- package/dist/commonjs/compat/enable_audio_track.js +29 -0
- package/dist/commonjs/compat/env_detector.d.ts +100 -0
- package/dist/commonjs/compat/env_detector.d.ts.map +1 -0
- package/dist/commonjs/compat/env_detector.js +189 -0
- package/dist/commonjs/compat/event_listeners.d.ts +175 -0
- package/dist/commonjs/compat/event_listeners.d.ts.map +1 -0
- package/dist/commonjs/compat/event_listeners.js +437 -0
- package/dist/commonjs/compat/generate_init_data.d.ts +14 -0
- package/dist/commonjs/compat/generate_init_data.d.ts.map +1 -0
- package/dist/commonjs/compat/generate_init_data.js +60 -0
- package/dist/commonjs/compat/get_start_date.d.ts +32 -0
- package/dist/commonjs/compat/get_start_date.d.ts.map +1 -0
- package/dist/commonjs/compat/get_start_date.js +47 -0
- package/dist/commonjs/compat/has_issues_with_high_media_source_duration.d.ts +22 -0
- package/dist/commonjs/compat/has_issues_with_high_media_source_duration.d.ts.map +1 -0
- package/dist/commonjs/compat/has_issues_with_high_media_source_duration.js +32 -0
- package/dist/commonjs/compat/has_mse_in_worker.d.ts +3 -0
- package/dist/commonjs/compat/has_mse_in_worker.d.ts.map +1 -0
- package/dist/commonjs/compat/has_mse_in_worker.js +6 -0
- package/dist/commonjs/compat/has_webassembly.d.ts +7 -0
- package/dist/commonjs/compat/has_webassembly.d.ts.map +1 -0
- package/dist/commonjs/compat/has_webassembly.js +8 -0
- package/dist/commonjs/compat/has_worker_api.d.ts +10 -0
- package/dist/commonjs/compat/has_worker_api.d.ts.map +1 -0
- package/dist/commonjs/compat/has_worker_api.js +17 -0
- package/dist/commonjs/compat/is_codec_supported.d.ts +28 -0
- package/dist/commonjs/compat/is_codec_supported.d.ts.map +1 -0
- package/dist/commonjs/compat/is_codec_supported.js +70 -0
- package/dist/commonjs/compat/is_seeking_approximate.d.ts +29 -0
- package/dist/commonjs/compat/is_seeking_approximate.d.ts.map +1 -0
- package/dist/commonjs/compat/is_seeking_approximate.js +36 -0
- package/dist/commonjs/compat/is_vtt_cue.d.ts +23 -0
- package/dist/commonjs/compat/is_vtt_cue.d.ts.map +1 -0
- package/dist/commonjs/compat/is_vtt_cue.js +27 -0
- package/dist/commonjs/compat/make_vtt_cue.d.ts +27 -0
- package/dist/commonjs/compat/make_vtt_cue.d.ts.map +1 -0
- package/dist/commonjs/compat/make_vtt_cue.js +47 -0
- package/dist/commonjs/compat/may_media_element_fail_on_undecipherable_data.d.ts +17 -0
- package/dist/commonjs/compat/may_media_element_fail_on_undecipherable_data.d.ts.map +1 -0
- package/dist/commonjs/compat/may_media_element_fail_on_undecipherable_data.js +25 -0
- package/dist/commonjs/compat/on_height_width_change.d.ts +34 -0
- package/dist/commonjs/compat/on_height_width_change.d.ts.map +1 -0
- package/dist/commonjs/compat/on_height_width_change.js +75 -0
- package/dist/commonjs/compat/patch_webkit_source_buffer.d.ts +17 -0
- package/dist/commonjs/compat/patch_webkit_source_buffer.d.ts.map +1 -0
- package/dist/commonjs/compat/patch_webkit_source_buffer.js +65 -0
- package/dist/commonjs/compat/remove_cue.d.ts +23 -0
- package/dist/commonjs/compat/remove_cue.d.ts.map +1 -0
- package/dist/commonjs/compat/remove_cue.js +66 -0
- package/dist/commonjs/compat/reset_media_element.d.ts +26 -0
- package/dist/commonjs/compat/reset_media_element.d.ts.map +1 -0
- package/dist/commonjs/compat/reset_media_element.js +43 -0
- package/dist/commonjs/compat/should_await_set_media_keys.d.ts +17 -0
- package/dist/commonjs/compat/should_await_set_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/should_await_set_media_keys.js +27 -0
- package/dist/commonjs/compat/should_favour_custom_safari_EME.d.ts +24 -0
- package/dist/commonjs/compat/should_favour_custom_safari_EME.d.ts.map +1 -0
- package/dist/commonjs/compat/should_favour_custom_safari_EME.js +37 -0
- package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.d.ts +27 -0
- package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.d.ts.map +1 -0
- package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.js +35 -0
- package/dist/commonjs/compat/should_renew_media_key_system_access.d.ts +22 -0
- package/dist/commonjs/compat/should_renew_media_key_system_access.d.ts.map +1 -0
- package/dist/commonjs/compat/should_renew_media_key_system_access.js +35 -0
- package/dist/commonjs/compat/should_unset_media_keys.d.ts +23 -0
- package/dist/commonjs/compat/should_unset_media_keys.d.ts.map +1 -0
- package/dist/commonjs/compat/should_unset_media_keys.js +30 -0
- package/dist/commonjs/compat/should_validate_metadata.d.ts +23 -0
- package/dist/commonjs/compat/should_validate_metadata.d.ts.map +1 -0
- package/dist/commonjs/compat/should_validate_metadata.js +30 -0
- package/dist/commonjs/compat/should_wait_for_data_before_loaded.d.ts +25 -0
- package/dist/commonjs/compat/should_wait_for_data_before_loaded.d.ts.map +1 -0
- package/dist/commonjs/compat/should_wait_for_data_before_loaded.js +42 -0
- package/dist/commonjs/compat/should_wait_for_have_enough_data.d.ts +14 -0
- package/dist/commonjs/compat/should_wait_for_have_enough_data.d.ts.map +1 -0
- package/dist/commonjs/compat/should_wait_for_have_enough_data.js +22 -0
- package/dist/commonjs/config.d.ts +21 -0
- package/dist/commonjs/config.d.ts.map +1 -0
- package/dist/commonjs/config.js +73 -0
- package/dist/commonjs/core/adaptive/adaptive_representation_selector.d.ts +294 -0
- package/dist/commonjs/core/adaptive/adaptive_representation_selector.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/adaptive_representation_selector.js +411 -0
- package/dist/commonjs/core/adaptive/buffer_based_chooser.d.ts +90 -0
- package/dist/commonjs/core/adaptive/buffer_based_chooser.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/buffer_based_chooser.js +202 -0
- package/dist/commonjs/core/adaptive/guess_based_chooser.d.ts +96 -0
- package/dist/commonjs/core/adaptive/guess_based_chooser.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/guess_based_chooser.js +272 -0
- package/dist/commonjs/core/adaptive/index.d.ts +20 -0
- package/dist/commonjs/core/adaptive/index.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/index.js +19 -0
- package/dist/commonjs/core/adaptive/network_analyzer.d.ts +74 -0
- package/dist/commonjs/core/adaptive/network_analyzer.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/network_analyzer.js +355 -0
- package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.d.ts +48 -0
- package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.js +72 -0
- package/dist/commonjs/core/adaptive/utils/ewma.d.ts +40 -0
- package/dist/commonjs/core/adaptive/utils/ewma.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/ewma.js +53 -0
- package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.d.ts +26 -0
- package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.js +40 -0
- package/dist/commonjs/core/adaptive/utils/filter_by_resolution.d.ts +32 -0
- package/dist/commonjs/core/adaptive/utils/filter_by_resolution.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/filter_by_resolution.js +51 -0
- package/dist/commonjs/core/adaptive/utils/get_buffer_levels.d.ts +25 -0
- package/dist/commonjs/core/adaptive/utils/get_buffer_levels.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/get_buffer_levels.js +53 -0
- package/dist/commonjs/core/adaptive/utils/last_estimate_storage.d.ts +62 -0
- package/dist/commonjs/core/adaptive/utils/last_estimate_storage.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/last_estimate_storage.js +39 -0
- package/dist/commonjs/core/adaptive/utils/pending_requests_store.d.ts +111 -0
- package/dist/commonjs/core/adaptive/utils/pending_requests_store.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/pending_requests_store.js +79 -0
- package/dist/commonjs/core/adaptive/utils/representation_score_calculator.d.ts +105 -0
- package/dist/commonjs/core/adaptive/utils/representation_score_calculator.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/representation_score_calculator.js +121 -0
- package/dist/commonjs/core/adaptive/utils/select_optimal_representation.d.ts +28 -0
- package/dist/commonjs/core/adaptive/utils/select_optimal_representation.d.ts.map +1 -0
- package/dist/commonjs/core/adaptive/utils/select_optimal_representation.js +39 -0
- package/dist/commonjs/core/cmcd/cmcd_data_builder.d.ts +133 -0
- package/dist/commonjs/core/cmcd/cmcd_data_builder.d.ts.map +1 -0
- package/dist/commonjs/core/cmcd/cmcd_data_builder.js +368 -0
- package/dist/commonjs/core/cmcd/index.d.ts +4 -0
- package/dist/commonjs/core/cmcd/index.d.ts.map +1 -0
- package/dist/commonjs/core/cmcd/index.js +4 -0
- package/dist/commonjs/core/entry/FreezeResolver.d.ts +176 -0
- package/dist/commonjs/core/entry/FreezeResolver.d.ts.map +1 -0
- package/dist/commonjs/core/entry/FreezeResolver.js +455 -0
- package/dist/commonjs/core/entry/content_preparer.d.ts +194 -0
- package/dist/commonjs/core/entry/content_preparer.d.ts.map +1 -0
- package/dist/commonjs/core/entry/content_preparer.js +457 -0
- package/dist/commonjs/core/entry/content_time_boundaries_observer.d.ts +195 -0
- package/dist/commonjs/core/entry/content_time_boundaries_observer.d.ts.map +1 -0
- package/dist/commonjs/core/entry/content_time_boundaries_observer.js +561 -0
- package/dist/commonjs/core/entry/core_entry.d.ts +39 -0
- package/dist/commonjs/core/entry/core_entry.d.ts.map +1 -0
- package/dist/commonjs/core/entry/core_entry.js +1002 -0
- package/dist/commonjs/core/entry/core_text_displayer_interface.d.ts +65 -0
- package/dist/commonjs/core/entry/core_text_displayer_interface.d.ts.map +1 -0
- package/dist/commonjs/core/entry/core_text_displayer_interface.js +126 -0
- package/dist/commonjs/core/entry/create_content_time_boundaries_observer.d.ts +28 -0
- package/dist/commonjs/core/entry/create_content_time_boundaries_observer.d.ts.map +1 -0
- package/dist/commonjs/core/entry/create_content_time_boundaries_observer.js +48 -0
- package/dist/commonjs/core/entry/get_buffered_data_per_media_buffer.d.ts +15 -0
- package/dist/commonjs/core/entry/get_buffered_data_per_media_buffer.d.ts.map +1 -0
- package/dist/commonjs/core/entry/get_buffered_data_per_media_buffer.js +37 -0
- package/dist/commonjs/core/entry/get_thumbnail_data.d.ts +13 -0
- package/dist/commonjs/core/entry/get_thumbnail_data.d.ts.map +1 -0
- package/dist/commonjs/core/entry/get_thumbnail_data.js +71 -0
- package/dist/commonjs/core/entry/index.d.ts +6 -0
- package/dist/commonjs/core/entry/index.d.ts.map +1 -0
- package/dist/commonjs/core/entry/index.js +4 -0
- package/dist/commonjs/core/entry/synchronize_sinks_on_observation.d.ts +11 -0
- package/dist/commonjs/core/entry/synchronize_sinks_on_observation.d.ts.map +1 -0
- package/dist/commonjs/core/entry/synchronize_sinks_on_observation.js +20 -0
- package/dist/commonjs/core/entry/track_choice_setter.d.ts +20 -0
- package/dist/commonjs/core/entry/track_choice_setter.d.ts.map +1 -0
- package/dist/commonjs/core/entry/track_choice_setter.js +152 -0
- package/dist/commonjs/core/entry/utils.d.ts +3 -0
- package/dist/commonjs/core/entry/utils.d.ts.map +1 -0
- package/dist/commonjs/core/entry/utils.js +11 -0
- package/dist/commonjs/core/fetchers/cdn_prioritizer.d.ts +108 -0
- package/dist/commonjs/core/fetchers/cdn_prioritizer.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/cdn_prioritizer.js +215 -0
- package/dist/commonjs/core/fetchers/index.d.ts +25 -0
- package/dist/commonjs/core/fetchers/index.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/index.js +26 -0
- package/dist/commonjs/core/fetchers/manifest/index.d.ts +20 -0
- package/dist/commonjs/core/fetchers/manifest/index.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/manifest/index.js +19 -0
- package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.d.ts +239 -0
- package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.js +660 -0
- package/dist/commonjs/core/fetchers/segment/index.d.ts +22 -0
- package/dist/commonjs/core/fetchers/segment/index.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/index.js +19 -0
- package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.d.ts +43 -0
- package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.js +53 -0
- package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.d.ts +40 -0
- package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.js +70 -0
- package/dist/commonjs/core/fetchers/segment/segment_fetcher.d.ts +200 -0
- package/dist/commonjs/core/fetchers/segment/segment_fetcher.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/segment_fetcher.js +330 -0
- package/dist/commonjs/core/fetchers/segment/segment_queue.d.ts +242 -0
- package/dist/commonjs/core/fetchers/segment/segment_queue.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/segment_queue.js +457 -0
- package/dist/commonjs/core/fetchers/segment/segment_queue_creator.d.ts +98 -0
- package/dist/commonjs/core/fetchers/segment/segment_queue_creator.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/segment_queue_creator.js +77 -0
- package/dist/commonjs/core/fetchers/segment/task_prioritizer.d.ts +155 -0
- package/dist/commonjs/core/fetchers/segment/task_prioritizer.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/segment/task_prioritizer.js +381 -0
- package/dist/commonjs/core/fetchers/thumbnails/index.d.ts +5 -0
- package/dist/commonjs/core/fetchers/thumbnails/index.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/thumbnails/index.js +4 -0
- package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.d.ts +79 -0
- package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.js +259 -0
- package/dist/commonjs/core/fetchers/utils/error_selector.d.ts +23 -0
- package/dist/commonjs/core/fetchers/utils/error_selector.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/utils/error_selector.js +34 -0
- package/dist/commonjs/core/fetchers/utils/schedule_request.d.ts +99 -0
- package/dist/commonjs/core/fetchers/utils/schedule_request.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/utils/schedule_request.js +391 -0
- package/dist/commonjs/core/segment_sinks/garbage_collector.d.ts +44 -0
- package/dist/commonjs/core/segment_sinks/garbage_collector.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/garbage_collector.js +253 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts +136 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.js +362 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.d.ts +18 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.js +19 -0
- package/dist/commonjs/core/segment_sinks/implementations/index.d.ts +21 -0
- package/dist/commonjs/core/segment_sinks/implementations/index.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/index.js +35 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/index.d.ts +5 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/index.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/index.js +4 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_sink.d.ts +101 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_sink.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_sink.js +291 -0
- package/dist/commonjs/core/segment_sinks/implementations/types.d.ts +311 -0
- package/dist/commonjs/core/segment_sinks/implementations/types.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/types.js +117 -0
- package/dist/commonjs/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts +30 -0
- package/dist/commonjs/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/implementations/utils/manual_time_ranges.js +67 -0
- package/dist/commonjs/core/segment_sinks/index.d.ts +25 -0
- package/dist/commonjs/core/segment_sinks/index.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/index.js +28 -0
- package/dist/commonjs/core/segment_sinks/inventory/buffered_history.d.ts +90 -0
- package/dist/commonjs/core/segment_sinks/inventory/buffered_history.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/inventory/buffered_history.js +114 -0
- package/dist/commonjs/core/segment_sinks/inventory/index.d.ts +24 -0
- package/dist/commonjs/core/segment_sinks/inventory/index.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/inventory/index.js +23 -0
- package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.d.ts +240 -0
- package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.js +1124 -0
- package/dist/commonjs/core/segment_sinks/inventory/types.d.ts +33 -0
- package/dist/commonjs/core/segment_sinks/inventory/types.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/inventory/types.js +17 -0
- package/dist/commonjs/core/segment_sinks/inventory/utils.d.ts +34 -0
- package/dist/commonjs/core/segment_sinks/inventory/utils.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/inventory/utils.js +74 -0
- package/dist/commonjs/core/segment_sinks/segment_sinks_store.d.ts +204 -0
- package/dist/commonjs/core/segment_sinks/segment_sinks_store.d.ts.map +1 -0
- package/dist/commonjs/core/segment_sinks/segment_sinks_store.js +369 -0
- package/dist/commonjs/core/stream/adaptation/adaptation_stream.d.ts +34 -0
- package/dist/commonjs/core/stream/adaptation/adaptation_stream.d.ts.map +1 -0
- package/dist/commonjs/core/stream/adaptation/adaptation_stream.js +592 -0
- package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.d.ts +54 -0
- package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.d.ts.map +1 -0
- package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.js +147 -0
- package/dist/commonjs/core/stream/adaptation/index.d.ts +19 -0
- package/dist/commonjs/core/stream/adaptation/index.d.ts.map +1 -0
- package/dist/commonjs/core/stream/adaptation/index.js +19 -0
- package/dist/commonjs/core/stream/adaptation/types.d.ts +200 -0
- package/dist/commonjs/core/stream/adaptation/types.d.ts.map +1 -0
- package/dist/commonjs/core/stream/adaptation/types.js +2 -0
- package/dist/commonjs/core/stream/index.d.ts +23 -0
- package/dist/commonjs/core/stream/index.d.ts.map +1 -0
- package/dist/commonjs/core/stream/index.js +19 -0
- package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.d.ts +31 -0
- package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.d.ts.map +1 -0
- package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.js +119 -0
- package/dist/commonjs/core/stream/orchestrator/index.d.ts +20 -0
- package/dist/commonjs/core/stream/orchestrator/index.d.ts.map +1 -0
- package/dist/commonjs/core/stream/orchestrator/index.js +19 -0
- package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.d.ts +176 -0
- package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.d.ts.map +1 -0
- package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.js +676 -0
- package/dist/commonjs/core/stream/period/index.d.ts +19 -0
- package/dist/commonjs/core/stream/period/index.d.ts.map +1 -0
- package/dist/commonjs/core/stream/period/index.js +19 -0
- package/dist/commonjs/core/stream/period/period_stream.d.ts +50 -0
- package/dist/commonjs/core/stream/period/period_stream.d.ts.map +1 -0
- package/dist/commonjs/core/stream/period/period_stream.js +545 -0
- package/dist/commonjs/core/stream/period/types.d.ts +120 -0
- package/dist/commonjs/core/stream/period/types.d.ts.map +1 -0
- package/dist/commonjs/core/stream/period/types.js +2 -0
- package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +68 -0
- package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.d.ts.map +1 -0
- package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.js +167 -0
- package/dist/commonjs/core/stream/representation/index.d.ts +19 -0
- package/dist/commonjs/core/stream/representation/index.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/index.js +19 -0
- package/dist/commonjs/core/stream/representation/representation_stream.d.ts +54 -0
- package/dist/commonjs/core/stream/representation/representation_stream.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/representation_stream.js +421 -0
- package/dist/commonjs/core/stream/representation/types.d.ts +319 -0
- package/dist/commonjs/core/stream/representation/types.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/types.js +2 -0
- package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.d.ts +36 -0
- package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.js +137 -0
- package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.d.ts +54 -0
- package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.js +248 -0
- package/dist/commonjs/core/stream/representation/utils/get_buffer_status.d.ts +73 -0
- package/dist/commonjs/core/stream/representation/utils/get_buffer_status.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/get_buffer_status.js +228 -0
- package/dist/commonjs/core/stream/representation/utils/get_needed_segments.d.ts +92 -0
- package/dist/commonjs/core/stream/representation/utils/get_needed_segments.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/get_needed_segments.js +480 -0
- package/dist/commonjs/core/stream/representation/utils/get_segment_priority.d.ts +29 -0
- package/dist/commonjs/core/stream/representation/utils/get_segment_priority.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/get_segment_priority.js +41 -0
- package/dist/commonjs/core/stream/representation/utils/push_init_segment.d.ts +42 -0
- package/dist/commonjs/core/stream/representation/utils/push_init_segment.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/push_init_segment.js +86 -0
- package/dist/commonjs/core/stream/representation/utils/push_media_segment.d.ts +43 -0
- package/dist/commonjs/core/stream/representation/utils/push_media_segment.d.ts.map +1 -0
- package/dist/commonjs/core/stream/representation/utils/push_media_segment.js +110 -0
- package/dist/commonjs/core/types.d.ts +538 -0
- package/dist/commonjs/core/types.d.ts.map +1 -0
- package/dist/commonjs/core/types.js +3 -0
- package/dist/commonjs/default_config.d.ts +1200 -0
- package/dist/commonjs/default_config.d.ts.map +1 -0
- package/dist/commonjs/default_config.js +1236 -0
- package/dist/commonjs/errors/custom_loader_error.d.ts +36 -0
- package/dist/commonjs/errors/custom_loader_error.d.ts.map +1 -0
- package/dist/commonjs/errors/custom_loader_error.js +60 -0
- package/dist/commonjs/errors/encrypted_media_error.d.ts +72 -0
- package/dist/commonjs/errors/encrypted_media_error.d.ts.map +1 -0
- package/dist/commonjs/errors/encrypted_media_error.js +76 -0
- package/dist/commonjs/errors/error_codes.d.ts +33 -0
- package/dist/commonjs/errors/error_codes.d.ts.map +1 -0
- package/dist/commonjs/errors/error_codes.js +72 -0
- package/dist/commonjs/errors/error_message.d.ts +23 -0
- package/dist/commonjs/errors/error_message.d.ts.map +1 -0
- package/dist/commonjs/errors/error_message.js +27 -0
- package/dist/commonjs/errors/format_error.d.ts +21 -0
- package/dist/commonjs/errors/format_error.d.ts.map +1 -0
- package/dist/commonjs/errors/format_error.js +33 -0
- package/dist/commonjs/errors/index.d.ts +32 -0
- package/dist/commonjs/errors/index.d.ts.map +1 -0
- package/dist/commonjs/errors/index.js +38 -0
- package/dist/commonjs/errors/is_known_error.d.ts +23 -0
- package/dist/commonjs/errors/is_known_error.d.ts.map +1 -0
- package/dist/commonjs/errors/is_known_error.js +35 -0
- package/dist/commonjs/errors/media_error.d.ts +60 -0
- package/dist/commonjs/errors/media_error.d.ts.map +1 -0
- package/dist/commonjs/errors/media_error.js +74 -0
- package/dist/commonjs/errors/network_error.d.ts +59 -0
- package/dist/commonjs/errors/network_error.d.ts.map +1 -0
- package/dist/commonjs/errors/network_error.js +86 -0
- package/dist/commonjs/errors/other_error.d.ts +47 -0
- package/dist/commonjs/errors/other_error.d.ts.map +1 -0
- package/dist/commonjs/errors/other_error.js +72 -0
- package/dist/commonjs/errors/source_buffer_error.d.ts +40 -0
- package/dist/commonjs/errors/source_buffer_error.d.ts.map +1 -0
- package/dist/commonjs/errors/source_buffer_error.js +63 -0
- package/dist/commonjs/errors/worker_initialization_error.d.ts +19 -0
- package/dist/commonjs/errors/worker_initialization_error.d.ts.map +1 -0
- package/dist/commonjs/errors/worker_initialization_error.js +42 -0
- package/dist/commonjs/experimental/features/index.d.ts +19 -0
- package/dist/commonjs/experimental/features/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/features/index.js +24 -0
- package/dist/commonjs/experimental/features/local.d.ts +20 -0
- package/dist/commonjs/experimental/features/local.d.ts.map +1 -0
- package/dist/commonjs/experimental/features/local.js +31 -0
- package/dist/commonjs/experimental/features/metaplaylist.d.ts +20 -0
- package/dist/commonjs/experimental/features/metaplaylist.d.ts.map +1 -0
- package/dist/commonjs/experimental/features/metaplaylist.js +31 -0
- package/dist/commonjs/experimental/features/multi_thread.d.ts +9 -0
- package/dist/commonjs/experimental/features/multi_thread.d.ts.map +1 -0
- package/dist/commonjs/experimental/features/multi_thread.js +16 -0
- package/dist/commonjs/experimental/features/worker/index.d.ts +3 -0
- package/dist/commonjs/experimental/features/worker/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/features/worker/index.js +10 -0
- package/dist/commonjs/experimental/index.d.ts +3 -0
- package/dist/commonjs/experimental/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/index.js +5 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/eme.d.ts +225 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/eme.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/eme.js +879 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/html5.d.ts +376 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/html5.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/html5.js +970 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/index.d.ts +3 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/index.js +4 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/mse.d.ts +217 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/mse.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/mse.js +702 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/utils.d.ts +33 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/utils.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/DummyMediaElement/utils.js +510 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +18 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.js +23 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +18 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.js +23 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.d.ts +19 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.js +22 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +27 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +63 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +27 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +75 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +30 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +43 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.d.ts +26 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.js +17 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +55 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +385 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +25 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +50 -0
- package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts +24 -0
- package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +163 -0
- package/dist/commonjs/experimental/tools/createMetaplaylist/index.d.ts +31 -0
- package/dist/commonjs/experimental/tools/createMetaplaylist/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/createMetaplaylist/index.js +53 -0
- package/dist/commonjs/experimental/tools/index.d.ts +20 -0
- package/dist/commonjs/experimental/tools/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/index.js +24 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api.d.ts +73 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api.js +286 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.d.ts +19 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.js +19 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/log.d.ts +19 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/log.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/log.js +20 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +21 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +112 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +22 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +117 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts +30 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +97 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts +24 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.js +184 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +22 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +52 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +22 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +39 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.d.ts +56 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.js +17 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.d.ts +35 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.d.ts.map +1 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.js +104 -0
- package/dist/commonjs/features/add_features.d.ts +21 -0
- package/dist/commonjs/features/add_features.d.ts.map +1 -0
- package/dist/commonjs/features/add_features.js +59 -0
- package/dist/commonjs/features/features_object.d.ts +23 -0
- package/dist/commonjs/features/features_object.d.ts.map +1 -0
- package/dist/commonjs/features/features_object.js +35 -0
- package/dist/commonjs/features/index.d.ts +36 -0
- package/dist/commonjs/features/index.d.ts.map +1 -0
- package/dist/commonjs/features/index.js +36 -0
- package/dist/commonjs/features/list/dash.d.ts +24 -0
- package/dist/commonjs/features/list/dash.d.ts.map +1 -0
- package/dist/commonjs/features/list/dash.js +39 -0
- package/dist/commonjs/features/list/dash_wasm.d.ts +24 -0
- package/dist/commonjs/features/list/dash_wasm.d.ts.map +1 -0
- package/dist/commonjs/features/list/dash_wasm.js +42 -0
- package/dist/commonjs/features/list/debug_element.d.ts +9 -0
- package/dist/commonjs/features/list/debug_element.d.ts.map +1 -0
- package/dist/commonjs/features/list/debug_element.js +12 -0
- package/dist/commonjs/features/list/directfile.d.ts +25 -0
- package/dist/commonjs/features/list/directfile.d.ts.map +1 -0
- package/dist/commonjs/features/list/directfile.js +29 -0
- package/dist/commonjs/features/list/eme.d.ts +24 -0
- package/dist/commonjs/features/list/eme.d.ts.map +1 -0
- package/dist/commonjs/features/list/eme.js +27 -0
- package/dist/commonjs/features/list/html_sami_parser.d.ts +24 -0
- package/dist/commonjs/features/list/html_sami_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/html_sami_parser.js +29 -0
- package/dist/commonjs/features/list/html_srt_parser.d.ts +24 -0
- package/dist/commonjs/features/list/html_srt_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/html_srt_parser.js +29 -0
- package/dist/commonjs/features/list/html_text_buffer.d.ts +24 -0
- package/dist/commonjs/features/list/html_text_buffer.d.ts.map +1 -0
- package/dist/commonjs/features/list/html_text_buffer.js +27 -0
- package/dist/commonjs/features/list/html_ttml_parser.d.ts +24 -0
- package/dist/commonjs/features/list/html_ttml_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/html_ttml_parser.js +29 -0
- package/dist/commonjs/features/list/html_vtt_parser.d.ts +24 -0
- package/dist/commonjs/features/list/html_vtt_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/html_vtt_parser.js +30 -0
- package/dist/commonjs/features/list/index.d.ts +33 -0
- package/dist/commonjs/features/list/index.d.ts.map +1 -0
- package/dist/commonjs/features/list/index.js +52 -0
- package/dist/commonjs/features/list/media_source_main.d.ts +9 -0
- package/dist/commonjs/features/list/media_source_main.d.ts.map +1 -0
- package/dist/commonjs/features/list/media_source_main.js +18 -0
- package/dist/commonjs/features/list/native_sami_parser.d.ts +24 -0
- package/dist/commonjs/features/list/native_sami_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/native_sami_parser.js +29 -0
- package/dist/commonjs/features/list/native_srt_parser.d.ts +24 -0
- package/dist/commonjs/features/list/native_srt_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/native_srt_parser.js +29 -0
- package/dist/commonjs/features/list/native_text_buffer.d.ts +24 -0
- package/dist/commonjs/features/list/native_text_buffer.d.ts.map +1 -0
- package/dist/commonjs/features/list/native_text_buffer.js +27 -0
- package/dist/commonjs/features/list/native_ttml_parser.d.ts +24 -0
- package/dist/commonjs/features/list/native_ttml_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/native_ttml_parser.js +29 -0
- package/dist/commonjs/features/list/native_vtt_parser.d.ts +24 -0
- package/dist/commonjs/features/list/native_vtt_parser.d.ts.map +1 -0
- package/dist/commonjs/features/list/native_vtt_parser.js +30 -0
- package/dist/commonjs/features/list/smooth.d.ts +24 -0
- package/dist/commonjs/features/list/smooth.d.ts.map +1 -0
- package/dist/commonjs/features/list/smooth.js +37 -0
- package/dist/commonjs/features/types.d.ts +162 -0
- package/dist/commonjs/features/types.d.ts.map +1 -0
- package/dist/commonjs/features/types.js +17 -0
- package/dist/commonjs/importable_worker.d.ts +25 -0
- package/dist/commonjs/importable_worker.d.ts.map +1 -0
- package/dist/commonjs/importable_worker.js +159 -0
- package/dist/commonjs/index.d.ts +18 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +44 -0
- package/dist/commonjs/initialize_worker.d.ts +10 -0
- package/dist/commonjs/initialize_worker.d.ts.map +1 -0
- package/dist/commonjs/initialize_worker.js +73 -0
- package/dist/commonjs/log.d.ts +19 -0
- package/dist/commonjs/log.d.ts.map +1 -0
- package/dist/commonjs/log.js +21 -0
- package/dist/commonjs/main_thread/api/debug/buffer_graph.d.ts +29 -0
- package/dist/commonjs/main_thread/api/debug/buffer_graph.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/buffer_graph.js +213 -0
- package/dist/commonjs/main_thread/api/debug/buffer_size_graph.d.ts +11 -0
- package/dist/commonjs/main_thread/api/debug/buffer_size_graph.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/buffer_size_graph.js +131 -0
- package/dist/commonjs/main_thread/api/debug/constants.d.ts +3 -0
- package/dist/commonjs/main_thread/api/debug/constants.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/constants.js +5 -0
- package/dist/commonjs/main_thread/api/debug/index.d.ts +3 -0
- package/dist/commonjs/main_thread/api/debug/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/index.js +4 -0
- package/dist/commonjs/main_thread/api/debug/modules/general_info.d.ts +4 -0
- package/dist/commonjs/main_thread/api/debug/modules/general_info.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/modules/general_info.js +236 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.d.ts +5 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.js +194 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.d.ts +4 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.js +38 -0
- package/dist/commonjs/main_thread/api/debug/render.d.ts +4 -0
- package/dist/commonjs/main_thread/api/debug/render.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/render.js +35 -0
- package/dist/commonjs/main_thread/api/debug/utils.d.ts +40 -0
- package/dist/commonjs/main_thread/api/debug/utils.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/debug/utils.js +85 -0
- package/dist/commonjs/main_thread/api/index.d.ts +18 -0
- package/dist/commonjs/main_thread/api/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/index.js +19 -0
- package/dist/commonjs/main_thread/api/option_utils.d.ts +172 -0
- package/dist/commonjs/main_thread/api/option_utils.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/option_utils.js +384 -0
- package/dist/commonjs/main_thread/api/public_api.d.ts +1046 -0
- package/dist/commonjs/main_thread/api/public_api.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/public_api.js +3094 -0
- package/dist/commonjs/main_thread/api/utils.d.ts +67 -0
- package/dist/commonjs/main_thread/api/utils.d.ts.map +1 -0
- package/dist/commonjs/main_thread/api/utils.js +186 -0
- package/dist/commonjs/main_thread/core_interface/base.d.ts +13 -0
- package/dist/commonjs/main_thread/core_interface/base.d.ts.map +1 -0
- package/dist/commonjs/main_thread/core_interface/base.js +32 -0
- package/dist/commonjs/main_thread/core_interface/monothread.d.ts +13 -0
- package/dist/commonjs/main_thread/core_interface/monothread.d.ts.map +1 -0
- package/dist/commonjs/main_thread/core_interface/monothread.js +56 -0
- package/dist/commonjs/main_thread/core_interface/multithread.d.ts +25 -0
- package/dist/commonjs/main_thread/core_interface/multithread.d.ts.map +1 -0
- package/dist/commonjs/main_thread/core_interface/multithread.js +67 -0
- package/dist/commonjs/main_thread/core_interface/types.d.ts +6 -0
- package/dist/commonjs/main_thread/core_interface/types.d.ts.map +1 -0
- package/dist/commonjs/main_thread/core_interface/types.js +2 -0
- package/dist/commonjs/main_thread/decrypt/clear_on_stop.d.ts +24 -0
- package/dist/commonjs/main_thread/decrypt/clear_on_stop.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/clear_on_stop.js +91 -0
- package/dist/commonjs/main_thread/decrypt/content_decryptor.d.ts +240 -0
- package/dist/commonjs/main_thread/decrypt/content_decryptor.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/content_decryptor.js +1172 -0
- package/dist/commonjs/main_thread/decrypt/create_or_load_session.d.ts +65 -0
- package/dist/commonjs/main_thread/decrypt/create_or_load_session.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/create_or_load_session.js +140 -0
- package/dist/commonjs/main_thread/decrypt/create_session.d.ts +55 -0
- package/dist/commonjs/main_thread/decrypt/create_session.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/create_session.js +217 -0
- package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.d.ts +23 -0
- package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.js +67 -0
- package/dist/commonjs/main_thread/decrypt/find_key_system.d.ts +86 -0
- package/dist/commonjs/main_thread/decrypt/find_key_system.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/find_key_system.js +594 -0
- package/dist/commonjs/main_thread/decrypt/get_key_system_configuration.d.ts +24 -0
- package/dist/commonjs/main_thread/decrypt/get_key_system_configuration.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/get_key_system_configuration.js +35 -0
- package/dist/commonjs/main_thread/decrypt/get_media_keys.d.ts +55 -0
- package/dist/commonjs/main_thread/decrypt/get_media_keys.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/get_media_keys.js +178 -0
- package/dist/commonjs/main_thread/decrypt/index.d.ts +27 -0
- package/dist/commonjs/main_thread/decrypt/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/index.js +45 -0
- package/dist/commonjs/main_thread/decrypt/init_media_keys.d.ts +30 -0
- package/dist/commonjs/main_thread/decrypt/init_media_keys.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/init_media_keys.js +88 -0
- package/dist/commonjs/main_thread/decrypt/session_events_listener.d.ts +77 -0
- package/dist/commonjs/main_thread/decrypt/session_events_listener.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/session_events_listener.js +364 -0
- package/dist/commonjs/main_thread/decrypt/set_server_certificate.d.ts +58 -0
- package/dist/commonjs/main_thread/decrypt/set_server_certificate.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/set_server_certificate.js +158 -0
- package/dist/commonjs/main_thread/decrypt/types.d.ts +380 -0
- package/dist/commonjs/main_thread/decrypt/types.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/types.js +58 -0
- package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.d.ts +35 -0
- package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.js +144 -0
- package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.d.ts +54 -0
- package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.js +228 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +27 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.js +92 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +33 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.js +46 -0
- package/dist/commonjs/main_thread/decrypt/utils/get_drm_system_id.d.ts +21 -0
- package/dist/commonjs/main_thread/decrypt/utils/get_drm_system_id.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/get_drm_system_id.js +40 -0
- package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.d.ts +70 -0
- package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.js +137 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts +14 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_compatible_codec_supported.js +53 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.d.ts +25 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.js +57 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_id_comparison.d.ts +32 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_id_comparison.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_id_comparison.js +95 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_session_record.d.ts +105 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_session_record.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_session_record.js +189 -0
- package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.d.ts +214 -0
- package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.js +535 -0
- package/dist/commonjs/main_thread/decrypt/utils/media_keys_attacher.d.ts +85 -0
- package/dist/commonjs/main_thread/decrypt/utils/media_keys_attacher.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/media_keys_attacher.js +286 -0
- package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.d.ts +93 -0
- package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.js +404 -0
- package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.d.ts +45 -0
- package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.js +50 -0
- package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.d.ts +65 -0
- package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.d.ts.map +1 -0
- package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.js +123 -0
- package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts +116 -0
- package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/directfile_content_initializer.js +301 -0
- package/dist/commonjs/main_thread/init/index.d.ts +18 -0
- package/dist/commonjs/main_thread/init/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/index.js +20 -0
- package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts +330 -0
- package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/media_source_content_initializer.js +1724 -0
- package/dist/commonjs/main_thread/init/types.d.ts +240 -0
- package/dist/commonjs/main_thread/init/types.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/types.js +53 -0
- package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.d.ts +96 -0
- package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.js +113 -0
- package/dist/commonjs/main_thread/init/utils/get_initial_time.d.ts +77 -0
- package/dist/commonjs/main_thread/init/utils/get_initial_time.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/get_initial_time.js +152 -0
- package/dist/commonjs/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
- package/dist/commonjs/main_thread/init/utils/get_loaded_reference.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/get_loaded_reference.js +66 -0
- package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.d.ts +63 -0
- package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.js +228 -0
- package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.d.ts +99 -0
- package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.js +121 -0
- package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +36 -0
- package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.js +54 -0
- package/dist/commonjs/main_thread/init/utils/rebuffering_controller.d.ts +118 -0
- package/dist/commonjs/main_thread/init/utils/rebuffering_controller.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/rebuffering_controller.js +496 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts +40 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +35 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.d.ts +19 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.js +19 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +26 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +129 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +57 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +233 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.d.ts +42 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.js +17 -0
- package/dist/commonjs/main_thread/init/utils/throw_on_media_error.d.ts +25 -0
- package/dist/commonjs/main_thread/init/utils/throw_on_media_error.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/throw_on_media_error.js +66 -0
- package/dist/commonjs/main_thread/init/utils/update_manifest_codec_support.d.ts +35 -0
- package/dist/commonjs/main_thread/init/utils/update_manifest_codec_support.d.ts.map +1 -0
- package/dist/commonjs/main_thread/init/utils/update_manifest_codec_support.js +222 -0
- package/dist/commonjs/main_thread/render_thumbnail.d.ts +27 -0
- package/dist/commonjs/main_thread/render_thumbnail.d.ts.map +1 -0
- package/dist/commonjs/main_thread/render_thumbnail.js +266 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_parsers.d.ts +20 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_parsers.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_parsers.js +25 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.d.ts +105 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.js +370 -0
- package/dist/commonjs/main_thread/text_displayer/html/index.d.ts +3 -0
- package/dist/commonjs/main_thread/text_displayer/html/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/html/index.js +4 -0
- package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.d.ts +66 -0
- package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.js +408 -0
- package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.d.ts +16 -0
- package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.js +64 -0
- package/dist/commonjs/main_thread/text_displayer/html/utils.d.ts +55 -0
- package/dist/commonjs/main_thread/text_displayer/html/utils.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/html/utils.js +141 -0
- package/dist/commonjs/main_thread/text_displayer/index.d.ts +3 -0
- package/dist/commonjs/main_thread/text_displayer/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/index.js +2 -0
- package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.d.ts +15 -0
- package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.js +48 -0
- package/dist/commonjs/main_thread/text_displayer/native/index.d.ts +3 -0
- package/dist/commonjs/main_thread/text_displayer/native/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/native/index.js +4 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_parsers.d.ts +16 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_parsers.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_parsers.js +25 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.d.ts +59 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.js +226 -0
- package/dist/commonjs/main_thread/text_displayer/types.d.ts +74 -0
- package/dist/commonjs/main_thread/text_displayer/types.d.ts.map +1 -0
- package/dist/commonjs/main_thread/text_displayer/types.js +2 -0
- package/dist/commonjs/main_thread/tracks_store/index.d.ts +21 -0
- package/dist/commonjs/main_thread/tracks_store/index.d.ts.map +1 -0
- package/dist/commonjs/main_thread/tracks_store/index.js +34 -0
- package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.d.ts +208 -0
- package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.d.ts.map +1 -0
- package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.js +709 -0
- package/dist/commonjs/main_thread/tracks_store/track_dispatcher.d.ts +108 -0
- package/dist/commonjs/main_thread/tracks_store/track_dispatcher.d.ts.map +1 -0
- package/dist/commonjs/main_thread/tracks_store/track_dispatcher.js +179 -0
- package/dist/commonjs/main_thread/tracks_store/tracks_store.d.ts +538 -0
- package/dist/commonjs/main_thread/tracks_store/tracks_store.d.ts.map +1 -0
- package/dist/commonjs/main_thread/tracks_store/tracks_store.js +1497 -0
- package/dist/commonjs/main_thread/types.d.ts +566 -0
- package/dist/commonjs/main_thread/types.d.ts.map +1 -0
- package/dist/commonjs/main_thread/types.js +2 -0
- package/dist/commonjs/manifest/classes/adaptation.d.ts +135 -0
- package/dist/commonjs/manifest/classes/adaptation.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/adaptation.js +260 -0
- package/dist/commonjs/manifest/classes/codec_support_cache.d.ts +45 -0
- package/dist/commonjs/manifest/classes/codec_support_cache.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/codec_support_cache.js +84 -0
- package/dist/commonjs/manifest/classes/index.d.ts +32 -0
- package/dist/commonjs/manifest/classes/index.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/index.js +46 -0
- package/dist/commonjs/manifest/classes/manifest.d.ts +425 -0
- package/dist/commonjs/manifest/classes/manifest.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/manifest.js +561 -0
- package/dist/commonjs/manifest/classes/period.d.ts +157 -0
- package/dist/commonjs/manifest/classes/period.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/period.js +283 -0
- package/dist/commonjs/manifest/classes/representation.d.ts +271 -0
- package/dist/commonjs/manifest/classes/representation.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/representation.js +402 -0
- package/dist/commonjs/manifest/classes/representation_index/index.d.ts +20 -0
- package/dist/commonjs/manifest/classes/representation_index/index.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/representation_index/index.js +20 -0
- package/dist/commonjs/manifest/classes/representation_index/static.d.ts +117 -0
- package/dist/commonjs/manifest/classes/representation_index/static.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/representation_index/static.js +164 -0
- package/dist/commonjs/manifest/classes/representation_index/types.d.ts +441 -0
- package/dist/commonjs/manifest/classes/representation_index/types.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/representation_index/types.js +17 -0
- package/dist/commonjs/manifest/classes/types.d.ts +30 -0
- package/dist/commonjs/manifest/classes/types.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/types.js +33 -0
- package/dist/commonjs/manifest/classes/update_period_in_place.d.ts +63 -0
- package/dist/commonjs/manifest/classes/update_period_in_place.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/update_period_in_place.js +237 -0
- package/dist/commonjs/manifest/classes/update_periods.d.ts +51 -0
- package/dist/commonjs/manifest/classes/update_periods.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/update_periods.js +228 -0
- package/dist/commonjs/manifest/classes/utils.d.ts +47 -0
- package/dist/commonjs/manifest/classes/utils.d.ts.map +1 -0
- package/dist/commonjs/manifest/classes/utils.js +49 -0
- package/dist/commonjs/manifest/index.d.ts +17 -0
- package/dist/commonjs/manifest/index.d.ts.map +1 -0
- package/dist/commonjs/manifest/index.js +21 -0
- package/dist/commonjs/manifest/types.d.ts +466 -0
- package/dist/commonjs/manifest/types.d.ts.map +1 -0
- package/dist/commonjs/manifest/types.js +2 -0
- package/dist/commonjs/manifest/utils.d.ts +184 -0
- package/dist/commonjs/manifest/utils.d.ts.map +1 -0
- package/dist/commonjs/manifest/utils.js +844 -0
- package/dist/commonjs/minimal.d.ts +21 -0
- package/dist/commonjs/minimal.d.ts.map +1 -0
- package/dist/commonjs/minimal.js +30 -0
- package/dist/commonjs/mse/index.d.ts +3 -0
- package/dist/commonjs/mse/index.d.ts.map +1 -0
- package/dist/commonjs/mse/index.js +2 -0
- package/dist/commonjs/mse/main_media_source_interface.d.ts +133 -0
- package/dist/commonjs/mse/main_media_source_interface.d.ts.map +1 -0
- package/dist/commonjs/mse/main_media_source_interface.js +610 -0
- package/dist/commonjs/mse/types.d.ts +303 -0
- package/dist/commonjs/mse/types.d.ts.map +1 -0
- package/dist/commonjs/mse/types.js +2 -0
- package/dist/commonjs/mse/utils/end_of_stream.d.ts +35 -0
- package/dist/commonjs/mse/utils/end_of_stream.d.ts.map +1 -0
- package/dist/commonjs/mse/utils/end_of_stream.js +118 -0
- package/dist/commonjs/mse/utils/media_source_duration_updater.d.ts +63 -0
- package/dist/commonjs/mse/utils/media_source_duration_updater.d.ts.map +1 -0
- package/dist/commonjs/mse/utils/media_source_duration_updater.js +277 -0
- package/dist/commonjs/mse/worker_media_source_interface.d.ts +116 -0
- package/dist/commonjs/mse/worker_media_source_interface.d.ts.map +1 -0
- package/dist/commonjs/mse/worker_media_source_interface.js +382 -0
- package/dist/commonjs/parsers/containers/isobmff/constants.d.ts +24 -0
- package/dist/commonjs/parsers/containers/isobmff/constants.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/constants.js +26 -0
- package/dist/commonjs/parsers/containers/isobmff/create_box.d.ts +31 -0
- package/dist/commonjs/parsers/containers/isobmff/create_box.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/create_box.js +93 -0
- package/dist/commonjs/parsers/containers/isobmff/drm/index.d.ts +17 -0
- package/dist/commonjs/parsers/containers/isobmff/drm/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/drm/index.js +20 -0
- package/dist/commonjs/parsers/containers/isobmff/drm/playready.d.ts +22 -0
- package/dist/commonjs/parsers/containers/isobmff/drm/playready.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/drm/playready.js +38 -0
- package/dist/commonjs/parsers/containers/isobmff/extract_complete_chunks.d.ts +30 -0
- package/dist/commonjs/parsers/containers/isobmff/extract_complete_chunks.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/extract_complete_chunks.js +89 -0
- package/dist/commonjs/parsers/containers/isobmff/find_complete_box.d.ts +26 -0
- package/dist/commonjs/parsers/containers/isobmff/find_complete_box.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/find_complete_box.js +57 -0
- package/dist/commonjs/parsers/containers/isobmff/get_box.d.ts +107 -0
- package/dist/commonjs/parsers/containers/isobmff/get_box.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/get_box.js +254 -0
- package/dist/commonjs/parsers/containers/isobmff/index.d.ts +26 -0
- package/dist/commonjs/parsers/containers/isobmff/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/index.js +47 -0
- package/dist/commonjs/parsers/containers/isobmff/read.d.ts +58 -0
- package/dist/commonjs/parsers/containers/isobmff/read.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/read.js +94 -0
- package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.d.ts +42 -0
- package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.js +86 -0
- package/dist/commonjs/parsers/containers/isobmff/utils.d.ts +143 -0
- package/dist/commonjs/parsers/containers/isobmff/utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/isobmff/utils.js +608 -0
- package/dist/commonjs/parsers/containers/matroska/index.d.ts +18 -0
- package/dist/commonjs/parsers/containers/matroska/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/matroska/index.js +21 -0
- package/dist/commonjs/parsers/containers/matroska/utils.d.ts +35 -0
- package/dist/commonjs/parsers/containers/matroska/utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/containers/matroska/utils.js +277 -0
- package/dist/commonjs/parsers/images/bif.d.ts +40 -0
- package/dist/commonjs/parsers/images/bif.d.ts.map +1 -0
- package/dist/commonjs/parsers/images/bif.js +103 -0
- package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.d.ts +29 -0
- package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.js +98 -0
- package/dist/commonjs/parsers/manifest/dash/common/content_protection_parser.d.ts +99 -0
- package/dist/commonjs/parsers/manifest/dash/common/content_protection_parser.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/content_protection_parser.js +261 -0
- package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts +18 -0
- package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.js +27 -0
- package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +44 -0
- package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.js +85 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_clock_offset.d.ts +30 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_clock_offset.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_clock_offset.js +41 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.d.ts +51 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.js +86 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.js +30 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +26 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +36 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.d.ts +44 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.js +71 -0
- package/dist/commonjs/parsers/manifest/dash/common/index.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/common/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/index.js +25 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts +267 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.js +289 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +33 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.js +47 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +40 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +112 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/index.d.ts +26 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/index.js +26 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts +209 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.js +247 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts +272 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.js +453 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +28 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +46 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +19 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +82 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +38 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +66 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +43 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +143 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/index.d.ts +20 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/index.js +19 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +37 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +90 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +448 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +702 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.d.ts +41 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.js +112 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/utils.d.ts +26 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/utils.js +31 -0
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts +48 -0
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.js +164 -0
- package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts +120 -0
- package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.js +138 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +56 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.js +508 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.js +34 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.d.ts +99 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.js +345 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts +71 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.js +341 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.d.ts +87 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.js +131 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts +51 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.js +300 -0
- package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.d.ts +27 -0
- package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.js +49 -0
- package/dist/commonjs/parsers/manifest/dash/index.d.ts +17 -0
- package/dist/commonjs/parsers/manifest/dash/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/index.js +23 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/index.d.ts +18 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/index.js +19 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +406 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +33 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.js +70 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.js +125 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +153 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +70 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.js +235 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.js +197 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.js +268 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +152 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.js +60 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +125 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.js +36 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +82 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +176 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.js +381 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_xml_string.js +142 -0
- package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts +404 -0
- package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/node_parser_types.js +17 -0
- package/dist/commonjs/parsers/manifest/dash/parsers_types.d.ts +84 -0
- package/dist/commonjs/parsers/manifest/dash/parsers_types.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/parsers_types.js +17 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/index.d.ts +20 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/index.js +19 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +112 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +425 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +33 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +276 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.js +33 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +44 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +61 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +34 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +116 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts +4 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.js +12 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +29 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +168 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +34 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +152 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +33 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +183 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +38 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +19 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +91 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +27 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.js +48 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +19 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +104 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +26 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +55 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +30 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +50 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts +17 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/index.js +20 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +28 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.js +53 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +39 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +62 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts +149 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.js +17 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +30 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.js +43 -0
- package/dist/commonjs/parsers/manifest/index.d.ts +17 -0
- package/dist/commonjs/parsers/manifest/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/index.js +17 -0
- package/dist/commonjs/parsers/manifest/local/index.d.ts +19 -0
- package/dist/commonjs/parsers/manifest/local/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/local/index.js +19 -0
- package/dist/commonjs/parsers/manifest/local/parse_local_manifest.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/local/parse_local_manifest.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/local/parse_local_manifest.js +140 -0
- package/dist/commonjs/parsers/manifest/local/representation_index.d.ts +99 -0
- package/dist/commonjs/parsers/manifest/local/representation_index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/local/representation_index.js +297 -0
- package/dist/commonjs/parsers/manifest/local/types.d.ts +288 -0
- package/dist/commonjs/parsers/manifest/local/types.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/local/types.js +17 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/index.d.ts +20 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/index.js +19 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +65 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.js +322 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts +165 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.js +239 -0
- package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts +34 -0
- package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/create_parser.js +548 -0
- package/dist/commonjs/parsers/manifest/smooth/get_codecs.d.ts +27 -0
- package/dist/commonjs/parsers/manifest/smooth/get_codecs.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/get_codecs.js +54 -0
- package/dist/commonjs/parsers/manifest/smooth/index.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/smooth/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/index.js +22 -0
- package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.d.ts +28 -0
- package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.js +72 -0
- package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.d.ts +31 -0
- package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.js +97 -0
- package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts +242 -0
- package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/representation_index.js +424 -0
- package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +120 -0
- package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.js +182 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.d.ts +39 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.js +66 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.js +33 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/reduceChildren.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/reduceChildren.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/reduceChildren.js +57 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/tokens.d.ts +29 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/tokens.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/smooth/utils/tokens.js +37 -0
- package/dist/commonjs/parsers/manifest/types.d.ts +443 -0
- package/dist/commonjs/parsers/manifest/types.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/types.js +17 -0
- package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.d.ts +26 -0
- package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.js +83 -0
- package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.d.ts +26 -0
- package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.js +76 -0
- package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +28 -0
- package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.js +69 -0
- package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +30 -0
- package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.js +71 -0
- package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.d.ts +25 -0
- package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.js +69 -0
- package/dist/commonjs/parsers/manifest/utils/get_minimum_position.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/utils/get_minimum_position.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/get_minimum_position.js +65 -0
- package/dist/commonjs/parsers/manifest/utils/index_helpers.d.ts +89 -0
- package/dist/commonjs/parsers/manifest/utils/index_helpers.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/index_helpers.js +154 -0
- package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.d.ts +34 -0
- package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.js +157 -0
- package/dist/commonjs/parsers/texttracks/index.d.ts +17 -0
- package/dist/commonjs/parsers/texttracks/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/index.js +17 -0
- package/dist/commonjs/parsers/texttracks/sami/html.d.ts +32 -0
- package/dist/commonjs/parsers/texttracks/sami/html.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/sami/html.js +220 -0
- package/dist/commonjs/parsers/texttracks/sami/native.d.ts +37 -0
- package/dist/commonjs/parsers/texttracks/sami/native.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/sami/native.js +184 -0
- package/dist/commonjs/parsers/texttracks/srt/find_end_of_cue_block.d.ts +30 -0
- package/dist/commonjs/parsers/texttracks/srt/find_end_of_cue_block.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/srt/find_end_of_cue_block.js +42 -0
- package/dist/commonjs/parsers/texttracks/srt/get_cue_blocks.d.ts +23 -0
- package/dist/commonjs/parsers/texttracks/srt/get_cue_blocks.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/srt/get_cue_blocks.js +50 -0
- package/dist/commonjs/parsers/texttracks/srt/html.d.ts +28 -0
- package/dist/commonjs/parsers/texttracks/srt/html.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/srt/html.js +192 -0
- package/dist/commonjs/parsers/texttracks/srt/native.d.ts +30 -0
- package/dist/commonjs/parsers/texttracks/srt/native.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/srt/native.js +66 -0
- package/dist/commonjs/parsers/texttracks/srt/parse_cue.d.ts +31 -0
- package/dist/commonjs/parsers/texttracks/srt/parse_cue.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/srt/parse_cue.js +75 -0
- package/dist/commonjs/parsers/texttracks/srt/parse_timestamp.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/srt/parse_timestamp.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/srt/parse_timestamp.js +36 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_parameters.d.ts +33 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_parameters.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_parameters.js +90 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_styling.d.ts +42 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_styling.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_styling.js +136 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.d.ts +27 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.js +43 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts +49 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +65 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.js +60 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.js +59 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.d.ts +21 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.js +48 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.d.ts +21 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.js +59 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.d.ts +21 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.js +138 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/create_element.d.ts +33 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/create_element.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/create_element.js +477 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts +27 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.js +44 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/index.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/index.js +23 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.d.ts +27 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.js +43 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +36 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.js +87 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +76 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/index.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/index.js +23 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.d.ts +25 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.js +200 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +24 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.js +70 -0
- package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.d.ts +44 -0
- package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.js +187 -0
- package/dist/commonjs/parsers/texttracks/ttml/regexps.d.ts +29 -0
- package/dist/commonjs/parsers/texttracks/ttml/regexps.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/regexps.js +49 -0
- package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +50 -0
- package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.js +107 -0
- package/dist/commonjs/parsers/texttracks/ttml/time_parsing.d.ts +31 -0
- package/dist/commonjs/parsers/texttracks/ttml/time_parsing.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/time_parsing.js +126 -0
- package/dist/commonjs/parsers/texttracks/ttml/xml_utils.d.ts +71 -0
- package/dist/commonjs/parsers/texttracks/ttml/xml_utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/ttml/xml_utils.js +186 -0
- package/dist/commonjs/parsers/texttracks/types.d.ts +80 -0
- package/dist/commonjs/parsers/texttracks/types.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/types.js +17 -0
- package/dist/commonjs/parsers/texttracks/webvtt/create_default_style_elements.d.ts +3 -0
- package/dist/commonjs/parsers/texttracks/webvtt/create_default_style_elements.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/create_default_style_elements.js +25 -0
- package/dist/commonjs/parsers/texttracks/webvtt/get_cue_blocks.d.ts +25 -0
- package/dist/commonjs/parsers/texttracks/webvtt/get_cue_blocks.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/get_cue_blocks.js +47 -0
- package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.d.ts +25 -0
- package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.js +55 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +23 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.js +38 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.js +172 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.d.ts +25 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.js +84 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/index.d.ts +28 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/index.js +26 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts +13 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_mp4.js +22 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts +33 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.js +69 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.d.ts +50 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.js +73 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/index.d.ts +23 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/index.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/index.js +26 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts +30 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.js +94 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts +13 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.js +24 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +24 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.js +83 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.d.ts +33 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.js +30 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.d.ts +40 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.js +104 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.js +154 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_style_block.d.ts +28 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_style_block.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_style_block.js +75 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.d.ts +22 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.js +36 -0
- package/dist/commonjs/parsers/texttracks/webvtt/utils.d.ts +58 -0
- package/dist/commonjs/parsers/texttracks/webvtt/utils.d.ts.map +1 -0
- package/dist/commonjs/parsers/texttracks/webvtt/utils.js +121 -0
- package/dist/commonjs/playback_observer/core_playback_observer.d.ts +85 -0
- package/dist/commonjs/playback_observer/core_playback_observer.d.ts.map +1 -0
- package/dist/commonjs/playback_observer/core_playback_observer.js +47 -0
- package/dist/commonjs/playback_observer/index.d.ts +7 -0
- package/dist/commonjs/playback_observer/index.d.ts.map +1 -0
- package/dist/commonjs/playback_observer/index.js +5 -0
- package/dist/commonjs/playback_observer/media_element_playback_observer.d.ts +288 -0
- package/dist/commonjs/playback_observer/media_element_playback_observer.d.ts.map +1 -0
- package/dist/commonjs/playback_observer/media_element_playback_observer.js +845 -0
- package/dist/commonjs/playback_observer/types.d.ts +226 -0
- package/dist/commonjs/playback_observer/types.d.ts.map +1 -0
- package/dist/commonjs/playback_observer/types.js +2 -0
- package/dist/commonjs/playback_observer/utils/generate_read_only_observer.d.ts +12 -0
- package/dist/commonjs/playback_observer/utils/generate_read_only_observer.d.ts.map +1 -0
- package/dist/commonjs/playback_observer/utils/generate_read_only_observer.js +42 -0
- package/dist/commonjs/playback_observer/utils/observation_position.d.ts +99 -0
- package/dist/commonjs/playback_observer/utils/observation_position.d.ts.map +1 -0
- package/dist/commonjs/playback_observer/utils/observation_position.js +99 -0
- package/dist/commonjs/public_types.d.ts +1289 -0
- package/dist/commonjs/public_types.d.ts.map +1 -0
- package/dist/commonjs/public_types.js +6 -0
- package/dist/commonjs/tools/TextTrackRenderer/index.d.ts +24 -0
- package/dist/commonjs/tools/TextTrackRenderer/index.d.ts.map +1 -0
- package/dist/commonjs/tools/TextTrackRenderer/index.js +29 -0
- package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.d.ts +80 -0
- package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.d.ts.map +1 -0
- package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.js +85 -0
- package/dist/commonjs/tools/index.d.ts +20 -0
- package/dist/commonjs/tools/index.d.ts.map +1 -0
- package/dist/commonjs/tools/index.js +23 -0
- package/dist/commonjs/tools/parseBIFThumbnails/index.d.ts +30 -0
- package/dist/commonjs/tools/parseBIFThumbnails/index.d.ts.map +1 -0
- package/dist/commonjs/tools/parseBIFThumbnails/index.js +33 -0
- package/dist/commonjs/tools/string_utils/index.d.ts +17 -0
- package/dist/commonjs/tools/string_utils/index.d.ts.map +1 -0
- package/dist/commonjs/tools/string_utils/index.js +25 -0
- package/dist/commonjs/transports/dash/construct_segment_url.d.ts +19 -0
- package/dist/commonjs/transports/dash/construct_segment_url.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/construct_segment_url.js +28 -0
- package/dist/commonjs/transports/dash/get_events_out_of_emsgs.d.ts +29 -0
- package/dist/commonjs/transports/dash/get_events_out_of_emsgs.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/get_events_out_of_emsgs.js +96 -0
- package/dist/commonjs/transports/dash/index.d.ts +22 -0
- package/dist/commonjs/transports/dash/index.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/index.js +23 -0
- package/dist/commonjs/transports/dash/init_segment_loader.d.ts +29 -0
- package/dist/commonjs/transports/dash/init_segment_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/init_segment_loader.js +135 -0
- package/dist/commonjs/transports/dash/integrity_checks.d.ts +18 -0
- package/dist/commonjs/transports/dash/integrity_checks.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/integrity_checks.js +209 -0
- package/dist/commonjs/transports/dash/load_chunked_segment_data.d.ts +40 -0
- package/dist/commonjs/transports/dash/load_chunked_segment_data.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/load_chunked_segment_data.js +126 -0
- package/dist/commonjs/transports/dash/manifest_parser.d.ts +19 -0
- package/dist/commonjs/transports/dash/manifest_parser.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/manifest_parser.js +298 -0
- package/dist/commonjs/transports/dash/pipelines.d.ts +24 -0
- package/dist/commonjs/transports/dash/pipelines.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/pipelines.js +68 -0
- package/dist/commonjs/transports/dash/segment_loader.d.ts +39 -0
- package/dist/commonjs/transports/dash/segment_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/segment_loader.js +275 -0
- package/dist/commonjs/transports/dash/segment_parser.d.ts +24 -0
- package/dist/commonjs/transports/dash/segment_parser.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/segment_parser.js +160 -0
- package/dist/commonjs/transports/dash/text_loader.d.ts +26 -0
- package/dist/commonjs/transports/dash/text_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/text_loader.js +166 -0
- package/dist/commonjs/transports/dash/text_parser.d.ts +26 -0
- package/dist/commonjs/transports/dash/text_parser.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/text_parser.js +194 -0
- package/dist/commonjs/transports/dash/thumbnails.d.ts +21 -0
- package/dist/commonjs/transports/dash/thumbnails.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/thumbnails.js +127 -0
- package/dist/commonjs/transports/index.d.ts +17 -0
- package/dist/commonjs/transports/index.d.ts.map +1 -0
- package/dist/commonjs/transports/index.js +17 -0
- package/dist/commonjs/transports/local/index.d.ts +18 -0
- package/dist/commonjs/transports/local/index.d.ts.map +1 -0
- package/dist/commonjs/transports/local/index.js +19 -0
- package/dist/commonjs/transports/local/pipelines.d.ts +23 -0
- package/dist/commonjs/transports/local/pipelines.d.ts.map +1 -0
- package/dist/commonjs/transports/local/pipelines.js +81 -0
- package/dist/commonjs/transports/local/segment_loader.d.ts +29 -0
- package/dist/commonjs/transports/local/segment_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/local/segment_loader.js +155 -0
- package/dist/commonjs/transports/local/segment_parser.d.ts +21 -0
- package/dist/commonjs/transports/local/segment_parser.d.ts.map +1 -0
- package/dist/commonjs/transports/local/segment_parser.js +90 -0
- package/dist/commonjs/transports/local/text_parser.d.ts +28 -0
- package/dist/commonjs/transports/local/text_parser.d.ts.map +1 -0
- package/dist/commonjs/transports/local/text_parser.js +165 -0
- package/dist/commonjs/transports/metaplaylist/index.d.ts +22 -0
- package/dist/commonjs/transports/metaplaylist/index.d.ts.map +1 -0
- package/dist/commonjs/transports/metaplaylist/index.js +23 -0
- package/dist/commonjs/transports/metaplaylist/manifest_loader.d.ts +27 -0
- package/dist/commonjs/transports/metaplaylist/manifest_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/metaplaylist/manifest_loader.js +57 -0
- package/dist/commonjs/transports/metaplaylist/pipelines.d.ts +18 -0
- package/dist/commonjs/transports/metaplaylist/pipelines.d.ts.map +1 -0
- package/dist/commonjs/transports/metaplaylist/pipelines.js +268 -0
- package/dist/commonjs/transports/smooth/extract_timings_infos.d.ts +63 -0
- package/dist/commonjs/transports/smooth/extract_timings_infos.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/extract_timings_infos.js +104 -0
- package/dist/commonjs/transports/smooth/index.d.ts +22 -0
- package/dist/commonjs/transports/smooth/index.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/index.js +23 -0
- package/dist/commonjs/transports/smooth/is_mp4_embedded_track.d.ts +23 -0
- package/dist/commonjs/transports/smooth/is_mp4_embedded_track.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/is_mp4_embedded_track.js +27 -0
- package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.d.ts +29 -0
- package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.js +54 -0
- package/dist/commonjs/transports/smooth/isobmff/create_boxes.d.ts +172 -0
- package/dist/commonjs/transports/smooth/isobmff/create_boxes.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/create_boxes.js +368 -0
- package/dist/commonjs/transports/smooth/isobmff/create_init_segment.d.ts +32 -0
- package/dist/commonjs/transports/smooth/isobmff/create_init_segment.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/create_init_segment.js +66 -0
- package/dist/commonjs/transports/smooth/isobmff/create_traf_box.d.ts +17 -0
- package/dist/commonjs/transports/smooth/isobmff/create_traf_box.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/create_traf_box.js +27 -0
- package/dist/commonjs/transports/smooth/isobmff/create_video_init_segment.d.ts +30 -0
- package/dist/commonjs/transports/smooth/isobmff/create_video_init_segment.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/create_video_init_segment.js +76 -0
- package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.d.ts +28 -0
- package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.js +46 -0
- package/dist/commonjs/transports/smooth/isobmff/index.d.ts +24 -0
- package/dist/commonjs/transports/smooth/isobmff/index.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/index.js +28 -0
- package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.d.ts +25 -0
- package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.js +50 -0
- package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.d.ts +25 -0
- package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.js +34 -0
- package/dist/commonjs/transports/smooth/isobmff/patch_segment.d.ts +24 -0
- package/dist/commonjs/transports/smooth/isobmff/patch_segment.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/isobmff/patch_segment.js +131 -0
- package/dist/commonjs/transports/smooth/pipelines.d.ts +18 -0
- package/dist/commonjs/transports/smooth/pipelines.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/pipelines.js +374 -0
- package/dist/commonjs/transports/smooth/segment_loader.d.ts +28 -0
- package/dist/commonjs/transports/smooth/segment_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/segment_loader.js +299 -0
- package/dist/commonjs/transports/smooth/utils.d.ts +27 -0
- package/dist/commonjs/transports/smooth/utils.d.ts.map +1 -0
- package/dist/commonjs/transports/smooth/utils.js +39 -0
- package/dist/commonjs/transports/types.d.ts +772 -0
- package/dist/commonjs/transports/types.d.ts.map +1 -0
- package/dist/commonjs/transports/types.js +17 -0
- package/dist/commonjs/transports/utils/add_query_string.d.ts +13 -0
- package/dist/commonjs/transports/utils/add_query_string.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/add_query_string.js +54 -0
- package/dist/commonjs/transports/utils/byte_range.d.ts +22 -0
- package/dist/commonjs/transports/utils/byte_range.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/byte_range.js +43 -0
- package/dist/commonjs/transports/utils/call_custom_manifest_loader.d.ts +20 -0
- package/dist/commonjs/transports/utils/call_custom_manifest_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/call_custom_manifest_loader.js +99 -0
- package/dist/commonjs/transports/utils/check_isobmff_integrity.d.ts +24 -0
- package/dist/commonjs/transports/utils/check_isobmff_integrity.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/check_isobmff_integrity.js +49 -0
- package/dist/commonjs/transports/utils/generate_manifest_loader.d.ts +27 -0
- package/dist/commonjs/transports/utils/generate_manifest_loader.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/generate_manifest_loader.js +89 -0
- package/dist/commonjs/transports/utils/get_isobmff_timing_infos.d.ts +30 -0
- package/dist/commonjs/transports/utils/get_isobmff_timing_infos.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/get_isobmff_timing_infos.js +70 -0
- package/dist/commonjs/transports/utils/infer_segment_container.d.ts +30 -0
- package/dist/commonjs/transports/utils/infer_segment_container.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/infer_segment_container.js +45 -0
- package/dist/commonjs/transports/utils/parse_text_track.d.ts +53 -0
- package/dist/commonjs/transports/utils/parse_text_track.d.ts.map +1 -0
- package/dist/commonjs/transports/utils/parse_text_track.js +161 -0
- package/dist/commonjs/utils/are_arrays_of_numbers_equal.d.ts +23 -0
- package/dist/commonjs/utils/are_arrays_of_numbers_equal.d.ts.map +1 -0
- package/dist/commonjs/utils/are_arrays_of_numbers_equal.js +38 -0
- package/dist/commonjs/utils/are_codecs_compatible.d.ts +30 -0
- package/dist/commonjs/utils/are_codecs_compatible.d.ts.map +1 -0
- package/dist/commonjs/utils/are_codecs_compatible.js +76 -0
- package/dist/commonjs/utils/array_find.d.ts +24 -0
- package/dist/commonjs/utils/array_find.d.ts.map +1 -0
- package/dist/commonjs/utils/array_find.js +40 -0
- package/dist/commonjs/utils/array_find_index.d.ts +24 -0
- package/dist/commonjs/utils/array_find_index.d.ts.map +1 -0
- package/dist/commonjs/utils/array_find_index.js +39 -0
- package/dist/commonjs/utils/array_includes.d.ts +54 -0
- package/dist/commonjs/utils/array_includes.d.ts.map +1 -0
- package/dist/commonjs/utils/array_includes.js +80 -0
- package/dist/commonjs/utils/assert.d.ts +75 -0
- package/dist/commonjs/utils/assert.d.ts.map +1 -0
- package/dist/commonjs/utils/assert.js +117 -0
- package/dist/commonjs/utils/base64.d.ts +15 -0
- package/dist/commonjs/utils/base64.d.ts.map +1 -0
- package/dist/commonjs/utils/base64.js +212 -0
- package/dist/commonjs/utils/buffer_source_to_uint8.d.ts +8 -0
- package/dist/commonjs/utils/buffer_source_to_uint8.d.ts.map +1 -0
- package/dist/commonjs/utils/buffer_source_to_uint8.js +18 -0
- package/dist/commonjs/utils/byte_parsing.d.ts +132 -0
- package/dist/commonjs/utils/byte_parsing.d.ts.map +1 -0
- package/dist/commonjs/utils/byte_parsing.js +273 -0
- package/dist/commonjs/utils/cancellable_sleep.d.ts +31 -0
- package/dist/commonjs/utils/cancellable_sleep.d.ts.map +1 -0
- package/dist/commonjs/utils/cancellable_sleep.js +38 -0
- package/dist/commonjs/utils/create_cancellable_promise.d.ts +27 -0
- package/dist/commonjs/utils/create_cancellable_promise.d.ts.map +1 -0
- package/dist/commonjs/utils/create_cancellable_promise.js +55 -0
- package/dist/commonjs/utils/create_uuid.d.ts +9 -0
- package/dist/commonjs/utils/create_uuid.d.ts.map +1 -0
- package/dist/commonjs/utils/create_uuid.js +32 -0
- package/dist/commonjs/utils/deep_merge.d.ts +10 -0
- package/dist/commonjs/utils/deep_merge.d.ts.map +1 -0
- package/dist/commonjs/utils/deep_merge.js +73 -0
- package/dist/commonjs/utils/event_emitter.d.ts +59 -0
- package/dist/commonjs/utils/event_emitter.d.ts.map +1 -0
- package/dist/commonjs/utils/event_emitter.js +149 -0
- package/dist/commonjs/utils/flat_map.d.ts +23 -0
- package/dist/commonjs/utils/flat_map.d.ts.map +1 -0
- package/dist/commonjs/utils/flat_map.js +63 -0
- package/dist/commonjs/utils/get_fuzzed_delay.d.ts +22 -0
- package/dist/commonjs/utils/get_fuzzed_delay.d.ts.map +1 -0
- package/dist/commonjs/utils/get_fuzzed_delay.js +28 -0
- package/dist/commonjs/utils/global_scope.d.ts +10 -0
- package/dist/commonjs/utils/global_scope.d.ts.map +1 -0
- package/dist/commonjs/utils/global_scope.js +22 -0
- package/dist/commonjs/utils/hash_buffer.d.ts +33 -0
- package/dist/commonjs/utils/hash_buffer.d.ts.map +1 -0
- package/dist/commonjs/utils/hash_buffer.js +44 -0
- package/dist/commonjs/utils/id_generator.d.ts +22 -0
- package/dist/commonjs/utils/id_generator.d.ts.map +1 -0
- package/dist/commonjs/utils/id_generator.js +35 -0
- package/dist/commonjs/utils/is_node.d.ts +19 -0
- package/dist/commonjs/utils/is_node.d.ts.map +1 -0
- package/dist/commonjs/utils/is_node.js +21 -0
- package/dist/commonjs/utils/is_non_empty_string.d.ts +21 -0
- package/dist/commonjs/utils/is_non_empty_string.d.ts.map +1 -0
- package/dist/commonjs/utils/is_non_empty_string.js +25 -0
- package/dist/commonjs/utils/is_null_or_undefined.d.ts +25 -0
- package/dist/commonjs/utils/is_null_or_undefined.d.ts.map +1 -0
- package/dist/commonjs/utils/is_null_or_undefined.js +29 -0
- package/dist/commonjs/utils/is_worker.d.ts +6 -0
- package/dist/commonjs/utils/is_worker.d.ts.map +1 -0
- package/dist/commonjs/utils/is_worker.js +7 -0
- package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.d.ts +23 -0
- package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.d.ts.map +1 -0
- package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.js +207 -0
- package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.d.ts +23 -0
- package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.d.ts.map +1 -0
- package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.js +43 -0
- package/dist/commonjs/utils/languages/index.d.ts +21 -0
- package/dist/commonjs/utils/languages/index.d.ts.map +1 -0
- package/dist/commonjs/utils/languages/index.js +22 -0
- package/dist/commonjs/utils/languages/normalize.d.ts +70 -0
- package/dist/commonjs/utils/languages/normalize.d.ts.map +1 -0
- package/dist/commonjs/utils/languages/normalize.js +125 -0
- package/dist/commonjs/utils/logger.d.ts +157 -0
- package/dist/commonjs/utils/logger.d.ts.map +1 -0
- package/dist/commonjs/utils/logger.js +229 -0
- package/dist/commonjs/utils/monotonic_timestamp.d.ts +23 -0
- package/dist/commonjs/utils/monotonic_timestamp.d.ts.map +1 -0
- package/dist/commonjs/utils/monotonic_timestamp.js +40 -0
- package/dist/commonjs/utils/noop.d.ts +24 -0
- package/dist/commonjs/utils/noop.d.ts.map +1 -0
- package/dist/commonjs/utils/noop.js +27 -0
- package/dist/commonjs/utils/object_assign.d.ts +47 -0
- package/dist/commonjs/utils/object_assign.d.ts.map +1 -0
- package/dist/commonjs/utils/object_assign.js +75 -0
- package/dist/commonjs/utils/object_values.d.ts +31 -0
- package/dist/commonjs/utils/object_values.d.ts.map +1 -0
- package/dist/commonjs/utils/object_values.js +27 -0
- package/dist/commonjs/utils/queue_microtask.d.ts +3 -0
- package/dist/commonjs/utils/queue_microtask.d.ts.map +1 -0
- package/dist/commonjs/utils/queue_microtask.js +7 -0
- package/dist/commonjs/utils/ranges.d.ts +214 -0
- package/dist/commonjs/utils/ranges.d.ts.map +1 -0
- package/dist/commonjs/utils/ranges.js +519 -0
- package/dist/commonjs/utils/reference.d.ts +215 -0
- package/dist/commonjs/utils/reference.d.ts.map +1 -0
- package/dist/commonjs/utils/reference.js +333 -0
- package/dist/commonjs/utils/request/fetch.d.ts +81 -0
- package/dist/commonjs/utils/request/fetch.d.ts.map +1 -0
- package/dist/commonjs/utils/request/fetch.js +255 -0
- package/dist/commonjs/utils/request/index.d.ts +25 -0
- package/dist/commonjs/utils/request/index.d.ts.map +1 -0
- package/dist/commonjs/utils/request/index.js +27 -0
- package/dist/commonjs/utils/request/request_error.d.ts +47 -0
- package/dist/commonjs/utils/request/request_error.d.ts.map +1 -0
- package/dist/commonjs/utils/request/request_error.js +89 -0
- package/dist/commonjs/utils/request/xhr.d.ts +100 -0
- package/dist/commonjs/utils/request/xhr.d.ts.map +1 -0
- package/dist/commonjs/utils/request/xhr.js +205 -0
- package/dist/commonjs/utils/retry_promise_with_backoff.d.ts +55 -0
- package/dist/commonjs/utils/retry_promise_with_backoff.d.ts.map +1 -0
- package/dist/commonjs/utils/retry_promise_with_backoff.js +135 -0
- package/dist/commonjs/utils/sleep.d.ts +11 -0
- package/dist/commonjs/utils/sleep.d.ts.map +1 -0
- package/dist/commonjs/utils/sleep.js +17 -0
- package/dist/commonjs/utils/slice_uint8array.d.ts +28 -0
- package/dist/commonjs/utils/slice_uint8array.d.ts.map +1 -0
- package/dist/commonjs/utils/slice_uint8array.js +44 -0
- package/dist/commonjs/utils/sorted_list.d.ts +128 -0
- package/dist/commonjs/utils/sorted_list.d.ts.map +1 -0
- package/dist/commonjs/utils/sorted_list.js +185 -0
- package/dist/commonjs/utils/starts_with.d.ts +27 -0
- package/dist/commonjs/utils/starts_with.d.ts.map +1 -0
- package/dist/commonjs/utils/starts_with.js +38 -0
- package/dist/commonjs/utils/string_parsing.d.ts +89 -0
- package/dist/commonjs/utils/string_parsing.d.ts.map +1 -0
- package/dist/commonjs/utils/string_parsing.js +382 -0
- package/dist/commonjs/utils/sync_or_async.d.ts +71 -0
- package/dist/commonjs/utils/sync_or_async.d.ts.map +1 -0
- package/dist/commonjs/utils/sync_or_async.js +53 -0
- package/dist/commonjs/utils/task_canceller.d.ts +290 -0
- package/dist/commonjs/utils/task_canceller.d.ts.map +1 -0
- package/dist/commonjs/utils/task_canceller.js +375 -0
- package/dist/commonjs/utils/url-utils.d.ts +50 -0
- package/dist/commonjs/utils/url-utils.d.ts.map +1 -0
- package/dist/commonjs/utils/url-utils.js +356 -0
- package/dist/commonjs/utils/warn_once.d.ts +24 -0
- package/dist/commonjs/utils/warn_once.d.ts.map +1 -0
- package/dist/commonjs/utils/warn_once.js +34 -0
- package/dist/commonjs/utils/weak_map_memory.d.ts +71 -0
- package/dist/commonjs/utils/weak_map_memory.d.ts.map +1 -0
- package/dist/commonjs/utils/weak_map_memory.js +87 -0
- package/dist/commonjs/utils/wrapInPromise.d.ts +8 -0
- package/dist/commonjs/utils/wrapInPromise.d.ts.map +1 -0
- package/dist/commonjs/utils/wrapInPromise.js +25 -0
- package/dist/commonjs/utils/xml-parser.d.ts +71 -0
- package/dist/commonjs/utils/xml-parser.d.ts.map +1 -0
- package/dist/commonjs/utils/xml-parser.js +358 -0
- package/dist/commonjs/worker_entry_point.d.ts +2 -0
- package/dist/commonjs/worker_entry_point.d.ts.map +1 -0
- package/dist/commonjs/worker_entry_point.js +10 -0
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts +4 -0
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts.map +1 -0
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.js +3 -0
- package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts +4 -0
- package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts.map +1 -0
- package/dist/es2017/__GENERATED_CODE/embedded_worker.js +3 -0
- package/dist/es2017/__GENERATED_CODE/index.d.ts +3 -0
- package/dist/es2017/__GENERATED_CODE/index.d.ts.map +1 -0
- package/dist/es2017/__GENERATED_CODE/index.js +2 -0
- package/dist/es2017/compat/add_class_name.d.ts +23 -0
- package/dist/es2017/compat/add_class_name.d.ts.map +1 -0
- package/dist/es2017/compat/add_class_name.js +36 -0
- package/dist/es2017/compat/add_text_track.d.ts +32 -0
- package/dist/es2017/compat/add_text_track.d.ts.map +1 -0
- package/dist/es2017/compat/add_text_track.js +49 -0
- package/dist/es2017/compat/browser_compatibility_types.d.ts +384 -0
- package/dist/es2017/compat/browser_compatibility_types.d.ts.map +1 -0
- package/dist/es2017/compat/browser_compatibility_types.js +42 -0
- package/dist/es2017/compat/browser_version.d.ts +25 -0
- package/dist/es2017/compat/browser_version.d.ts.map +1 -0
- package/dist/es2017/compat/browser_version.js +41 -0
- package/dist/es2017/compat/can_patch_isobmff.d.ts +26 -0
- package/dist/es2017/compat/can_patch_isobmff.d.ts.map +1 -0
- package/dist/es2017/compat/can_patch_isobmff.js +29 -0
- package/dist/es2017/compat/can_preload_before_play.d.ts +11 -0
- package/dist/es2017/compat/can_preload_before_play.d.ts.map +1 -0
- package/dist/es2017/compat/can_preload_before_play.js +20 -0
- package/dist/es2017/compat/can_rely_on_request_media_key_system_access.d.ts +41 -0
- package/dist/es2017/compat/can_rely_on_request_media_key_system_access.d.ts.map +1 -0
- package/dist/es2017/compat/can_rely_on_request_media_key_system_access.js +53 -0
- package/dist/es2017/compat/can_rely_on_video_visibility_and_size.d.ts +38 -0
- package/dist/es2017/compat/can_rely_on_video_visibility_and_size.d.ts.map +1 -0
- package/dist/es2017/compat/can_rely_on_video_visibility_and_size.js +49 -0
- package/dist/es2017/compat/can_reuse_media_keys.d.ts +20 -0
- package/dist/es2017/compat/can_reuse_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/can_reuse_media_keys.js +30 -0
- package/dist/es2017/compat/change_source_buffer_type.d.ts +49 -0
- package/dist/es2017/compat/change_source_buffer_type.d.ts.map +1 -0
- package/dist/es2017/compat/change_source_buffer_type.js +37 -0
- package/dist/es2017/compat/clear_element_src.d.ts +22 -0
- package/dist/es2017/compat/clear_element_src.d.ts.map +1 -0
- package/dist/es2017/compat/clear_element_src.js +53 -0
- package/dist/es2017/compat/disable_remote_playback_on_managed_media_source.d.ts +18 -0
- package/dist/es2017/compat/disable_remote_playback_on_managed_media_source.d.ts.map +1 -0
- package/dist/es2017/compat/disable_remote_playback_on_managed_media_source.js +34 -0
- package/dist/es2017/compat/eme/close_session.d.ts +31 -0
- package/dist/es2017/compat/eme/close_session.d.ts.map +1 -0
- package/dist/es2017/compat/eme/close_session.js +102 -0
- package/dist/es2017/compat/eme/constants.d.ts +17 -0
- package/dist/es2017/compat/eme/constants.d.ts.map +1 -0
- package/dist/es2017/compat/eme/constants.js +19 -0
- package/dist/es2017/compat/eme/custom_key_system_access.d.ts +50 -0
- package/dist/es2017/compat/eme/custom_key_system_access.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_key_system_access.js +40 -0
- package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.d.ts +32 -0
- package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.js +149 -0
- package/dist/es2017/compat/eme/custom_media_keys/index.d.ts +7 -0
- package/dist/es2017/compat/eme/custom_media_keys/index.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/index.js +6 -0
- package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +28 -0
- package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.js +58 -0
- package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts +44 -0
- package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.js +26 -0
- package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +42 -0
- package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.js +166 -0
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.d.ts +33 -0
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.js +203 -0
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +23 -0
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts.map +1 -0
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +27 -0
- package/dist/es2017/compat/eme/eme-api-implementation.d.ts +78 -0
- package/dist/es2017/compat/eme/eme-api-implementation.d.ts.map +1 -0
- package/dist/es2017/compat/eme/eme-api-implementation.js +207 -0
- package/dist/es2017/compat/eme/generate_key_request.d.ts +55 -0
- package/dist/es2017/compat/eme/generate_key_request.d.ts.map +1 -0
- package/dist/es2017/compat/eme/generate_key_request.js +144 -0
- package/dist/es2017/compat/eme/get_init_data.d.ts +60 -0
- package/dist/es2017/compat/eme/get_init_data.d.ts.map +1 -0
- package/dist/es2017/compat/eme/get_init_data.js +110 -0
- package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts +24 -0
- package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts.map +1 -0
- package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.js +33 -0
- package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.d.ts +26 -0
- package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.d.ts.map +1 -0
- package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.js +54 -0
- package/dist/es2017/compat/eme/index.d.ts +26 -0
- package/dist/es2017/compat/eme/index.d.ts.map +1 -0
- package/dist/es2017/compat/eme/index.js +22 -0
- package/dist/es2017/compat/eme/load_session.d.ts +31 -0
- package/dist/es2017/compat/eme/load_session.d.ts.map +1 -0
- package/dist/es2017/compat/eme/load_session.js +53 -0
- package/dist/es2017/compat/eme/set_media_keys.d.ts +10 -0
- package/dist/es2017/compat/eme/set_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/eme/set_media_keys.js +33 -0
- package/dist/es2017/compat/enable_audio_track.d.ts +12 -0
- package/dist/es2017/compat/enable_audio_track.d.ts.map +1 -0
- package/dist/es2017/compat/enable_audio_track.js +26 -0
- package/dist/es2017/compat/env_detector.d.ts +100 -0
- package/dist/es2017/compat/env_detector.d.ts.map +1 -0
- package/dist/es2017/compat/env_detector.js +185 -0
- package/dist/es2017/compat/event_listeners.d.ts +175 -0
- package/dist/es2017/compat/event_listeners.d.ts.map +1 -0
- package/dist/es2017/compat/event_listeners.js +411 -0
- package/dist/es2017/compat/generate_init_data.d.ts +14 -0
- package/dist/es2017/compat/generate_init_data.d.ts.map +1 -0
- package/dist/es2017/compat/generate_init_data.js +56 -0
- package/dist/es2017/compat/get_start_date.d.ts +32 -0
- package/dist/es2017/compat/get_start_date.d.ts.map +1 -0
- package/dist/es2017/compat/get_start_date.js +44 -0
- package/dist/es2017/compat/has_issues_with_high_media_source_duration.d.ts +22 -0
- package/dist/es2017/compat/has_issues_with_high_media_source_duration.d.ts.map +1 -0
- package/dist/es2017/compat/has_issues_with_high_media_source_duration.js +29 -0
- package/dist/es2017/compat/has_mse_in_worker.d.ts +3 -0
- package/dist/es2017/compat/has_mse_in_worker.d.ts.map +1 -0
- package/dist/es2017/compat/has_mse_in_worker.js +4 -0
- package/dist/es2017/compat/has_webassembly.d.ts +7 -0
- package/dist/es2017/compat/has_webassembly.d.ts.map +1 -0
- package/dist/es2017/compat/has_webassembly.js +6 -0
- package/dist/es2017/compat/has_worker_api.d.ts +10 -0
- package/dist/es2017/compat/has_worker_api.d.ts.map +1 -0
- package/dist/es2017/compat/has_worker_api.js +14 -0
- package/dist/es2017/compat/is_codec_supported.d.ts +28 -0
- package/dist/es2017/compat/is_codec_supported.d.ts.map +1 -0
- package/dist/es2017/compat/is_codec_supported.js +67 -0
- package/dist/es2017/compat/is_seeking_approximate.d.ts +29 -0
- package/dist/es2017/compat/is_seeking_approximate.d.ts.map +1 -0
- package/dist/es2017/compat/is_seeking_approximate.js +33 -0
- package/dist/es2017/compat/is_vtt_cue.d.ts +23 -0
- package/dist/es2017/compat/is_vtt_cue.d.ts.map +1 -0
- package/dist/es2017/compat/is_vtt_cue.js +24 -0
- package/dist/es2017/compat/make_vtt_cue.d.ts +27 -0
- package/dist/es2017/compat/make_vtt_cue.d.ts.map +1 -0
- package/dist/es2017/compat/make_vtt_cue.js +44 -0
- package/dist/es2017/compat/may_media_element_fail_on_undecipherable_data.d.ts +17 -0
- package/dist/es2017/compat/may_media_element_fail_on_undecipherable_data.d.ts.map +1 -0
- package/dist/es2017/compat/may_media_element_fail_on_undecipherable_data.js +22 -0
- package/dist/es2017/compat/on_height_width_change.d.ts +34 -0
- package/dist/es2017/compat/on_height_width_change.d.ts.map +1 -0
- package/dist/es2017/compat/on_height_width_change.js +72 -0
- package/dist/es2017/compat/patch_webkit_source_buffer.d.ts +17 -0
- package/dist/es2017/compat/patch_webkit_source_buffer.d.ts.map +1 -0
- package/dist/es2017/compat/patch_webkit_source_buffer.js +61 -0
- package/dist/es2017/compat/remove_cue.d.ts +23 -0
- package/dist/es2017/compat/remove_cue.d.ts.map +1 -0
- package/dist/es2017/compat/remove_cue.js +63 -0
- package/dist/es2017/compat/reset_media_element.d.ts +26 -0
- package/dist/es2017/compat/reset_media_element.d.ts.map +1 -0
- package/dist/es2017/compat/reset_media_element.js +40 -0
- package/dist/es2017/compat/should_await_set_media_keys.d.ts +17 -0
- package/dist/es2017/compat/should_await_set_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/should_await_set_media_keys.js +24 -0
- package/dist/es2017/compat/should_favour_custom_safari_EME.d.ts +24 -0
- package/dist/es2017/compat/should_favour_custom_safari_EME.d.ts.map +1 -0
- package/dist/es2017/compat/should_favour_custom_safari_EME.js +34 -0
- package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.d.ts +27 -0
- package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.d.ts.map +1 -0
- package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.js +32 -0
- package/dist/es2017/compat/should_renew_media_key_system_access.d.ts +22 -0
- package/dist/es2017/compat/should_renew_media_key_system_access.d.ts.map +1 -0
- package/dist/es2017/compat/should_renew_media_key_system_access.js +32 -0
- package/dist/es2017/compat/should_unset_media_keys.d.ts +23 -0
- package/dist/es2017/compat/should_unset_media_keys.d.ts.map +1 -0
- package/dist/es2017/compat/should_unset_media_keys.js +27 -0
- package/dist/es2017/compat/should_validate_metadata.d.ts +23 -0
- package/dist/es2017/compat/should_validate_metadata.d.ts.map +1 -0
- package/dist/es2017/compat/should_validate_metadata.js +27 -0
- package/dist/es2017/compat/should_wait_for_data_before_loaded.d.ts +25 -0
- package/dist/es2017/compat/should_wait_for_data_before_loaded.d.ts.map +1 -0
- package/dist/es2017/compat/should_wait_for_data_before_loaded.js +39 -0
- package/dist/es2017/compat/should_wait_for_have_enough_data.d.ts +14 -0
- package/dist/es2017/compat/should_wait_for_have_enough_data.d.ts.map +1 -0
- package/dist/es2017/compat/should_wait_for_have_enough_data.js +19 -0
- package/dist/es2017/config.d.ts +21 -0
- package/dist/es2017/config.d.ts.map +1 -0
- package/dist/es2017/config.js +28 -0
- package/dist/es2017/core/adaptive/adaptive_representation_selector.d.ts +294 -0
- package/dist/es2017/core/adaptive/adaptive_representation_selector.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/adaptive_representation_selector.js +407 -0
- package/dist/es2017/core/adaptive/buffer_based_chooser.d.ts +90 -0
- package/dist/es2017/core/adaptive/buffer_based_chooser.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/buffer_based_chooser.js +198 -0
- package/dist/es2017/core/adaptive/guess_based_chooser.d.ts +96 -0
- package/dist/es2017/core/adaptive/guess_based_chooser.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/guess_based_chooser.js +239 -0
- package/dist/es2017/core/adaptive/index.d.ts +20 -0
- package/dist/es2017/core/adaptive/index.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/index.js +17 -0
- package/dist/es2017/core/adaptive/network_analyzer.d.ts +74 -0
- package/dist/es2017/core/adaptive/network_analyzer.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/network_analyzer.js +347 -0
- package/dist/es2017/core/adaptive/utils/bandwidth_estimator.d.ts +48 -0
- package/dist/es2017/core/adaptive/utils/bandwidth_estimator.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/bandwidth_estimator.js +68 -0
- package/dist/es2017/core/adaptive/utils/ewma.d.ts +40 -0
- package/dist/es2017/core/adaptive/utils/ewma.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/ewma.js +49 -0
- package/dist/es2017/core/adaptive/utils/filter_by_bitrate.d.ts +26 -0
- package/dist/es2017/core/adaptive/utils/filter_by_bitrate.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/filter_by_bitrate.js +37 -0
- package/dist/es2017/core/adaptive/utils/filter_by_resolution.d.ts +32 -0
- package/dist/es2017/core/adaptive/utils/filter_by_resolution.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/filter_by_resolution.js +44 -0
- package/dist/es2017/core/adaptive/utils/get_buffer_levels.d.ts +25 -0
- package/dist/es2017/core/adaptive/utils/get_buffer_levels.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/get_buffer_levels.js +50 -0
- package/dist/es2017/core/adaptive/utils/last_estimate_storage.d.ts +62 -0
- package/dist/es2017/core/adaptive/utils/last_estimate_storage.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/last_estimate_storage.js +35 -0
- package/dist/es2017/core/adaptive/utils/pending_requests_store.d.ts +111 -0
- package/dist/es2017/core/adaptive/utils/pending_requests_store.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/pending_requests_store.js +75 -0
- package/dist/es2017/core/adaptive/utils/representation_score_calculator.d.ts +105 -0
- package/dist/es2017/core/adaptive/utils/representation_score_calculator.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/representation_score_calculator.js +117 -0
- package/dist/es2017/core/adaptive/utils/select_optimal_representation.d.ts +28 -0
- package/dist/es2017/core/adaptive/utils/select_optimal_representation.d.ts.map +1 -0
- package/dist/es2017/core/adaptive/utils/select_optimal_representation.js +36 -0
- package/dist/es2017/core/cmcd/cmcd_data_builder.d.ts +133 -0
- package/dist/es2017/core/cmcd/cmcd_data_builder.d.ts.map +1 -0
- package/dist/es2017/core/cmcd/cmcd_data_builder.js +340 -0
- package/dist/es2017/core/cmcd/index.d.ts +4 -0
- package/dist/es2017/core/cmcd/index.d.ts.map +1 -0
- package/dist/es2017/core/cmcd/index.js +2 -0
- package/dist/es2017/core/entry/FreezeResolver.d.ts +176 -0
- package/dist/es2017/core/entry/FreezeResolver.d.ts.map +1 -0
- package/dist/es2017/core/entry/FreezeResolver.js +387 -0
- package/dist/es2017/core/entry/content_preparer.d.ts +194 -0
- package/dist/es2017/core/entry/content_preparer.d.ts.map +1 -0
- package/dist/es2017/core/entry/content_preparer.js +375 -0
- package/dist/es2017/core/entry/content_time_boundaries_observer.d.ts +195 -0
- package/dist/es2017/core/entry/content_time_boundaries_observer.d.ts.map +1 -0
- package/dist/es2017/core/entry/content_time_boundaries_observer.js +476 -0
- package/dist/es2017/core/entry/core_entry.d.ts +39 -0
- package/dist/es2017/core/entry/core_entry.d.ts.map +1 -0
- package/dist/es2017/core/entry/core_entry.js +927 -0
- package/dist/es2017/core/entry/core_text_displayer_interface.d.ts +65 -0
- package/dist/es2017/core/entry/core_text_displayer_interface.d.ts.map +1 -0
- package/dist/es2017/core/entry/core_text_displayer_interface.js +120 -0
- package/dist/es2017/core/entry/create_content_time_boundaries_observer.d.ts +28 -0
- package/dist/es2017/core/entry/create_content_time_boundaries_observer.d.ts.map +1 -0
- package/dist/es2017/core/entry/create_content_time_boundaries_observer.js +41 -0
- package/dist/es2017/core/entry/get_buffered_data_per_media_buffer.d.ts +15 -0
- package/dist/es2017/core/entry/get_buffered_data_per_media_buffer.d.ts.map +1 -0
- package/dist/es2017/core/entry/get_buffered_data_per_media_buffer.js +34 -0
- package/dist/es2017/core/entry/get_thumbnail_data.d.ts +13 -0
- package/dist/es2017/core/entry/get_thumbnail_data.d.ts.map +1 -0
- package/dist/es2017/core/entry/get_thumbnail_data.js +27 -0
- package/dist/es2017/core/entry/index.d.ts +6 -0
- package/dist/es2017/core/entry/index.d.ts.map +1 -0
- package/dist/es2017/core/entry/index.js +2 -0
- package/dist/es2017/core/entry/synchronize_sinks_on_observation.d.ts +11 -0
- package/dist/es2017/core/entry/synchronize_sinks_on_observation.d.ts.map +1 -0
- package/dist/es2017/core/entry/synchronize_sinks_on_observation.js +17 -0
- package/dist/es2017/core/entry/track_choice_setter.d.ts +20 -0
- package/dist/es2017/core/entry/track_choice_setter.d.ts.map +1 -0
- package/dist/es2017/core/entry/track_choice_setter.js +126 -0
- package/dist/es2017/core/entry/utils.d.ts +3 -0
- package/dist/es2017/core/entry/utils.d.ts.map +1 -0
- package/dist/es2017/core/entry/utils.js +8 -0
- package/dist/es2017/core/fetchers/cdn_prioritizer.d.ts +108 -0
- package/dist/es2017/core/fetchers/cdn_prioritizer.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/cdn_prioritizer.js +154 -0
- package/dist/es2017/core/fetchers/index.d.ts +25 -0
- package/dist/es2017/core/fetchers/index.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/index.js +20 -0
- package/dist/es2017/core/fetchers/manifest/index.d.ts +20 -0
- package/dist/es2017/core/fetchers/manifest/index.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/manifest/index.js +17 -0
- package/dist/es2017/core/fetchers/manifest/manifest_fetcher.d.ts +239 -0
- package/dist/es2017/core/fetchers/manifest/manifest_fetcher.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/manifest/manifest_fetcher.js +541 -0
- package/dist/es2017/core/fetchers/segment/index.d.ts +22 -0
- package/dist/es2017/core/fetchers/segment/index.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/index.js +17 -0
- package/dist/es2017/core/fetchers/segment/initialization_segment_cache.d.ts +43 -0
- package/dist/es2017/core/fetchers/segment/initialization_segment_cache.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/initialization_segment_cache.js +48 -0
- package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.d.ts +40 -0
- package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.js +67 -0
- package/dist/es2017/core/fetchers/segment/segment_fetcher.d.ts +200 -0
- package/dist/es2017/core/fetchers/segment/segment_fetcher.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/segment_fetcher.js +302 -0
- package/dist/es2017/core/fetchers/segment/segment_queue.d.ts +242 -0
- package/dist/es2017/core/fetchers/segment/segment_queue.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/segment_queue.js +433 -0
- package/dist/es2017/core/fetchers/segment/segment_queue_creator.d.ts +98 -0
- package/dist/es2017/core/fetchers/segment/segment_queue_creator.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/segment_queue_creator.js +73 -0
- package/dist/es2017/core/fetchers/segment/task_prioritizer.d.ts +155 -0
- package/dist/es2017/core/fetchers/segment/task_prioritizer.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/segment/task_prioritizer.js +328 -0
- package/dist/es2017/core/fetchers/thumbnails/index.d.ts +5 -0
- package/dist/es2017/core/fetchers/thumbnails/index.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/thumbnails/index.js +2 -0
- package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.d.ts +79 -0
- package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.js +200 -0
- package/dist/es2017/core/fetchers/utils/error_selector.d.ts +23 -0
- package/dist/es2017/core/fetchers/utils/error_selector.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/utils/error_selector.js +31 -0
- package/dist/es2017/core/fetchers/utils/schedule_request.d.ts +99 -0
- package/dist/es2017/core/fetchers/utils/schedule_request.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/utils/schedule_request.js +331 -0
- package/dist/es2017/core/segment_sinks/garbage_collector.d.ts +44 -0
- package/dist/es2017/core/segment_sinks/garbage_collector.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/garbage_collector.js +148 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts +136 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_sink.js +269 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/index.d.ts +18 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/index.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/index.js +17 -0
- package/dist/es2017/core/segment_sinks/implementations/index.d.ts +21 -0
- package/dist/es2017/core/segment_sinks/implementations/index.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/index.js +18 -0
- package/dist/es2017/core/segment_sinks/implementations/text/index.d.ts +5 -0
- package/dist/es2017/core/segment_sinks/implementations/text/index.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/text/index.js +2 -0
- package/dist/es2017/core/segment_sinks/implementations/text/text_segment_sink.d.ts +101 -0
- package/dist/es2017/core/segment_sinks/implementations/text/text_segment_sink.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/text/text_segment_sink.js +190 -0
- package/dist/es2017/core/segment_sinks/implementations/types.d.ts +311 -0
- package/dist/es2017/core/segment_sinks/implementations/types.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/types.js +112 -0
- package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts +30 -0
- package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.js +63 -0
- package/dist/es2017/core/segment_sinks/index.d.ts +25 -0
- package/dist/es2017/core/segment_sinks/index.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/index.js +21 -0
- package/dist/es2017/core/segment_sinks/inventory/buffered_history.d.ts +90 -0
- package/dist/es2017/core/segment_sinks/inventory/buffered_history.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/inventory/buffered_history.js +88 -0
- package/dist/es2017/core/segment_sinks/inventory/index.d.ts +24 -0
- package/dist/es2017/core/segment_sinks/inventory/index.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/inventory/index.js +18 -0
- package/dist/es2017/core/segment_sinks/inventory/segment_inventory.d.ts +240 -0
- package/dist/es2017/core/segment_sinks/inventory/segment_inventory.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/inventory/segment_inventory.js +1075 -0
- package/dist/es2017/core/segment_sinks/inventory/types.d.ts +33 -0
- package/dist/es2017/core/segment_sinks/inventory/types.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/inventory/types.js +16 -0
- package/dist/es2017/core/segment_sinks/inventory/utils.d.ts +34 -0
- package/dist/es2017/core/segment_sinks/inventory/utils.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/inventory/utils.js +48 -0
- package/dist/es2017/core/segment_sinks/segment_sinks_store.d.ts +204 -0
- package/dist/es2017/core/segment_sinks/segment_sinks_store.d.ts.map +1 -0
- package/dist/es2017/core/segment_sinks/segment_sinks_store.js +329 -0
- package/dist/es2017/core/stream/adaptation/adaptation_stream.d.ts +34 -0
- package/dist/es2017/core/stream/adaptation/adaptation_stream.d.ts.map +1 -0
- package/dist/es2017/core/stream/adaptation/adaptation_stream.js +471 -0
- package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.d.ts +54 -0
- package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.d.ts.map +1 -0
- package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.js +112 -0
- package/dist/es2017/core/stream/adaptation/index.d.ts +19 -0
- package/dist/es2017/core/stream/adaptation/index.d.ts.map +1 -0
- package/dist/es2017/core/stream/adaptation/index.js +17 -0
- package/dist/es2017/core/stream/adaptation/types.d.ts +200 -0
- package/dist/es2017/core/stream/adaptation/types.d.ts.map +1 -0
- package/dist/es2017/core/stream/adaptation/types.js +1 -0
- package/dist/es2017/core/stream/index.d.ts +23 -0
- package/dist/es2017/core/stream/index.d.ts.map +1 -0
- package/dist/es2017/core/stream/index.js +17 -0
- package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.d.ts +31 -0
- package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.d.ts.map +1 -0
- package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.js +76 -0
- package/dist/es2017/core/stream/orchestrator/index.d.ts +20 -0
- package/dist/es2017/core/stream/orchestrator/index.d.ts.map +1 -0
- package/dist/es2017/core/stream/orchestrator/index.js +17 -0
- package/dist/es2017/core/stream/orchestrator/stream_orchestrator.d.ts +176 -0
- package/dist/es2017/core/stream/orchestrator/stream_orchestrator.d.ts.map +1 -0
- package/dist/es2017/core/stream/orchestrator/stream_orchestrator.js +550 -0
- package/dist/es2017/core/stream/period/index.d.ts +19 -0
- package/dist/es2017/core/stream/period/index.d.ts.map +1 -0
- package/dist/es2017/core/stream/period/index.js +17 -0
- package/dist/es2017/core/stream/period/period_stream.d.ts +50 -0
- package/dist/es2017/core/stream/period/period_stream.d.ts.map +1 -0
- package/dist/es2017/core/stream/period/period_stream.js +432 -0
- package/dist/es2017/core/stream/period/types.d.ts +120 -0
- package/dist/es2017/core/stream/period/types.d.ts.map +1 -0
- package/dist/es2017/core/stream/period/types.js +1 -0
- package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +68 -0
- package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.d.ts.map +1 -0
- package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.js +130 -0
- package/dist/es2017/core/stream/representation/index.d.ts +19 -0
- package/dist/es2017/core/stream/representation/index.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/index.js +17 -0
- package/dist/es2017/core/stream/representation/representation_stream.d.ts +54 -0
- package/dist/es2017/core/stream/representation/representation_stream.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/representation_stream.js +395 -0
- package/dist/es2017/core/stream/representation/types.d.ts +319 -0
- package/dist/es2017/core/stream/representation/types.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/types.js +1 -0
- package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.d.ts +36 -0
- package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.js +79 -0
- package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.d.ts +54 -0
- package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.js +245 -0
- package/dist/es2017/core/stream/representation/utils/get_buffer_status.d.ts +73 -0
- package/dist/es2017/core/stream/representation/utils/get_buffer_status.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/get_buffer_status.js +198 -0
- package/dist/es2017/core/stream/representation/utils/get_needed_segments.d.ts +92 -0
- package/dist/es2017/core/stream/representation/utils/get_needed_segments.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/get_needed_segments.js +450 -0
- package/dist/es2017/core/stream/representation/utils/get_segment_priority.d.ts +29 -0
- package/dist/es2017/core/stream/representation/utils/get_segment_priority.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/get_segment_priority.js +38 -0
- package/dist/es2017/core/stream/representation/utils/push_init_segment.d.ts +42 -0
- package/dist/es2017/core/stream/representation/utils/push_init_segment.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/push_init_segment.js +36 -0
- package/dist/es2017/core/stream/representation/utils/push_media_segment.d.ts +43 -0
- package/dist/es2017/core/stream/representation/utils/push_media_segment.d.ts.map +1 -0
- package/dist/es2017/core/stream/representation/utils/push_media_segment.js +63 -0
- package/dist/es2017/core/types.d.ts +538 -0
- package/dist/es2017/core/types.d.ts.map +1 -0
- package/dist/es2017/core/types.js +2 -0
- package/dist/es2017/default_config.d.ts +1200 -0
- package/dist/es2017/default_config.d.ts.map +1 -0
- package/dist/es2017/default_config.js +1234 -0
- package/dist/es2017/errors/custom_loader_error.d.ts +36 -0
- package/dist/es2017/errors/custom_loader_error.d.ts.map +1 -0
- package/dist/es2017/errors/custom_loader_error.js +39 -0
- package/dist/es2017/errors/encrypted_media_error.d.ts +72 -0
- package/dist/es2017/errors/encrypted_media_error.d.ts.map +1 -0
- package/dist/es2017/errors/encrypted_media_error.js +55 -0
- package/dist/es2017/errors/error_codes.d.ts +33 -0
- package/dist/es2017/errors/error_codes.d.ts.map +1 -0
- package/dist/es2017/errors/error_codes.js +68 -0
- package/dist/es2017/errors/error_message.d.ts +23 -0
- package/dist/es2017/errors/error_message.d.ts.map +1 -0
- package/dist/es2017/errors/error_message.js +24 -0
- package/dist/es2017/errors/format_error.d.ts +21 -0
- package/dist/es2017/errors/format_error.d.ts.map +1 -0
- package/dist/es2017/errors/format_error.js +29 -0
- package/dist/es2017/errors/index.d.ts +32 -0
- package/dist/es2017/errors/index.d.ts.map +1 -0
- package/dist/es2017/errors/index.js +25 -0
- package/dist/es2017/errors/is_known_error.d.ts +23 -0
- package/dist/es2017/errors/is_known_error.d.ts.map +1 -0
- package/dist/es2017/errors/is_known_error.js +32 -0
- package/dist/es2017/errors/media_error.d.ts +60 -0
- package/dist/es2017/errors/media_error.d.ts.map +1 -0
- package/dist/es2017/errors/media_error.js +53 -0
- package/dist/es2017/errors/network_error.d.ts +59 -0
- package/dist/es2017/errors/network_error.d.ts.map +1 -0
- package/dist/es2017/errors/network_error.js +65 -0
- package/dist/es2017/errors/other_error.d.ts +47 -0
- package/dist/es2017/errors/other_error.d.ts.map +1 -0
- package/dist/es2017/errors/other_error.js +51 -0
- package/dist/es2017/errors/source_buffer_error.d.ts +40 -0
- package/dist/es2017/errors/source_buffer_error.d.ts.map +1 -0
- package/dist/es2017/errors/source_buffer_error.js +42 -0
- package/dist/es2017/errors/worker_initialization_error.d.ts +19 -0
- package/dist/es2017/errors/worker_initialization_error.d.ts.map +1 -0
- package/dist/es2017/errors/worker_initialization_error.js +21 -0
- package/dist/es2017/experimental/features/index.d.ts +19 -0
- package/dist/es2017/experimental/features/index.d.ts.map +1 -0
- package/dist/es2017/experimental/features/index.js +18 -0
- package/dist/es2017/experimental/features/local.d.ts +20 -0
- package/dist/es2017/experimental/features/local.d.ts.map +1 -0
- package/dist/es2017/experimental/features/local.js +29 -0
- package/dist/es2017/experimental/features/metaplaylist.d.ts +20 -0
- package/dist/es2017/experimental/features/metaplaylist.d.ts.map +1 -0
- package/dist/es2017/experimental/features/metaplaylist.js +29 -0
- package/dist/es2017/experimental/features/multi_thread.d.ts +9 -0
- package/dist/es2017/experimental/features/multi_thread.d.ts.map +1 -0
- package/dist/es2017/experimental/features/multi_thread.js +14 -0
- package/dist/es2017/experimental/features/worker/index.d.ts +3 -0
- package/dist/es2017/experimental/features/worker/index.d.ts.map +1 -0
- package/dist/es2017/experimental/features/worker/index.js +4 -0
- package/dist/es2017/experimental/index.d.ts +3 -0
- package/dist/es2017/experimental/index.d.ts.map +1 -0
- package/dist/es2017/experimental/index.js +2 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/eme.d.ts +225 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/eme.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/eme.js +790 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/html5.d.ts +376 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/html5.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/html5.js +863 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/index.d.ts +3 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/index.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/index.js +2 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/mse.d.ts +217 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/mse.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/mse.js +586 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/utils.d.ts +33 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/utils.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/DummyMediaElement/utils.js +457 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +18 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.js +20 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +18 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.js +20 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.d.ts +19 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.js +18 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +27 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +60 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +27 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +72 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +30 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +40 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.d.ts +26 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.js +16 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +55 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +281 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +25 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +29 -0
- package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts +24 -0
- package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +116 -0
- package/dist/es2017/experimental/tools/createMetaplaylist/index.d.ts +31 -0
- package/dist/es2017/experimental/tools/createMetaplaylist/index.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/createMetaplaylist/index.js +51 -0
- package/dist/es2017/experimental/tools/index.d.ts +20 -0
- package/dist/es2017/experimental/tools/index.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/index.js +19 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api.d.ts +73 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api.js +196 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.d.ts +19 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.js +17 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/log.d.ts +19 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/log.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/log.js +18 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +21 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +58 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +22 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +66 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts +30 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +60 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts +24 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/isTypeSupportedWithFeatures.js +140 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +22 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +49 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +22 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +36 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.d.ts +56 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.js +16 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.d.ts +35 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.d.ts.map +1 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.js +82 -0
- package/dist/es2017/features/add_features.d.ts +21 -0
- package/dist/es2017/features/add_features.d.ts.map +1 -0
- package/dist/es2017/features/add_features.js +34 -0
- package/dist/es2017/features/features_object.d.ts +23 -0
- package/dist/es2017/features/features_object.d.ts.map +1 -0
- package/dist/es2017/features/features_object.js +33 -0
- package/dist/es2017/features/index.d.ts +36 -0
- package/dist/es2017/features/index.d.ts.map +1 -0
- package/dist/es2017/features/index.js +33 -0
- package/dist/es2017/features/list/dash.d.ts +24 -0
- package/dist/es2017/features/list/dash.d.ts.map +1 -0
- package/dist/es2017/features/list/dash.js +37 -0
- package/dist/es2017/features/list/dash_wasm.d.ts +24 -0
- package/dist/es2017/features/list/dash_wasm.d.ts.map +1 -0
- package/dist/es2017/features/list/dash_wasm.js +39 -0
- package/dist/es2017/features/list/debug_element.d.ts +9 -0
- package/dist/es2017/features/list/debug_element.d.ts.map +1 -0
- package/dist/es2017/features/list/debug_element.js +10 -0
- package/dist/es2017/features/list/directfile.d.ts +25 -0
- package/dist/es2017/features/list/directfile.d.ts.map +1 -0
- package/dist/es2017/features/list/directfile.js +27 -0
- package/dist/es2017/features/list/eme.d.ts +24 -0
- package/dist/es2017/features/list/eme.d.ts.map +1 -0
- package/dist/es2017/features/list/eme.js +25 -0
- package/dist/es2017/features/list/html_sami_parser.d.ts +24 -0
- package/dist/es2017/features/list/html_sami_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/html_sami_parser.js +27 -0
- package/dist/es2017/features/list/html_srt_parser.d.ts +24 -0
- package/dist/es2017/features/list/html_srt_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/html_srt_parser.js +27 -0
- package/dist/es2017/features/list/html_text_buffer.d.ts +24 -0
- package/dist/es2017/features/list/html_text_buffer.d.ts.map +1 -0
- package/dist/es2017/features/list/html_text_buffer.js +25 -0
- package/dist/es2017/features/list/html_ttml_parser.d.ts +24 -0
- package/dist/es2017/features/list/html_ttml_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/html_ttml_parser.js +27 -0
- package/dist/es2017/features/list/html_vtt_parser.d.ts +24 -0
- package/dist/es2017/features/list/html_vtt_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/html_vtt_parser.js +28 -0
- package/dist/es2017/features/list/index.d.ts +33 -0
- package/dist/es2017/features/list/index.d.ts.map +1 -0
- package/dist/es2017/features/list/index.js +32 -0
- package/dist/es2017/features/list/media_source_main.d.ts +9 -0
- package/dist/es2017/features/list/media_source_main.d.ts.map +1 -0
- package/dist/es2017/features/list/media_source_main.js +16 -0
- package/dist/es2017/features/list/native_sami_parser.d.ts +24 -0
- package/dist/es2017/features/list/native_sami_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/native_sami_parser.js +27 -0
- package/dist/es2017/features/list/native_srt_parser.d.ts +24 -0
- package/dist/es2017/features/list/native_srt_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/native_srt_parser.js +27 -0
- package/dist/es2017/features/list/native_text_buffer.d.ts +24 -0
- package/dist/es2017/features/list/native_text_buffer.d.ts.map +1 -0
- package/dist/es2017/features/list/native_text_buffer.js +25 -0
- package/dist/es2017/features/list/native_ttml_parser.d.ts +24 -0
- package/dist/es2017/features/list/native_ttml_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/native_ttml_parser.js +27 -0
- package/dist/es2017/features/list/native_vtt_parser.d.ts +24 -0
- package/dist/es2017/features/list/native_vtt_parser.d.ts.map +1 -0
- package/dist/es2017/features/list/native_vtt_parser.js +28 -0
- package/dist/es2017/features/list/smooth.d.ts +24 -0
- package/dist/es2017/features/list/smooth.d.ts.map +1 -0
- package/dist/es2017/features/list/smooth.js +35 -0
- package/dist/es2017/features/types.d.ts +162 -0
- package/dist/es2017/features/types.d.ts.map +1 -0
- package/dist/es2017/features/types.js +16 -0
- package/dist/es2017/importable_worker.d.ts +25 -0
- package/dist/es2017/importable_worker.d.ts.map +1 -0
- package/dist/es2017/importable_worker.js +107 -0
- package/dist/es2017/index.d.ts +18 -0
- package/dist/es2017/index.d.ts.map +1 -0
- package/dist/es2017/index.js +42 -0
- package/dist/es2017/initialize_worker.d.ts +10 -0
- package/dist/es2017/initialize_worker.d.ts.map +1 -0
- package/dist/es2017/initialize_worker.js +70 -0
- package/dist/es2017/log.d.ts +19 -0
- package/dist/es2017/log.d.ts.map +1 -0
- package/dist/es2017/log.js +19 -0
- package/dist/es2017/main_thread/api/debug/buffer_graph.d.ts +29 -0
- package/dist/es2017/main_thread/api/debug/buffer_graph.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/buffer_graph.js +175 -0
- package/dist/es2017/main_thread/api/debug/buffer_size_graph.d.ts +11 -0
- package/dist/es2017/main_thread/api/debug/buffer_size_graph.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/buffer_size_graph.js +102 -0
- package/dist/es2017/main_thread/api/debug/constants.d.ts +3 -0
- package/dist/es2017/main_thread/api/debug/constants.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/constants.js +2 -0
- package/dist/es2017/main_thread/api/debug/index.d.ts +3 -0
- package/dist/es2017/main_thread/api/debug/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/index.js +2 -0
- package/dist/es2017/main_thread/api/debug/modules/general_info.d.ts +4 -0
- package/dist/es2017/main_thread/api/debug/modules/general_info.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/modules/general_info.js +192 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.d.ts +5 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.js +169 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.d.ts +4 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.js +35 -0
- package/dist/es2017/main_thread/api/debug/render.d.ts +4 -0
- package/dist/es2017/main_thread/api/debug/render.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/render.js +32 -0
- package/dist/es2017/main_thread/api/debug/utils.d.ts +40 -0
- package/dist/es2017/main_thread/api/debug/utils.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/debug/utils.js +54 -0
- package/dist/es2017/main_thread/api/index.d.ts +18 -0
- package/dist/es2017/main_thread/api/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/index.js +17 -0
- package/dist/es2017/main_thread/api/option_utils.d.ts +172 -0
- package/dist/es2017/main_thread/api/option_utils.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/option_utils.js +358 -0
- package/dist/es2017/main_thread/api/public_api.d.ts +1046 -0
- package/dist/es2017/main_thread/api/public_api.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/public_api.js +2852 -0
- package/dist/es2017/main_thread/api/utils.d.ts +67 -0
- package/dist/es2017/main_thread/api/utils.d.ts.map +1 -0
- package/dist/es2017/main_thread/api/utils.js +179 -0
- package/dist/es2017/main_thread/core_interface/base.d.ts +13 -0
- package/dist/es2017/main_thread/core_interface/base.d.ts.map +1 -0
- package/dist/es2017/main_thread/core_interface/base.js +28 -0
- package/dist/es2017/main_thread/core_interface/monothread.d.ts +13 -0
- package/dist/es2017/main_thread/core_interface/monothread.d.ts.map +1 -0
- package/dist/es2017/main_thread/core_interface/monothread.js +32 -0
- package/dist/es2017/main_thread/core_interface/multithread.d.ts +25 -0
- package/dist/es2017/main_thread/core_interface/multithread.d.ts.map +1 -0
- package/dist/es2017/main_thread/core_interface/multithread.js +45 -0
- package/dist/es2017/main_thread/core_interface/types.d.ts +6 -0
- package/dist/es2017/main_thread/core_interface/types.d.ts.map +1 -0
- package/dist/es2017/main_thread/core_interface/types.js +1 -0
- package/dist/es2017/main_thread/decrypt/clear_on_stop.d.ts +24 -0
- package/dist/es2017/main_thread/decrypt/clear_on_stop.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/clear_on_stop.js +42 -0
- package/dist/es2017/main_thread/decrypt/content_decryptor.d.ts +240 -0
- package/dist/es2017/main_thread/decrypt/content_decryptor.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/content_decryptor.js +924 -0
- package/dist/es2017/main_thread/decrypt/create_or_load_session.d.ts +65 -0
- package/dist/es2017/main_thread/decrypt/create_or_load_session.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/create_or_load_session.js +88 -0
- package/dist/es2017/main_thread/decrypt/create_session.d.ts +55 -0
- package/dist/es2017/main_thread/decrypt/create_session.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/create_session.js +152 -0
- package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.d.ts +23 -0
- package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.js +24 -0
- package/dist/es2017/main_thread/decrypt/find_key_system.d.ts +86 -0
- package/dist/es2017/main_thread/decrypt/find_key_system.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/find_key_system.js +446 -0
- package/dist/es2017/main_thread/decrypt/get_key_system_configuration.d.ts +24 -0
- package/dist/es2017/main_thread/decrypt/get_key_system_configuration.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/get_key_system_configuration.js +32 -0
- package/dist/es2017/main_thread/decrypt/get_media_keys.d.ts +55 -0
- package/dist/es2017/main_thread/decrypt/get_media_keys.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/get_media_keys.js +114 -0
- package/dist/es2017/main_thread/decrypt/index.d.ts +27 -0
- package/dist/es2017/main_thread/decrypt/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/index.js +26 -0
- package/dist/es2017/main_thread/decrypt/init_media_keys.d.ts +30 -0
- package/dist/es2017/main_thread/decrypt/init_media_keys.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/init_media_keys.js +38 -0
- package/dist/es2017/main_thread/decrypt/session_events_listener.d.ts +77 -0
- package/dist/es2017/main_thread/decrypt/session_events_listener.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/session_events_listener.js +273 -0
- package/dist/es2017/main_thread/decrypt/set_server_certificate.d.ts +58 -0
- package/dist/es2017/main_thread/decrypt/set_server_certificate.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/set_server_certificate.js +96 -0
- package/dist/es2017/main_thread/decrypt/types.d.ts +380 -0
- package/dist/es2017/main_thread/decrypt/types.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/types.js +55 -0
- package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.d.ts +35 -0
- package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.js +141 -0
- package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.d.ts +54 -0
- package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.js +180 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +27 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.js +42 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +33 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.js +43 -0
- package/dist/es2017/main_thread/decrypt/utils/get_drm_system_id.d.ts +21 -0
- package/dist/es2017/main_thread/decrypt/utils/get_drm_system_id.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/get_drm_system_id.js +37 -0
- package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.d.ts +70 -0
- package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.js +105 -0
- package/dist/es2017/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts +14 -0
- package/dist/es2017/main_thread/decrypt/utils/is_compatible_codec_supported.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/is_compatible_codec_supported.js +28 -0
- package/dist/es2017/main_thread/decrypt/utils/is_session_usable.d.ts +25 -0
- package/dist/es2017/main_thread/decrypt/utils/is_session_usable.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/is_session_usable.js +54 -0
- package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.d.ts +32 -0
- package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.js +48 -0
- package/dist/es2017/main_thread/decrypt/utils/key_session_record.d.ts +105 -0
- package/dist/es2017/main_thread/decrypt/utils/key_session_record.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/key_session_record.js +152 -0
- package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.d.ts +214 -0
- package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.js +382 -0
- package/dist/es2017/main_thread/decrypt/utils/media_keys_attacher.d.ts +85 -0
- package/dist/es2017/main_thread/decrypt/utils/media_keys_attacher.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/media_keys_attacher.js +184 -0
- package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.d.ts +93 -0
- package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.js +369 -0
- package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.d.ts +45 -0
- package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.js +46 -0
- package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.d.ts +65 -0
- package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.d.ts.map +1 -0
- package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.js +121 -0
- package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts +116 -0
- package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/directfile_content_initializer.js +267 -0
- package/dist/es2017/main_thread/init/index.d.ts +18 -0
- package/dist/es2017/main_thread/init/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/index.js +16 -0
- package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts +330 -0
- package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/media_source_content_initializer.js +1570 -0
- package/dist/es2017/main_thread/init/types.d.ts +240 -0
- package/dist/es2017/main_thread/init/types.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/types.js +29 -0
- package/dist/es2017/main_thread/init/utils/create_core_playback_observer.d.ts +96 -0
- package/dist/es2017/main_thread/init/utils/create_core_playback_observer.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/create_core_playback_observer.js +107 -0
- package/dist/es2017/main_thread/init/utils/get_initial_time.d.ts +77 -0
- package/dist/es2017/main_thread/init/utils/get_initial_time.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/get_initial_time.js +149 -0
- package/dist/es2017/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
- package/dist/es2017/main_thread/init/utils/get_loaded_reference.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/get_loaded_reference.js +63 -0
- package/dist/es2017/main_thread/init/utils/initial_seek_and_play.d.ts +63 -0
- package/dist/es2017/main_thread/init/utils/initial_seek_and_play.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/initial_seek_and_play.js +224 -0
- package/dist/es2017/main_thread/init/utils/initialize_content_decryption.d.ts +99 -0
- package/dist/es2017/main_thread/init/utils/initialize_content_decryption.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/initialize_content_decryption.js +118 -0
- package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +36 -0
- package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.js +50 -0
- package/dist/es2017/main_thread/init/utils/rebuffering_controller.d.ts +118 -0
- package/dist/es2017/main_thread/init/utils/rebuffering_controller.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/rebuffering_controller.js +450 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts +40 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +33 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.d.ts +19 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.js +17 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +26 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +82 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +57 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +178 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.d.ts +42 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.js +16 -0
- package/dist/es2017/main_thread/init/utils/throw_on_media_error.d.ts +25 -0
- package/dist/es2017/main_thread/init/utils/throw_on_media_error.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/throw_on_media_error.js +63 -0
- package/dist/es2017/main_thread/init/utils/update_manifest_codec_support.d.ts +35 -0
- package/dist/es2017/main_thread/init/utils/update_manifest_codec_support.d.ts.map +1 -0
- package/dist/es2017/main_thread/init/utils/update_manifest_codec_support.js +147 -0
- package/dist/es2017/main_thread/render_thumbnail.d.ts +27 -0
- package/dist/es2017/main_thread/render_thumbnail.d.ts.map +1 -0
- package/dist/es2017/main_thread/render_thumbnail.js +198 -0
- package/dist/es2017/main_thread/text_displayer/html/html_parsers.d.ts +20 -0
- package/dist/es2017/main_thread/text_displayer/html/html_parsers.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/html/html_parsers.js +22 -0
- package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.d.ts +105 -0
- package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.js +310 -0
- package/dist/es2017/main_thread/text_displayer/html/index.d.ts +3 -0
- package/dist/es2017/main_thread/text_displayer/html/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/html/index.js +2 -0
- package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.d.ts +66 -0
- package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.js +356 -0
- package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.d.ts +16 -0
- package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.js +61 -0
- package/dist/es2017/main_thread/text_displayer/html/utils.d.ts +55 -0
- package/dist/es2017/main_thread/text_displayer/html/utils.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/html/utils.js +133 -0
- package/dist/es2017/main_thread/text_displayer/index.d.ts +3 -0
- package/dist/es2017/main_thread/text_displayer/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/index.js +1 -0
- package/dist/es2017/main_thread/text_displayer/manual_time_ranges.d.ts +15 -0
- package/dist/es2017/main_thread/text_displayer/manual_time_ranges.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/manual_time_ranges.js +44 -0
- package/dist/es2017/main_thread/text_displayer/native/index.d.ts +3 -0
- package/dist/es2017/main_thread/text_displayer/native/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/native/index.js +2 -0
- package/dist/es2017/main_thread/text_displayer/native/native_parsers.d.ts +16 -0
- package/dist/es2017/main_thread/text_displayer/native/native_parsers.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/native/native_parsers.js +22 -0
- package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.d.ts +59 -0
- package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.js +200 -0
- package/dist/es2017/main_thread/text_displayer/types.d.ts +74 -0
- package/dist/es2017/main_thread/text_displayer/types.d.ts.map +1 -0
- package/dist/es2017/main_thread/text_displayer/types.js +1 -0
- package/dist/es2017/main_thread/tracks_store/index.d.ts +21 -0
- package/dist/es2017/main_thread/tracks_store/index.d.ts.map +1 -0
- package/dist/es2017/main_thread/tracks_store/index.js +18 -0
- package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.d.ts +208 -0
- package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.d.ts.map +1 -0
- package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.js +681 -0
- package/dist/es2017/main_thread/tracks_store/track_dispatcher.d.ts +108 -0
- package/dist/es2017/main_thread/tracks_store/track_dispatcher.d.ts.map +1 -0
- package/dist/es2017/main_thread/tracks_store/track_dispatcher.js +156 -0
- package/dist/es2017/main_thread/tracks_store/tracks_store.d.ts +538 -0
- package/dist/es2017/main_thread/tracks_store/tracks_store.d.ts.map +1 -0
- package/dist/es2017/main_thread/tracks_store/tracks_store.js +1354 -0
- package/dist/es2017/main_thread/types.d.ts +566 -0
- package/dist/es2017/main_thread/types.d.ts.map +1 -0
- package/dist/es2017/main_thread/types.js +1 -0
- package/dist/es2017/manifest/classes/adaptation.d.ts +135 -0
- package/dist/es2017/manifest/classes/adaptation.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/adaptation.js +219 -0
- package/dist/es2017/manifest/classes/codec_support_cache.d.ts +45 -0
- package/dist/es2017/manifest/classes/codec_support_cache.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/codec_support_cache.js +58 -0
- package/dist/es2017/manifest/classes/index.d.ts +32 -0
- package/dist/es2017/manifest/classes/index.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/index.js +24 -0
- package/dist/es2017/manifest/classes/manifest.d.ts +425 -0
- package/dist/es2017/manifest/classes/manifest.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/manifest.js +436 -0
- package/dist/es2017/manifest/classes/period.d.ts +157 -0
- package/dist/es2017/manifest/classes/period.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/period.js +215 -0
- package/dist/es2017/manifest/classes/representation.d.ts +271 -0
- package/dist/es2017/manifest/classes/representation.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/representation.js +366 -0
- package/dist/es2017/manifest/classes/representation_index/index.d.ts +20 -0
- package/dist/es2017/manifest/classes/representation_index/index.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/representation_index/index.js +17 -0
- package/dist/es2017/manifest/classes/representation_index/static.d.ts +117 -0
- package/dist/es2017/manifest/classes/representation_index/static.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/representation_index/static.js +160 -0
- package/dist/es2017/manifest/classes/representation_index/types.d.ts +441 -0
- package/dist/es2017/manifest/classes/representation_index/types.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/representation_index/types.js +16 -0
- package/dist/es2017/manifest/classes/types.d.ts +30 -0
- package/dist/es2017/manifest/classes/types.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/types.js +30 -0
- package/dist/es2017/manifest/classes/update_period_in_place.d.ts +63 -0
- package/dist/es2017/manifest/classes/update_period_in_place.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/update_period_in_place.js +168 -0
- package/dist/es2017/manifest/classes/update_periods.d.ts +51 -0
- package/dist/es2017/manifest/classes/update_periods.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/update_periods.js +193 -0
- package/dist/es2017/manifest/classes/utils.d.ts +47 -0
- package/dist/es2017/manifest/classes/utils.d.ts.map +1 -0
- package/dist/es2017/manifest/classes/utils.js +45 -0
- package/dist/es2017/manifest/index.d.ts +17 -0
- package/dist/es2017/manifest/index.d.ts.map +1 -0
- package/dist/es2017/manifest/index.js +3 -0
- package/dist/es2017/manifest/types.d.ts +466 -0
- package/dist/es2017/manifest/types.d.ts.map +1 -0
- package/dist/es2017/manifest/types.js +1 -0
- package/dist/es2017/manifest/utils.d.ts +184 -0
- package/dist/es2017/manifest/utils.d.ts.map +1 -0
- package/dist/es2017/manifest/utils.js +558 -0
- package/dist/es2017/minimal.d.ts +21 -0
- package/dist/es2017/minimal.d.ts.map +1 -0
- package/dist/es2017/minimal.js +28 -0
- package/dist/es2017/mse/index.d.ts +3 -0
- package/dist/es2017/mse/index.d.ts.map +1 -0
- package/dist/es2017/mse/index.js +1 -0
- package/dist/es2017/mse/main_media_source_interface.d.ts +133 -0
- package/dist/es2017/mse/main_media_source_interface.d.ts.map +1 -0
- package/dist/es2017/mse/main_media_source_interface.js +513 -0
- package/dist/es2017/mse/types.d.ts +303 -0
- package/dist/es2017/mse/types.d.ts.map +1 -0
- package/dist/es2017/mse/types.js +1 -0
- package/dist/es2017/mse/utils/end_of_stream.d.ts +35 -0
- package/dist/es2017/mse/utils/end_of_stream.d.ts.map +1 -0
- package/dist/es2017/mse/utils/end_of_stream.js +92 -0
- package/dist/es2017/mse/utils/media_source_duration_updater.d.ts +63 -0
- package/dist/es2017/mse/utils/media_source_duration_updater.d.ts.map +1 -0
- package/dist/es2017/mse/utils/media_source_duration_updater.js +270 -0
- package/dist/es2017/mse/worker_media_source_interface.d.ts +116 -0
- package/dist/es2017/mse/worker_media_source_interface.d.ts.map +1 -0
- package/dist/es2017/mse/worker_media_source_interface.js +317 -0
- package/dist/es2017/parsers/containers/isobmff/constants.d.ts +24 -0
- package/dist/es2017/parsers/containers/isobmff/constants.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/constants.js +23 -0
- package/dist/es2017/parsers/containers/isobmff/create_box.d.ts +31 -0
- package/dist/es2017/parsers/containers/isobmff/create_box.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/create_box.js +65 -0
- package/dist/es2017/parsers/containers/isobmff/drm/index.d.ts +17 -0
- package/dist/es2017/parsers/containers/isobmff/drm/index.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/drm/index.js +16 -0
- package/dist/es2017/parsers/containers/isobmff/drm/playready.d.ts +22 -0
- package/dist/es2017/parsers/containers/isobmff/drm/playready.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/drm/playready.js +35 -0
- package/dist/es2017/parsers/containers/isobmff/extract_complete_chunks.d.ts +30 -0
- package/dist/es2017/parsers/containers/isobmff/extract_complete_chunks.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/extract_complete_chunks.js +85 -0
- package/dist/es2017/parsers/containers/isobmff/find_complete_box.d.ts +26 -0
- package/dist/es2017/parsers/containers/isobmff/find_complete_box.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/find_complete_box.js +54 -0
- package/dist/es2017/parsers/containers/isobmff/get_box.d.ts +107 -0
- package/dist/es2017/parsers/containers/isobmff/get_box.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/get_box.js +224 -0
- package/dist/es2017/parsers/containers/isobmff/index.d.ts +26 -0
- package/dist/es2017/parsers/containers/isobmff/index.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/index.js +24 -0
- package/dist/es2017/parsers/containers/isobmff/read.d.ts +58 -0
- package/dist/es2017/parsers/containers/isobmff/read.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/read.js +87 -0
- package/dist/es2017/parsers/containers/isobmff/take_pssh_out.d.ts +42 -0
- package/dist/es2017/parsers/containers/isobmff/take_pssh_out.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/take_pssh_out.js +82 -0
- package/dist/es2017/parsers/containers/isobmff/utils.d.ts +143 -0
- package/dist/es2017/parsers/containers/isobmff/utils.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/isobmff/utils.js +537 -0
- package/dist/es2017/parsers/containers/matroska/index.d.ts +18 -0
- package/dist/es2017/parsers/containers/matroska/index.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/matroska/index.js +16 -0
- package/dist/es2017/parsers/containers/matroska/utils.d.ts +35 -0
- package/dist/es2017/parsers/containers/matroska/utils.d.ts.map +1 -0
- package/dist/es2017/parsers/containers/matroska/utils.js +256 -0
- package/dist/es2017/parsers/images/bif.d.ts +40 -0
- package/dist/es2017/parsers/images/bif.d.ts.map +1 -0
- package/dist/es2017/parsers/images/bif.js +101 -0
- package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.d.ts +29 -0
- package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.js +44 -0
- package/dist/es2017/parsers/manifest/dash/common/content_protection_parser.d.ts +99 -0
- package/dist/es2017/parsers/manifest/dash/common/content_protection_parser.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/content_protection_parser.js +198 -0
- package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts +18 -0
- package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.js +24 -0
- package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +44 -0
- package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.js +82 -0
- package/dist/es2017/parsers/manifest/dash/common/get_clock_offset.d.ts +30 -0
- package/dist/es2017/parsers/manifest/dash/common/get_clock_offset.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/get_clock_offset.js +38 -0
- package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.d.ts +51 -0
- package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.js +67 -0
- package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.js +25 -0
- package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +26 -0
- package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +33 -0
- package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.d.ts +44 -0
- package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.js +68 -0
- package/dist/es2017/parsers/manifest/dash/common/index.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/common/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/index.js +19 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts +267 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.js +285 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +33 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.js +44 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +40 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +109 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/index.d.ts +26 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/index.js +20 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts +209 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.js +227 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts +272 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.js +449 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +28 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +43 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +19 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +79 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +38 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +63 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +43 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +140 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/index.d.ts +20 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/index.js +17 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +37 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +65 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +448 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +685 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.d.ts +41 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.js +107 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/utils.d.ts +26 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/utils.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/utils.js +28 -0
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts +48 -0
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.js +154 -0
- package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts +120 -0
- package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.js +134 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +56 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.js +434 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.js +31 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_mpd.d.ts +99 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_mpd.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_mpd.js +291 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts +71 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.js +266 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.d.ts +87 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.js +100 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts +51 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.js +236 -0
- package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.d.ts +27 -0
- package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.js +46 -0
- package/dist/es2017/parsers/manifest/dash/index.d.ts +17 -0
- package/dist/es2017/parsers/manifest/dash/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/index.js +16 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/index.d.ts +18 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/index.js +17 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +365 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +30 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.js +45 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.js +84 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +101 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +45 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.js +194 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.js +156 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.js +227 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +111 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.js +41 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +84 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.js +33 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +57 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +176 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.js +309 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_xml_string.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_xml_string.js +114 -0
- package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts +404 -0
- package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/node_parser_types.js +16 -0
- package/dist/es2017/parsers/manifest/dash/parsers_types.d.ts +84 -0
- package/dist/es2017/parsers/manifest/dash/parsers_types.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/parsers_types.js +16 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/index.d.ts +20 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/index.js +17 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +112 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +355 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +33 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +272 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.js +30 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +41 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +58 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +34 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +112 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts +4 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.js +9 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +29 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +164 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +34 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +148 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +33 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +179 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +25 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +35 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +19 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +88 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +27 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.js +45 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +19 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +101 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +26 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +52 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +30 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +47 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts +17 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/index.js +16 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +28 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.js +50 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +39 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +58 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts +149 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.js +16 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +30 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.js +40 -0
- package/dist/es2017/parsers/manifest/index.d.ts +17 -0
- package/dist/es2017/parsers/manifest/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/index.js +16 -0
- package/dist/es2017/parsers/manifest/local/index.d.ts +19 -0
- package/dist/es2017/parsers/manifest/local/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/local/index.js +17 -0
- package/dist/es2017/parsers/manifest/local/parse_local_manifest.d.ts +23 -0
- package/dist/es2017/parsers/manifest/local/parse_local_manifest.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/local/parse_local_manifest.js +133 -0
- package/dist/es2017/parsers/manifest/local/representation_index.d.ts +99 -0
- package/dist/es2017/parsers/manifest/local/representation_index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/local/representation_index.js +243 -0
- package/dist/es2017/parsers/manifest/local/types.d.ts +288 -0
- package/dist/es2017/parsers/manifest/local/types.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/local/types.js +16 -0
- package/dist/es2017/parsers/manifest/metaplaylist/index.d.ts +20 -0
- package/dist/es2017/parsers/manifest/metaplaylist/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/metaplaylist/index.js +17 -0
- package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +65 -0
- package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.js +265 -0
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts +165 -0
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.js +234 -0
- package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts +34 -0
- package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/create_parser.js +520 -0
- package/dist/es2017/parsers/manifest/smooth/get_codecs.d.ts +27 -0
- package/dist/es2017/parsers/manifest/smooth/get_codecs.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/get_codecs.js +50 -0
- package/dist/es2017/parsers/manifest/smooth/index.d.ts +22 -0
- package/dist/es2017/parsers/manifest/smooth/index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/index.js +19 -0
- package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.d.ts +28 -0
- package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.js +69 -0
- package/dist/es2017/parsers/manifest/smooth/parse_protection_node.d.ts +31 -0
- package/dist/es2017/parsers/manifest/smooth/parse_protection_node.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/parse_protection_node.js +71 -0
- package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts +242 -0
- package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/representation_index.js +420 -0
- package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +120 -0
- package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.js +156 -0
- package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.d.ts +39 -0
- package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.js +63 -0
- package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.d.ts +21 -0
- package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.js +30 -0
- package/dist/es2017/parsers/manifest/smooth/utils/reduceChildren.d.ts +25 -0
- package/dist/es2017/parsers/manifest/smooth/utils/reduceChildren.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/utils/reduceChildren.js +32 -0
- package/dist/es2017/parsers/manifest/smooth/utils/tokens.d.ts +29 -0
- package/dist/es2017/parsers/manifest/smooth/utils/tokens.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/smooth/utils/tokens.js +34 -0
- package/dist/es2017/parsers/manifest/types.d.ts +443 -0
- package/dist/es2017/parsers/manifest/types.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/types.js +16 -0
- package/dist/es2017/parsers/manifest/utils/check_manifest_ids.d.ts +26 -0
- package/dist/es2017/parsers/manifest/utils/check_manifest_ids.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/check_manifest_ids.js +80 -0
- package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.d.ts +26 -0
- package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.js +73 -0
- package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +28 -0
- package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.js +44 -0
- package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +30 -0
- package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.js +46 -0
- package/dist/es2017/parsers/manifest/utils/get_maximum_positions.d.ts +25 -0
- package/dist/es2017/parsers/manifest/utils/get_maximum_positions.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/get_maximum_positions.js +66 -0
- package/dist/es2017/parsers/manifest/utils/get_minimum_position.d.ts +22 -0
- package/dist/es2017/parsers/manifest/utils/get_minimum_position.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/get_minimum_position.js +62 -0
- package/dist/es2017/parsers/manifest/utils/index_helpers.d.ts +89 -0
- package/dist/es2017/parsers/manifest/utils/index_helpers.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/index_helpers.js +146 -0
- package/dist/es2017/parsers/manifest/utils/update_segment_timeline.d.ts +34 -0
- package/dist/es2017/parsers/manifest/utils/update_segment_timeline.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/utils/update_segment_timeline.js +129 -0
- package/dist/es2017/parsers/texttracks/index.d.ts +17 -0
- package/dist/es2017/parsers/texttracks/index.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/index.js +16 -0
- package/dist/es2017/parsers/texttracks/sami/html.d.ts +32 -0
- package/dist/es2017/parsers/texttracks/sami/html.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/sami/html.js +201 -0
- package/dist/es2017/parsers/texttracks/sami/native.d.ts +37 -0
- package/dist/es2017/parsers/texttracks/sami/native.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/sami/native.js +165 -0
- package/dist/es2017/parsers/texttracks/srt/find_end_of_cue_block.d.ts +30 -0
- package/dist/es2017/parsers/texttracks/srt/find_end_of_cue_block.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/srt/find_end_of_cue_block.js +39 -0
- package/dist/es2017/parsers/texttracks/srt/get_cue_blocks.d.ts +23 -0
- package/dist/es2017/parsers/texttracks/srt/get_cue_blocks.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/srt/get_cue_blocks.js +47 -0
- package/dist/es2017/parsers/texttracks/srt/html.d.ts +28 -0
- package/dist/es2017/parsers/texttracks/srt/html.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/srt/html.js +167 -0
- package/dist/es2017/parsers/texttracks/srt/native.d.ts +30 -0
- package/dist/es2017/parsers/texttracks/srt/native.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/srt/native.js +63 -0
- package/dist/es2017/parsers/texttracks/srt/parse_cue.d.ts +31 -0
- package/dist/es2017/parsers/texttracks/srt/parse_cue.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/srt/parse_cue.js +55 -0
- package/dist/es2017/parsers/texttracks/srt/parse_timestamp.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/srt/parse_timestamp.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/srt/parse_timestamp.js +33 -0
- package/dist/es2017/parsers/texttracks/ttml/get_parameters.d.ts +33 -0
- package/dist/es2017/parsers/texttracks/ttml/get_parameters.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/get_parameters.js +87 -0
- package/dist/es2017/parsers/texttracks/ttml/get_styling.d.ts +42 -0
- package/dist/es2017/parsers/texttracks/ttml/get_styling.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/get_styling.js +127 -0
- package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.d.ts +27 -0
- package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.js +40 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts +49 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +61 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.js +57 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.js +56 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.d.ts +21 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.js +45 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.d.ts +21 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.js +56 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.d.ts +21 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.js +135 -0
- package/dist/es2017/parsers/texttracks/ttml/html/create_element.d.ts +33 -0
- package/dist/es2017/parsers/texttracks/ttml/html/create_element.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/create_element.js +448 -0
- package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts +27 -0
- package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.js +41 -0
- package/dist/es2017/parsers/texttracks/ttml/html/index.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/ttml/html/index.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/index.js +21 -0
- package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.d.ts +27 -0
- package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.js +40 -0
- package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +36 -0
- package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.js +62 -0
- package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +73 -0
- package/dist/es2017/parsers/texttracks/ttml/native/index.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/ttml/native/index.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/native/index.js +21 -0
- package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.d.ts +25 -0
- package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.js +197 -0
- package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +24 -0
- package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.js +45 -0
- package/dist/es2017/parsers/texttracks/ttml/parse_ttml.d.ts +44 -0
- package/dist/es2017/parsers/texttracks/ttml/parse_ttml.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/parse_ttml.js +156 -0
- package/dist/es2017/parsers/texttracks/ttml/regexps.d.ts +29 -0
- package/dist/es2017/parsers/texttracks/ttml/regexps.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/regexps.js +35 -0
- package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +50 -0
- package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.js +79 -0
- package/dist/es2017/parsers/texttracks/ttml/time_parsing.d.ts +31 -0
- package/dist/es2017/parsers/texttracks/ttml/time_parsing.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/time_parsing.js +124 -0
- package/dist/es2017/parsers/texttracks/ttml/xml_utils.d.ts +71 -0
- package/dist/es2017/parsers/texttracks/ttml/xml_utils.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/ttml/xml_utils.js +150 -0
- package/dist/es2017/parsers/texttracks/types.d.ts +80 -0
- package/dist/es2017/parsers/texttracks/types.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/types.js +16 -0
- package/dist/es2017/parsers/texttracks/webvtt/create_default_style_elements.d.ts +3 -0
- package/dist/es2017/parsers/texttracks/webvtt/create_default_style_elements.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/create_default_style_elements.js +22 -0
- package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.d.ts +25 -0
- package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.js +44 -0
- package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.d.ts +25 -0
- package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.js +52 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +23 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.js +35 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.js +166 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.d.ts +25 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.js +81 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/index.d.ts +28 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/index.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/index.js +26 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts +13 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_mp4.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_mp4.js +18 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts +33 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_plain_text.js +66 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/to_html.d.ts +50 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/to_html.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/html/to_html.js +70 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/index.d.ts +23 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/index.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/index.js +22 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts +30 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_plain_text_to_cues.js +69 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts +13 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_webvtt_mp4_to_cues.js +20 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +24 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.js +80 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.d.ts +33 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.js +27 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.d.ts +40 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.js +100 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_mp4_embedded_wvtt.js +129 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_style_block.d.ts +28 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_style_block.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_style_block.js +66 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.d.ts +22 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.js +33 -0
- package/dist/es2017/parsers/texttracks/webvtt/utils.d.ts +58 -0
- package/dist/es2017/parsers/texttracks/webvtt/utils.d.ts.map +1 -0
- package/dist/es2017/parsers/texttracks/webvtt/utils.js +114 -0
- package/dist/es2017/playback_observer/core_playback_observer.d.ts +85 -0
- package/dist/es2017/playback_observer/core_playback_observer.d.ts.map +1 -0
- package/dist/es2017/playback_observer/core_playback_observer.js +43 -0
- package/dist/es2017/playback_observer/index.d.ts +7 -0
- package/dist/es2017/playback_observer/index.d.ts.map +1 -0
- package/dist/es2017/playback_observer/index.js +2 -0
- package/dist/es2017/playback_observer/media_element_playback_observer.d.ts +288 -0
- package/dist/es2017/playback_observer/media_element_playback_observer.d.ts.map +1 -0
- package/dist/es2017/playback_observer/media_element_playback_observer.js +835 -0
- package/dist/es2017/playback_observer/types.d.ts +226 -0
- package/dist/es2017/playback_observer/types.d.ts.map +1 -0
- package/dist/es2017/playback_observer/types.js +1 -0
- package/dist/es2017/playback_observer/utils/generate_read_only_observer.d.ts +12 -0
- package/dist/es2017/playback_observer/utils/generate_read_only_observer.d.ts.map +1 -0
- package/dist/es2017/playback_observer/utils/generate_read_only_observer.js +39 -0
- package/dist/es2017/playback_observer/utils/observation_position.d.ts +99 -0
- package/dist/es2017/playback_observer/utils/observation_position.d.ts.map +1 -0
- package/dist/es2017/playback_observer/utils/observation_position.js +95 -0
- package/dist/es2017/public_types.d.ts +1289 -0
- package/dist/es2017/public_types.d.ts.map +1 -0
- package/dist/es2017/public_types.js +5 -0
- package/dist/es2017/tools/TextTrackRenderer/index.d.ts +24 -0
- package/dist/es2017/tools/TextTrackRenderer/index.d.ts.map +1 -0
- package/dist/es2017/tools/TextTrackRenderer/index.js +22 -0
- package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.d.ts +80 -0
- package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.d.ts.map +1 -0
- package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.js +80 -0
- package/dist/es2017/tools/index.d.ts +20 -0
- package/dist/es2017/tools/index.d.ts.map +1 -0
- package/dist/es2017/tools/index.js +20 -0
- package/dist/es2017/tools/parseBIFThumbnails/index.d.ts +30 -0
- package/dist/es2017/tools/parseBIFThumbnails/index.d.ts.map +1 -0
- package/dist/es2017/tools/parseBIFThumbnails/index.js +30 -0
- package/dist/es2017/tools/string_utils/index.d.ts +17 -0
- package/dist/es2017/tools/string_utils/index.d.ts.map +1 -0
- package/dist/es2017/tools/string_utils/index.js +16 -0
- package/dist/es2017/transports/dash/construct_segment_url.d.ts +19 -0
- package/dist/es2017/transports/dash/construct_segment_url.d.ts.map +1 -0
- package/dist/es2017/transports/dash/construct_segment_url.js +25 -0
- package/dist/es2017/transports/dash/get_events_out_of_emsgs.d.ts +29 -0
- package/dist/es2017/transports/dash/get_events_out_of_emsgs.d.ts.map +1 -0
- package/dist/es2017/transports/dash/get_events_out_of_emsgs.js +93 -0
- package/dist/es2017/transports/dash/index.d.ts +22 -0
- package/dist/es2017/transports/dash/index.d.ts.map +1 -0
- package/dist/es2017/transports/dash/index.js +21 -0
- package/dist/es2017/transports/dash/init_segment_loader.d.ts +29 -0
- package/dist/es2017/transports/dash/init_segment_loader.d.ts.map +1 -0
- package/dist/es2017/transports/dash/init_segment_loader.js +104 -0
- package/dist/es2017/transports/dash/integrity_checks.d.ts +18 -0
- package/dist/es2017/transports/dash/integrity_checks.d.ts.map +1 -0
- package/dist/es2017/transports/dash/integrity_checks.js +150 -0
- package/dist/es2017/transports/dash/load_chunked_segment_data.d.ts +40 -0
- package/dist/es2017/transports/dash/load_chunked_segment_data.d.ts.map +1 -0
- package/dist/es2017/transports/dash/load_chunked_segment_data.js +77 -0
- package/dist/es2017/transports/dash/manifest_parser.d.ts +19 -0
- package/dist/es2017/transports/dash/manifest_parser.d.ts.map +1 -0
- package/dist/es2017/transports/dash/manifest_parser.js +295 -0
- package/dist/es2017/transports/dash/pipelines.d.ts +24 -0
- package/dist/es2017/transports/dash/pipelines.d.ts.map +1 -0
- package/dist/es2017/transports/dash/pipelines.js +65 -0
- package/dist/es2017/transports/dash/segment_loader.d.ts +39 -0
- package/dist/es2017/transports/dash/segment_loader.d.ts.map +1 -0
- package/dist/es2017/transports/dash/segment_loader.js +214 -0
- package/dist/es2017/transports/dash/segment_parser.d.ts +24 -0
- package/dist/es2017/transports/dash/segment_parser.d.ts.map +1 -0
- package/dist/es2017/transports/dash/segment_parser.js +156 -0
- package/dist/es2017/transports/dash/text_loader.d.ts +26 -0
- package/dist/es2017/transports/dash/text_loader.d.ts.map +1 -0
- package/dist/es2017/transports/dash/text_loader.js +106 -0
- package/dist/es2017/transports/dash/text_parser.d.ts +26 -0
- package/dist/es2017/transports/dash/text_parser.d.ts.map +1 -0
- package/dist/es2017/transports/dash/text_parser.js +190 -0
- package/dist/es2017/transports/dash/thumbnails.d.ts +21 -0
- package/dist/es2017/transports/dash/thumbnails.d.ts.map +1 -0
- package/dist/es2017/transports/dash/thumbnails.js +72 -0
- package/dist/es2017/transports/index.d.ts +17 -0
- package/dist/es2017/transports/index.d.ts.map +1 -0
- package/dist/es2017/transports/index.js +16 -0
- package/dist/es2017/transports/local/index.d.ts +18 -0
- package/dist/es2017/transports/local/index.d.ts.map +1 -0
- package/dist/es2017/transports/local/index.js +17 -0
- package/dist/es2017/transports/local/pipelines.d.ts +23 -0
- package/dist/es2017/transports/local/pipelines.d.ts.map +1 -0
- package/dist/es2017/transports/local/pipelines.js +76 -0
- package/dist/es2017/transports/local/segment_loader.d.ts +29 -0
- package/dist/es2017/transports/local/segment_loader.d.ts.map +1 -0
- package/dist/es2017/transports/local/segment_loader.js +152 -0
- package/dist/es2017/transports/local/segment_parser.d.ts +21 -0
- package/dist/es2017/transports/local/segment_parser.d.ts.map +1 -0
- package/dist/es2017/transports/local/segment_parser.js +87 -0
- package/dist/es2017/transports/local/text_parser.d.ts +28 -0
- package/dist/es2017/transports/local/text_parser.d.ts.map +1 -0
- package/dist/es2017/transports/local/text_parser.js +162 -0
- package/dist/es2017/transports/metaplaylist/index.d.ts +22 -0
- package/dist/es2017/transports/metaplaylist/index.d.ts.map +1 -0
- package/dist/es2017/transports/metaplaylist/index.js +21 -0
- package/dist/es2017/transports/metaplaylist/manifest_loader.d.ts +27 -0
- package/dist/es2017/transports/metaplaylist/manifest_loader.d.ts.map +1 -0
- package/dist/es2017/transports/metaplaylist/manifest_loader.js +53 -0
- package/dist/es2017/transports/metaplaylist/pipelines.d.ts +18 -0
- package/dist/es2017/transports/metaplaylist/pipelines.d.ts.map +1 -0
- package/dist/es2017/transports/metaplaylist/pipelines.js +250 -0
- package/dist/es2017/transports/smooth/extract_timings_infos.d.ts +63 -0
- package/dist/es2017/transports/smooth/extract_timings_infos.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/extract_timings_infos.js +79 -0
- package/dist/es2017/transports/smooth/index.d.ts +22 -0
- package/dist/es2017/transports/smooth/index.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/index.js +21 -0
- package/dist/es2017/transports/smooth/is_mp4_embedded_track.d.ts +23 -0
- package/dist/es2017/transports/smooth/is_mp4_embedded_track.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/is_mp4_embedded_track.js +24 -0
- package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.d.ts +29 -0
- package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.js +51 -0
- package/dist/es2017/transports/smooth/isobmff/create_boxes.d.ts +172 -0
- package/dist/es2017/transports/smooth/isobmff/create_boxes.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/create_boxes.js +319 -0
- package/dist/es2017/transports/smooth/isobmff/create_init_segment.d.ts +32 -0
- package/dist/es2017/transports/smooth/isobmff/create_init_segment.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/create_init_segment.js +63 -0
- package/dist/es2017/transports/smooth/isobmff/create_traf_box.d.ts +17 -0
- package/dist/es2017/transports/smooth/isobmff/create_traf_box.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/create_traf_box.js +24 -0
- package/dist/es2017/transports/smooth/isobmff/create_video_init_segment.d.ts +30 -0
- package/dist/es2017/transports/smooth/isobmff/create_video_init_segment.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/create_video_init_segment.js +57 -0
- package/dist/es2017/transports/smooth/isobmff/get_aaces_header.d.ts +28 -0
- package/dist/es2017/transports/smooth/isobmff/get_aaces_header.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/get_aaces_header.js +43 -0
- package/dist/es2017/transports/smooth/isobmff/index.d.ts +24 -0
- package/dist/es2017/transports/smooth/isobmff/index.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/index.js +21 -0
- package/dist/es2017/transports/smooth/isobmff/parse_tfrf.d.ts +25 -0
- package/dist/es2017/transports/smooth/isobmff/parse_tfrf.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/parse_tfrf.js +47 -0
- package/dist/es2017/transports/smooth/isobmff/parse_tfxd.d.ts +25 -0
- package/dist/es2017/transports/smooth/isobmff/parse_tfxd.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/parse_tfxd.js +31 -0
- package/dist/es2017/transports/smooth/isobmff/patch_segment.d.ts +24 -0
- package/dist/es2017/transports/smooth/isobmff/patch_segment.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/isobmff/patch_segment.js +128 -0
- package/dist/es2017/transports/smooth/pipelines.d.ts +18 -0
- package/dist/es2017/transports/smooth/pipelines.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/pipelines.js +358 -0
- package/dist/es2017/transports/smooth/segment_loader.d.ts +28 -0
- package/dist/es2017/transports/smooth/segment_loader.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/segment_loader.js +238 -0
- package/dist/es2017/transports/smooth/utils.d.ts +27 -0
- package/dist/es2017/transports/smooth/utils.d.ts.map +1 -0
- package/dist/es2017/transports/smooth/utils.js +36 -0
- package/dist/es2017/transports/types.d.ts +772 -0
- package/dist/es2017/transports/types.d.ts.map +1 -0
- package/dist/es2017/transports/types.js +16 -0
- package/dist/es2017/transports/utils/add_query_string.d.ts +13 -0
- package/dist/es2017/transports/utils/add_query_string.d.ts.map +1 -0
- package/dist/es2017/transports/utils/add_query_string.js +51 -0
- package/dist/es2017/transports/utils/byte_range.d.ts +22 -0
- package/dist/es2017/transports/utils/byte_range.d.ts.map +1 -0
- package/dist/es2017/transports/utils/byte_range.js +23 -0
- package/dist/es2017/transports/utils/call_custom_manifest_loader.d.ts +20 -0
- package/dist/es2017/transports/utils/call_custom_manifest_loader.d.ts.map +1 -0
- package/dist/es2017/transports/utils/call_custom_manifest_loader.js +96 -0
- package/dist/es2017/transports/utils/check_isobmff_integrity.d.ts +24 -0
- package/dist/es2017/transports/utils/check_isobmff_integrity.d.ts.map +1 -0
- package/dist/es2017/transports/utils/check_isobmff_integrity.js +46 -0
- package/dist/es2017/transports/utils/generate_manifest_loader.d.ts +27 -0
- package/dist/es2017/transports/utils/generate_manifest_loader.d.ts.map +1 -0
- package/dist/es2017/transports/utils/generate_manifest_loader.js +85 -0
- package/dist/es2017/transports/utils/get_isobmff_timing_infos.d.ts +30 -0
- package/dist/es2017/transports/utils/get_isobmff_timing_infos.d.ts.map +1 -0
- package/dist/es2017/transports/utils/get_isobmff_timing_infos.js +67 -0
- package/dist/es2017/transports/utils/infer_segment_container.d.ts +30 -0
- package/dist/es2017/transports/utils/infer_segment_container.d.ts.map +1 -0
- package/dist/es2017/transports/utils/infer_segment_container.js +42 -0
- package/dist/es2017/transports/utils/parse_text_track.d.ts +53 -0
- package/dist/es2017/transports/utils/parse_text_track.d.ts.map +1 -0
- package/dist/es2017/transports/utils/parse_text_track.js +154 -0
- package/dist/es2017/utils/are_arrays_of_numbers_equal.d.ts +23 -0
- package/dist/es2017/utils/are_arrays_of_numbers_equal.d.ts.map +1 -0
- package/dist/es2017/utils/are_arrays_of_numbers_equal.js +35 -0
- package/dist/es2017/utils/are_codecs_compatible.d.ts +30 -0
- package/dist/es2017/utils/are_codecs_compatible.d.ts.map +1 -0
- package/dist/es2017/utils/are_codecs_compatible.js +57 -0
- package/dist/es2017/utils/array_find.d.ts +24 -0
- package/dist/es2017/utils/array_find.d.ts.map +1 -0
- package/dist/es2017/utils/array_find.js +37 -0
- package/dist/es2017/utils/array_find_index.d.ts +24 -0
- package/dist/es2017/utils/array_find_index.d.ts.map +1 -0
- package/dist/es2017/utils/array_find_index.js +36 -0
- package/dist/es2017/utils/array_includes.d.ts +54 -0
- package/dist/es2017/utils/array_includes.d.ts.map +1 -0
- package/dist/es2017/utils/array_includes.js +75 -0
- package/dist/es2017/utils/assert.d.ts +75 -0
- package/dist/es2017/utils/assert.d.ts.map +1 -0
- package/dist/es2017/utils/assert.js +91 -0
- package/dist/es2017/utils/base64.d.ts +15 -0
- package/dist/es2017/utils/base64.d.ts.map +1 -0
- package/dist/es2017/utils/base64.js +208 -0
- package/dist/es2017/utils/buffer_source_to_uint8.d.ts +8 -0
- package/dist/es2017/utils/buffer_source_to_uint8.d.ts.map +1 -0
- package/dist/es2017/utils/buffer_source_to_uint8.js +15 -0
- package/dist/es2017/utils/byte_parsing.d.ts +132 -0
- package/dist/es2017/utils/byte_parsing.d.ts.map +1 -0
- package/dist/es2017/utils/byte_parsing.js +252 -0
- package/dist/es2017/utils/cancellable_sleep.d.ts +31 -0
- package/dist/es2017/utils/cancellable_sleep.d.ts.map +1 -0
- package/dist/es2017/utils/cancellable_sleep.js +35 -0
- package/dist/es2017/utils/create_cancellable_promise.d.ts +27 -0
- package/dist/es2017/utils/create_cancellable_promise.d.ts.map +1 -0
- package/dist/es2017/utils/create_cancellable_promise.js +52 -0
- package/dist/es2017/utils/create_uuid.d.ts +9 -0
- package/dist/es2017/utils/create_uuid.d.ts.map +1 -0
- package/dist/es2017/utils/create_uuid.js +29 -0
- package/dist/es2017/utils/deep_merge.d.ts +10 -0
- package/dist/es2017/utils/deep_merge.d.ts.map +1 -0
- package/dist/es2017/utils/deep_merge.js +40 -0
- package/dist/es2017/utils/event_emitter.d.ts +59 -0
- package/dist/es2017/utils/event_emitter.d.ts.map +1 -0
- package/dist/es2017/utils/event_emitter.js +120 -0
- package/dist/es2017/utils/flat_map.d.ts +23 -0
- package/dist/es2017/utils/flat_map.d.ts.map +1 -0
- package/dist/es2017/utils/flat_map.js +35 -0
- package/dist/es2017/utils/get_fuzzed_delay.d.ts +22 -0
- package/dist/es2017/utils/get_fuzzed_delay.d.ts.map +1 -0
- package/dist/es2017/utils/get_fuzzed_delay.js +25 -0
- package/dist/es2017/utils/global_scope.d.ts +10 -0
- package/dist/es2017/utils/global_scope.d.ts.map +1 -0
- package/dist/es2017/utils/global_scope.js +20 -0
- package/dist/es2017/utils/hash_buffer.d.ts +33 -0
- package/dist/es2017/utils/hash_buffer.d.ts.map +1 -0
- package/dist/es2017/utils/hash_buffer.js +41 -0
- package/dist/es2017/utils/id_generator.d.ts +22 -0
- package/dist/es2017/utils/id_generator.d.ts.map +1 -0
- package/dist/es2017/utils/id_generator.js +32 -0
- package/dist/es2017/utils/is_node.d.ts +19 -0
- package/dist/es2017/utils/is_node.d.ts.map +1 -0
- package/dist/es2017/utils/is_node.js +19 -0
- package/dist/es2017/utils/is_non_empty_string.d.ts +21 -0
- package/dist/es2017/utils/is_non_empty_string.d.ts.map +1 -0
- package/dist/es2017/utils/is_non_empty_string.js +22 -0
- package/dist/es2017/utils/is_null_or_undefined.d.ts +25 -0
- package/dist/es2017/utils/is_null_or_undefined.d.ts.map +1 -0
- package/dist/es2017/utils/is_null_or_undefined.js +26 -0
- package/dist/es2017/utils/is_worker.d.ts +6 -0
- package/dist/es2017/utils/is_worker.d.ts.map +1 -0
- package/dist/es2017/utils/is_worker.js +5 -0
- package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.d.ts +23 -0
- package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.d.ts.map +1 -0
- package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.js +205 -0
- package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.d.ts +23 -0
- package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.d.ts.map +1 -0
- package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.js +41 -0
- package/dist/es2017/utils/languages/index.d.ts +21 -0
- package/dist/es2017/utils/languages/index.d.ts.map +1 -0
- package/dist/es2017/utils/languages/index.js +18 -0
- package/dist/es2017/utils/languages/normalize.d.ts +70 -0
- package/dist/es2017/utils/languages/normalize.d.ts.map +1 -0
- package/dist/es2017/utils/languages/normalize.js +122 -0
- package/dist/es2017/utils/logger.d.ts +157 -0
- package/dist/es2017/utils/logger.d.ts.map +1 -0
- package/dist/es2017/utils/logger.js +166 -0
- package/dist/es2017/utils/monotonic_timestamp.d.ts +23 -0
- package/dist/es2017/utils/monotonic_timestamp.d.ts.map +1 -0
- package/dist/es2017/utils/monotonic_timestamp.js +36 -0
- package/dist/es2017/utils/noop.d.ts +24 -0
- package/dist/es2017/utils/noop.d.ts.map +1 -0
- package/dist/es2017/utils/noop.js +24 -0
- package/dist/es2017/utils/object_assign.d.ts +47 -0
- package/dist/es2017/utils/object_assign.d.ts.map +1 -0
- package/dist/es2017/utils/object_assign.js +47 -0
- package/dist/es2017/utils/object_values.d.ts +31 -0
- package/dist/es2017/utils/object_values.d.ts.map +1 -0
- package/dist/es2017/utils/object_values.js +25 -0
- package/dist/es2017/utils/queue_microtask.d.ts +3 -0
- package/dist/es2017/utils/queue_microtask.d.ts.map +1 -0
- package/dist/es2017/utils/queue_microtask.js +5 -0
- package/dist/es2017/utils/ranges.d.ts +214 -0
- package/dist/es2017/utils/ranges.d.ts.map +1 -0
- package/dist/es2017/utils/ranges.js +495 -0
- package/dist/es2017/utils/reference.d.ts +215 -0
- package/dist/es2017/utils/reference.d.ts.map +1 -0
- package/dist/es2017/utils/reference.js +282 -0
- package/dist/es2017/utils/request/fetch.d.ts +81 -0
- package/dist/es2017/utils/request/fetch.d.ts.map +1 -0
- package/dist/es2017/utils/request/fetch.js +206 -0
- package/dist/es2017/utils/request/index.d.ts +25 -0
- package/dist/es2017/utils/request/index.d.ts.map +1 -0
- package/dist/es2017/utils/request/index.js +20 -0
- package/dist/es2017/utils/request/request_error.d.ts +47 -0
- package/dist/es2017/utils/request/request_error.d.ts.map +1 -0
- package/dist/es2017/utils/request/request_error.js +66 -0
- package/dist/es2017/utils/request/xhr.d.ts +100 -0
- package/dist/es2017/utils/request/xhr.d.ts.map +1 -0
- package/dist/es2017/utils/request/xhr.js +202 -0
- package/dist/es2017/utils/retry_promise_with_backoff.d.ts +55 -0
- package/dist/es2017/utils/retry_promise_with_backoff.d.ts.map +1 -0
- package/dist/es2017/utils/retry_promise_with_backoff.js +81 -0
- package/dist/es2017/utils/sleep.d.ts +11 -0
- package/dist/es2017/utils/sleep.d.ts.map +1 -0
- package/dist/es2017/utils/sleep.js +14 -0
- package/dist/es2017/utils/slice_uint8array.d.ts +28 -0
- package/dist/es2017/utils/slice_uint8array.d.ts.map +1 -0
- package/dist/es2017/utils/slice_uint8array.js +42 -0
- package/dist/es2017/utils/sorted_list.d.ts +128 -0
- package/dist/es2017/utils/sorted_list.d.ts.map +1 -0
- package/dist/es2017/utils/sorted_list.js +177 -0
- package/dist/es2017/utils/starts_with.d.ts +27 -0
- package/dist/es2017/utils/starts_with.d.ts.map +1 -0
- package/dist/es2017/utils/starts_with.js +35 -0
- package/dist/es2017/utils/string_parsing.d.ts +89 -0
- package/dist/es2017/utils/string_parsing.d.ts.map +1 -0
- package/dist/es2017/utils/string_parsing.js +370 -0
- package/dist/es2017/utils/sync_or_async.d.ts +71 -0
- package/dist/es2017/utils/sync_or_async.d.ts.map +1 -0
- package/dist/es2017/utils/sync_or_async.js +51 -0
- package/dist/es2017/utils/task_canceller.d.ts +290 -0
- package/dist/es2017/utils/task_canceller.d.ts.map +1 -0
- package/dist/es2017/utils/task_canceller.js +329 -0
- package/dist/es2017/utils/url-utils.d.ts +50 -0
- package/dist/es2017/utils/url-utils.d.ts.map +1 -0
- package/dist/es2017/utils/url-utils.js +323 -0
- package/dist/es2017/utils/warn_once.d.ts +24 -0
- package/dist/es2017/utils/warn_once.d.ts.map +1 -0
- package/dist/es2017/utils/warn_once.js +31 -0
- package/dist/es2017/utils/weak_map_memory.d.ts +71 -0
- package/dist/es2017/utils/weak_map_memory.d.ts.map +1 -0
- package/dist/es2017/utils/weak_map_memory.js +83 -0
- package/dist/es2017/utils/wrapInPromise.d.ts +8 -0
- package/dist/es2017/utils/wrapInPromise.d.ts.map +1 -0
- package/dist/es2017/utils/wrapInPromise.js +22 -0
- package/dist/es2017/utils/xml-parser.d.ts +71 -0
- package/dist/es2017/utils/xml-parser.d.ts.map +1 -0
- package/dist/es2017/utils/xml-parser.js +324 -0
- package/dist/es2017/worker_entry_point.d.ts +2 -0
- package/dist/es2017/worker_entry_point.d.ts.map +1 -0
- package/dist/es2017/worker_entry_point.js +8 -0
- package/dist/mpd-parser.wasm +0 -0
- package/dist/worker.js +9 -0
- package/package.json +1 -1
- package/src/__GENERATED_CODE/embedded_dash_wasm.ts +3 -0
- package/src/__GENERATED_CODE/embedded_worker.ts +3 -0
- package/src/__GENERATED_CODE/index.ts +2 -0
- package/src/main_thread/api/public_api.ts +2 -2
|
@@ -0,0 +1,1234 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration file for the whole player.
|
|
3
|
+
* Feel free to tweak those values if you know what you're doing.
|
|
4
|
+
*
|
|
5
|
+
* Please not that you will need to re-build the whole project to take these
|
|
6
|
+
* modifications into account.
|
|
7
|
+
*
|
|
8
|
+
* @type {Object}
|
|
9
|
+
*/
|
|
10
|
+
const DEFAULT_CONFIG = {
|
|
11
|
+
/**
|
|
12
|
+
* Default time interval after which a request will timeout, in ms.
|
|
13
|
+
* @type {Number}
|
|
14
|
+
*/
|
|
15
|
+
DEFAULT_REQUEST_TIMEOUT: 30 * 1000,
|
|
16
|
+
/**
|
|
17
|
+
* Default connection time after which a request will timeout, in ms.
|
|
18
|
+
* @type {Number}
|
|
19
|
+
*/
|
|
20
|
+
DEFAULT_CONNECTION_TIMEOUT: 15 * 1000,
|
|
21
|
+
/**
|
|
22
|
+
* Can be either:
|
|
23
|
+
* - "native": Subtitles are all displayed in a <track> element
|
|
24
|
+
* - "html": Subtitles are all displayed in a <div> separated from the video
|
|
25
|
+
* element. Can be useful to display richer TTML subtitles, for example.
|
|
26
|
+
* @type {Object|null}
|
|
27
|
+
*/
|
|
28
|
+
DEFAULT_TEXT_TRACK_MODE: "native",
|
|
29
|
+
/**
|
|
30
|
+
* Default behavior for the `enableFastSwitching` loadVideo options.
|
|
31
|
+
*
|
|
32
|
+
* Fast-switching allows to provide quicker transitions from lower quality
|
|
33
|
+
* segments to higher quality segments but might be badly supported on some
|
|
34
|
+
* devices.
|
|
35
|
+
* When enabled, the RxPlayer might replace segments of a lower-quality
|
|
36
|
+
* (with a lower bitrate) with segments of a higher quality (with a higher
|
|
37
|
+
* bitrate). This allows to have a fast transition when network conditions
|
|
38
|
+
* improve.
|
|
39
|
+
* When disabled, segments of a lower-quality will not be replaced.
|
|
40
|
+
*/
|
|
41
|
+
DEFAULT_ENABLE_FAST_SWITCHING: true,
|
|
42
|
+
/**
|
|
43
|
+
* In some cases after switching the current track or bitrate, the RxPlayer
|
|
44
|
+
* could be led to go into the `"RELOADING"` state, which corresponds to
|
|
45
|
+
* visually a black screen (with nothing audible) before restarting playback.
|
|
46
|
+
*
|
|
47
|
+
* We could want to seek back some milliseconds when doing that.
|
|
48
|
+
* For example, when switching the current audio track, it might make sense
|
|
49
|
+
* to restart some time before, so the beginning of the sentence can be heard
|
|
50
|
+
* again in the new language.
|
|
51
|
+
*
|
|
52
|
+
* This config property allows to set the relative position the RxPlayer will
|
|
53
|
+
* seek to after reloading, in seconds.
|
|
54
|
+
*
|
|
55
|
+
* For example: a value of `-0.7` means that will seek back 700 milliseconds
|
|
56
|
+
* when reloading due to a track or bitrate switch with necessitated a
|
|
57
|
+
* reloading.
|
|
58
|
+
*/
|
|
59
|
+
DELTA_POSITION_AFTER_RELOAD: {
|
|
60
|
+
/** Relative position when switching the bitrate */
|
|
61
|
+
bitrateSwitch: -0.1,
|
|
62
|
+
/**
|
|
63
|
+
* Relative position when switching the track.
|
|
64
|
+
*
|
|
65
|
+
* From tests, I noticed that seeking back was only really "pleasant" when
|
|
66
|
+
* switching the audio track.
|
|
67
|
+
*
|
|
68
|
+
* E.g. switching the video track often means changing the camera angle or
|
|
69
|
+
* even totally changing what is being seen and rely much less on temporal
|
|
70
|
+
* context than when an audio track is switched.
|
|
71
|
+
* As such, I decided to only set a sensible seek-back behavior when
|
|
72
|
+
* switching the audio track, and only a minimal one (to still ensure
|
|
73
|
+
* nothing was missed) for video.
|
|
74
|
+
*
|
|
75
|
+
* "Other" mainly concern text track, where seeking back could even be
|
|
76
|
+
* annoying, so that behavior has been disabled in that case.
|
|
77
|
+
*/
|
|
78
|
+
trackSwitch: { audio: 0, video: 0, other: 0 },
|
|
79
|
+
},
|
|
80
|
+
/**
|
|
81
|
+
* Behavior of the RxPlayer when encountering a whole other codec on a already
|
|
82
|
+
* existing audio or video SourceBuffer.
|
|
83
|
+
*
|
|
84
|
+
* Can be either:
|
|
85
|
+
*
|
|
86
|
+
* - "continue": Segments linked to the new codec will continue to be
|
|
87
|
+
* pushed to that same SourceBuffer. The RxPlayer will still try to call
|
|
88
|
+
* the `changeType` API on the SourceBuffer before pushing those
|
|
89
|
+
* segments but continue even if this call failed.
|
|
90
|
+
*
|
|
91
|
+
* - "reload": Every time a new incompatible codec is encountered on a
|
|
92
|
+
* given SourceBuffer, we will reload the MediaSource.
|
|
93
|
+
*/
|
|
94
|
+
DEFAULT_CODEC_SWITCHING_BEHAVIOR: "continue",
|
|
95
|
+
/**
|
|
96
|
+
* Specifies the behavior when all audio tracks are not playable.
|
|
97
|
+
*
|
|
98
|
+
* - If set to `"continue"`, the player will proceed to play the content without audio.
|
|
99
|
+
* - If set to `"error"`, an error will be thrown to indicate that the audio tracks could not be played.
|
|
100
|
+
*
|
|
101
|
+
* Note: If neither the audio nor the video tracks are playable, an error will be thrown regardless of this setting.
|
|
102
|
+
*/
|
|
103
|
+
DEFAULT_AUDIO_TRACKS_NOT_PLAYABLE_BEHAVIOR: "error",
|
|
104
|
+
/**
|
|
105
|
+
* Specifies the behavior when all video tracks are not playable.
|
|
106
|
+
*
|
|
107
|
+
* - If set to `"continue"`, the player will proceed to play the content without video.
|
|
108
|
+
* - If set to `"error"`, an error will be thrown to indicate that the video tracks could not be played.
|
|
109
|
+
*
|
|
110
|
+
* Note: If neither the audio nor the video tracks are playable, an error will be thrown regardless of this setting.
|
|
111
|
+
*/
|
|
112
|
+
DEFAULT_VIDEO_TRACKS_NOT_PLAYABLE_BEHAVIOR: "error",
|
|
113
|
+
/**
|
|
114
|
+
* If set to true, video through loadVideo will auto play by default
|
|
115
|
+
* @type {Boolean}
|
|
116
|
+
*/
|
|
117
|
+
DEFAULT_AUTO_PLAY: false,
|
|
118
|
+
/**
|
|
119
|
+
* Default buffer goal in seconds.
|
|
120
|
+
* Once enough content has been downloaded to fill the buffer up to
|
|
121
|
+
* ``current position + DEFAULT_WANTED_BUFFER_AHEAD", we will stop downloading
|
|
122
|
+
* content.
|
|
123
|
+
* @type {Number}
|
|
124
|
+
*/
|
|
125
|
+
DEFAULT_WANTED_BUFFER_AHEAD: 30,
|
|
126
|
+
/**
|
|
127
|
+
* Default max buffer size ahead of the current position in seconds.
|
|
128
|
+
* The buffer _after_ this limit will be garbage collected.
|
|
129
|
+
* Set to Infinity for no limit.
|
|
130
|
+
* @type {Number}
|
|
131
|
+
*/
|
|
132
|
+
DEFAULT_MAX_BUFFER_AHEAD: Infinity,
|
|
133
|
+
/**
|
|
134
|
+
* Default max buffer size ahead of the current position in seconds.
|
|
135
|
+
* The buffer _before_ this limit will be garbage collected.
|
|
136
|
+
* Set to Infinity for no limit.
|
|
137
|
+
* @type {Number}
|
|
138
|
+
*/
|
|
139
|
+
DEFAULT_MAX_BUFFER_BEHIND: Infinity,
|
|
140
|
+
/**
|
|
141
|
+
* Default video buffer memory limit in kilobytes.
|
|
142
|
+
* Once enough video content has been downloaded to fill the buffer up to
|
|
143
|
+
* DEFAULT_MAX_VIDEO_BUFFER_SIZE , we will stop downloading
|
|
144
|
+
* content.
|
|
145
|
+
* @type {Number}
|
|
146
|
+
*/
|
|
147
|
+
DEFAULT_MAX_VIDEO_BUFFER_SIZE: Infinity,
|
|
148
|
+
/**
|
|
149
|
+
* Maximum possible buffer ahead for each type of buffer, to avoid too much
|
|
150
|
+
* memory usage when playing for a long time.
|
|
151
|
+
* Equal to Infinity if not defined here.
|
|
152
|
+
* @type {Object}
|
|
153
|
+
*/
|
|
154
|
+
MAXIMUM_MAX_BUFFER_AHEAD: {
|
|
155
|
+
text: 5 * 60 * 60,
|
|
156
|
+
},
|
|
157
|
+
/**
|
|
158
|
+
* Minimum possible buffer ahead for each type of buffer, to avoid Garbage
|
|
159
|
+
* Collecting too much data when it would have adverse effects.
|
|
160
|
+
* Equal to `0` if not defined here.
|
|
161
|
+
* @type {Object}
|
|
162
|
+
*/
|
|
163
|
+
MINIMUM_MAX_BUFFER_AHEAD: {
|
|
164
|
+
// Text segments are both much lighter on resources and might
|
|
165
|
+
// actually be much larger than other types of segments in terms
|
|
166
|
+
// of duration. Let's make an exception here by authorizing a
|
|
167
|
+
// larger text buffer ahead, to avoid unnecesarily reloading the
|
|
168
|
+
// same text track.
|
|
169
|
+
text: 2 * 60,
|
|
170
|
+
},
|
|
171
|
+
/**
|
|
172
|
+
* Maximum possible buffer behind for each type of buffer, to avoid too much
|
|
173
|
+
* memory usage when playing for a long time.
|
|
174
|
+
* Equal to Infinity if not defined here.
|
|
175
|
+
* @type {Object}
|
|
176
|
+
*/
|
|
177
|
+
MAXIMUM_MAX_BUFFER_BEHIND: {
|
|
178
|
+
text: 5 * 60 * 60,
|
|
179
|
+
},
|
|
180
|
+
/**
|
|
181
|
+
* Default bitrate ceils initially set as the first content begins.
|
|
182
|
+
*
|
|
183
|
+
* If no track is found with a bitrate inferior or equal to the
|
|
184
|
+
* bitrate there, the one with the lowest bitrate will be taken instead.
|
|
185
|
+
*
|
|
186
|
+
* Set to 0 for the lowest bitrate, Infinity for the highest.
|
|
187
|
+
*
|
|
188
|
+
* These values are only useful for the first content played, as consecutive
|
|
189
|
+
* play will always take the last set one.
|
|
190
|
+
* @type {Object}
|
|
191
|
+
*/
|
|
192
|
+
DEFAULT_BASE_BANDWIDTH: 0,
|
|
193
|
+
/**
|
|
194
|
+
* Delay after which, if the page is hidden, the user is considered inactive
|
|
195
|
+
* on the current video.
|
|
196
|
+
*
|
|
197
|
+
* Allow to enforce specific optimizations when the page is not shown.
|
|
198
|
+
* @see DEFAULT_THROTTLE_WHEN_HIDDEN
|
|
199
|
+
* @type {Number}
|
|
200
|
+
*/
|
|
201
|
+
INACTIVITY_DELAY: 60 * 1000,
|
|
202
|
+
/**
|
|
203
|
+
* If true, if the video is considered in a "hidden" state for a delay specified by
|
|
204
|
+
* the INACTIVITY DELAY config property, we throttle automatically to the video
|
|
205
|
+
* representation with the lowest bitrate.
|
|
206
|
+
* @type {Boolean}
|
|
207
|
+
*/
|
|
208
|
+
DEFAULT_THROTTLE_VIDEO_BITRATE_WHEN_HIDDEN: false,
|
|
209
|
+
/**
|
|
210
|
+
* Default video resolution limit behavior.
|
|
211
|
+
*
|
|
212
|
+
* This option allows for example to throttle the video resolution so it
|
|
213
|
+
* does not exceed the screen resolution.
|
|
214
|
+
*
|
|
215
|
+
* Here set to "none" by default to disable throttling.
|
|
216
|
+
* @type {Boolean}
|
|
217
|
+
*/
|
|
218
|
+
DEFAULT_VIDEO_RESOLUTION_LIMIT: "none",
|
|
219
|
+
/**
|
|
220
|
+
* Default initial live gap considered if no presentation delay has been
|
|
221
|
+
* suggested, in seconds.
|
|
222
|
+
* @type {Number}
|
|
223
|
+
*/
|
|
224
|
+
DEFAULT_LIVE_GAP: {
|
|
225
|
+
DEFAULT: 10,
|
|
226
|
+
LOW_LATENCY: 3.5,
|
|
227
|
+
},
|
|
228
|
+
/**
|
|
229
|
+
* Maximum time, in seconds, the player should automatically skip when stalled
|
|
230
|
+
* because of a current hole in the buffer.
|
|
231
|
+
* Bear in mind that this might seek over not-yet-downloaded/pushed segments.
|
|
232
|
+
* @type {Number}
|
|
233
|
+
*/
|
|
234
|
+
BUFFER_DISCONTINUITY_THRESHOLD: 0.2,
|
|
235
|
+
/**
|
|
236
|
+
* Ratio used to know if an already loaded segment should be re-buffered.
|
|
237
|
+
* We re-load the given segment if the current one times that ratio is
|
|
238
|
+
* inferior to the new one.
|
|
239
|
+
* @type {Number}
|
|
240
|
+
*/
|
|
241
|
+
BITRATE_REBUFFERING_RATIO: 1.5,
|
|
242
|
+
/**
|
|
243
|
+
* The default number of times a manifest request will be re-performed
|
|
244
|
+
* when loaded/refreshed if the request finishes on an error which
|
|
245
|
+
* justify an retry.
|
|
246
|
+
*
|
|
247
|
+
* Note that some errors do not use this counter:
|
|
248
|
+
* - if the error is not due to the xhr, no retry will be peformed
|
|
249
|
+
* - if the error is an HTTP error code, but not a 500-smthg or a 404, no
|
|
250
|
+
* retry will be performed.
|
|
251
|
+
* @type Number
|
|
252
|
+
*/
|
|
253
|
+
DEFAULT_MAX_MANIFEST_REQUEST_RETRY: 4,
|
|
254
|
+
/**
|
|
255
|
+
* Default delay, in seconds, during which a CDN will be "downgraded".
|
|
256
|
+
*
|
|
257
|
+
* For example in case of media content being available on multiple CDNs, the
|
|
258
|
+
* RxPlayer may decide that a CDN is less reliable (for example, it returned a
|
|
259
|
+
* server error) and should thus be avoided, at least for some time
|
|
260
|
+
*
|
|
261
|
+
* This value is the amount of time this CDN will be "less considered" than the
|
|
262
|
+
* alternatives.
|
|
263
|
+
*/
|
|
264
|
+
DEFAULT_CDN_DOWNGRADE_TIME: 60,
|
|
265
|
+
/**
|
|
266
|
+
* The default number of times a segment request will be re-performed when
|
|
267
|
+
* on error which justify a retry.
|
|
268
|
+
*
|
|
269
|
+
* Note that some errors do not use this counter:
|
|
270
|
+
* - if the error is not due to the xhr, no retry will be peformed
|
|
271
|
+
* - if the error is an HTTP error code, but not a 500-smthg or a 404, no
|
|
272
|
+
* retry will be performed.
|
|
273
|
+
* @type Number
|
|
274
|
+
*/
|
|
275
|
+
DEFAULT_MAX_REQUESTS_RETRY_ON_ERROR: 4,
|
|
276
|
+
/**
|
|
277
|
+
* Initial backoff delay when a segment / manifest download fails, in
|
|
278
|
+
* milliseconds.
|
|
279
|
+
*
|
|
280
|
+
* This delay will then grow exponentally by power of twos (200, 400, 800
|
|
281
|
+
* etc.)
|
|
282
|
+
*
|
|
283
|
+
* Please note that this delay is not exact, as it will be fuzzed.
|
|
284
|
+
* @type {Number}
|
|
285
|
+
*/
|
|
286
|
+
INITIAL_BACKOFF_DELAY_BASE: {
|
|
287
|
+
REGULAR: 200,
|
|
288
|
+
LOW_LATENCY: 50,
|
|
289
|
+
},
|
|
290
|
+
/**
|
|
291
|
+
* Maximum backoff delay when a segment / manifest download fails, in
|
|
292
|
+
* milliseconds.
|
|
293
|
+
*
|
|
294
|
+
* Please note that this delay is not exact, as it will be fuzzed.
|
|
295
|
+
* @type {Number}
|
|
296
|
+
*/
|
|
297
|
+
MAX_BACKOFF_DELAY_BASE: {
|
|
298
|
+
REGULAR: 3000,
|
|
299
|
+
LOW_LATENCY: 1000,
|
|
300
|
+
},
|
|
301
|
+
/**
|
|
302
|
+
* Minimum interval at which playback information samples will be taken. This
|
|
303
|
+
* variable is for the "regular" mediasource strategy (that is, not for the
|
|
304
|
+
* directfile API.
|
|
305
|
+
*
|
|
306
|
+
* At each of these interval, various different modules in the RxPlayer will
|
|
307
|
+
* run based on the information communicated.
|
|
308
|
+
*
|
|
309
|
+
* Keep in mind this is the minimum interval. This logic will also be
|
|
310
|
+
* triggered when various events of the media element are received.
|
|
311
|
+
* @type {Number}
|
|
312
|
+
*/
|
|
313
|
+
SAMPLING_INTERVAL_MEDIASOURCE: 1000,
|
|
314
|
+
/**
|
|
315
|
+
* Same than SAMPLING_INTERVAL_MEDIASOURCE but for lowLatency mode.
|
|
316
|
+
* @type {Number}
|
|
317
|
+
*/
|
|
318
|
+
SAMPLING_INTERVAL_LOW_LATENCY: 500,
|
|
319
|
+
/**
|
|
320
|
+
* Same than SAMPLING_INTERVAL_MEDIASOURCE but for the directfile API.
|
|
321
|
+
* @type {Number}
|
|
322
|
+
*/
|
|
323
|
+
SAMPLING_INTERVAL_NO_MEDIASOURCE: 500,
|
|
324
|
+
/**
|
|
325
|
+
* Amount of buffer to have ahead of the current position before we may
|
|
326
|
+
* consider buffer-based adaptive estimates, in seconds.
|
|
327
|
+
*
|
|
328
|
+
* For example setting it to `10` means that we need to have ten seconds of
|
|
329
|
+
* buffer ahead of the current position before relying on buffer-based
|
|
330
|
+
* adaptive estimates.
|
|
331
|
+
*
|
|
332
|
+
* To avoid getting in-and-out of the buffer-based logic all the time, it
|
|
333
|
+
* should be set higher than `ABR_EXIT_BUFFER_BASED_ALGO`.
|
|
334
|
+
*/
|
|
335
|
+
ABR_ENTER_BUFFER_BASED_ALGO: 10,
|
|
336
|
+
/**
|
|
337
|
+
* Below this amount of buffer ahead of the current position, in seconds, we
|
|
338
|
+
* will stop using buffer-based estimate in our adaptive logic to select a
|
|
339
|
+
* quality.
|
|
340
|
+
*
|
|
341
|
+
* For example setting it to `5` means that if we have less than 5 seconds of
|
|
342
|
+
* buffer ahead of the current position, we should stop relying on
|
|
343
|
+
* buffer-based estimates to choose a quality.
|
|
344
|
+
*
|
|
345
|
+
* To avoid getting in-and-out of the buffer-based logic all the time, it
|
|
346
|
+
* should be set lower than `ABR_ENTER_BUFFER_BASED_ALGO`.
|
|
347
|
+
*/
|
|
348
|
+
ABR_EXIT_BUFFER_BASED_ALGO: 5,
|
|
349
|
+
/**
|
|
350
|
+
* Minimum number of bytes sampled before we trust the estimate.
|
|
351
|
+
* If we have not sampled much data, our estimate may not be accurate
|
|
352
|
+
* enough to trust.
|
|
353
|
+
* If the total of bytes sampled is less than this value, we use a
|
|
354
|
+
* default estimate.
|
|
355
|
+
* This specific value is based on experimentations.
|
|
356
|
+
* @type {Number}
|
|
357
|
+
*/
|
|
358
|
+
ABR_MINIMUM_TOTAL_BYTES: 150e3,
|
|
359
|
+
/**
|
|
360
|
+
* Minimum number of bytes, under which samples are discarded.
|
|
361
|
+
* Our models do not include latency information, so connection startup time
|
|
362
|
+
* (time to first byte) is considered part of the download time.
|
|
363
|
+
* Because of this, we should ignore very small downloads which would cause
|
|
364
|
+
* our estimate to be too low.
|
|
365
|
+
* This specific value is based on experimentation.
|
|
366
|
+
* @type {Number}
|
|
367
|
+
*/
|
|
368
|
+
ABR_MINIMUM_CHUNK_SIZE: 16e3,
|
|
369
|
+
/**
|
|
370
|
+
* Factor with which is multiplied the bandwidth estimate when the ABR is in
|
|
371
|
+
* starvation mode.
|
|
372
|
+
* @type {Object}
|
|
373
|
+
*/
|
|
374
|
+
ABR_STARVATION_FACTOR: {
|
|
375
|
+
DEFAULT: 0.72,
|
|
376
|
+
LOW_LATENCY: 0.72,
|
|
377
|
+
},
|
|
378
|
+
/**
|
|
379
|
+
* Factor with which is multiplied the bandwidth estimate when the ABR is not
|
|
380
|
+
* in starvation mode.
|
|
381
|
+
* @type {Object}
|
|
382
|
+
*/
|
|
383
|
+
ABR_REGULAR_FACTOR: {
|
|
384
|
+
DEFAULT: 0.72,
|
|
385
|
+
LOW_LATENCY: 0.72,
|
|
386
|
+
},
|
|
387
|
+
/**
|
|
388
|
+
* If a media buffer has less than ABR_STARVATION_GAP in seconds ahead of the
|
|
389
|
+
* current position in its buffer, the adaptive logic will go into starvation
|
|
390
|
+
* mode.
|
|
391
|
+
*
|
|
392
|
+
* It gets out of starvation mode when the OUT_OF_STARVATION_GAP value is
|
|
393
|
+
* reached.
|
|
394
|
+
*
|
|
395
|
+
* Under this starvation mode:
|
|
396
|
+
*
|
|
397
|
+
* - the bandwidth considered will be a little lower than the one estimated
|
|
398
|
+
*
|
|
399
|
+
* - the time the next important request take will be checked
|
|
400
|
+
* multiple times to detect when/if it takes too much time.
|
|
401
|
+
* If the request is considered too long, the bitrate will be hastily
|
|
402
|
+
* re-calculated from this single request.
|
|
403
|
+
*
|
|
404
|
+
* @type {Object}
|
|
405
|
+
*/
|
|
406
|
+
ABR_STARVATION_GAP: {
|
|
407
|
+
DEFAULT: 5,
|
|
408
|
+
LOW_LATENCY: 5,
|
|
409
|
+
},
|
|
410
|
+
OUT_OF_STARVATION_GAP: {
|
|
411
|
+
DEFAULT: 7,
|
|
412
|
+
LOW_LATENCY: 7,
|
|
413
|
+
},
|
|
414
|
+
/**
|
|
415
|
+
* This is a security to avoid going into starvation mode when the content is
|
|
416
|
+
* ending (@see ABR_STARVATION_GAP).
|
|
417
|
+
* Basically, we subtract that value from the global duration of the content
|
|
418
|
+
* and we never enter "starvation mode" if the currently available buffer
|
|
419
|
+
* (which equals to the current position + the available buffer ahead of it)
|
|
420
|
+
* is equal or higher than this value.
|
|
421
|
+
* @type {Number}
|
|
422
|
+
*/
|
|
423
|
+
ABR_STARVATION_DURATION_DELTA: 0.1,
|
|
424
|
+
/**
|
|
425
|
+
* Half-life, in seconds for a fastly-evolving exponential weighted moving
|
|
426
|
+
* average.
|
|
427
|
+
* The lower it is, the faster the ABR logic will react to the bandwidth
|
|
428
|
+
* falling quickly.
|
|
429
|
+
* Should be kept to a lower number than ABR_SLOW_EMA for coherency reasons.
|
|
430
|
+
* @type {Number}
|
|
431
|
+
*/
|
|
432
|
+
ABR_FAST_EMA: 2,
|
|
433
|
+
/**
|
|
434
|
+
* Half-life, in seconds for a slowly-evolving exponential weighted moving
|
|
435
|
+
* average.
|
|
436
|
+
* The lower it is, the faster the ABR logic is going to react to recent
|
|
437
|
+
* bandwidth variation, on the higher and on the lower side.
|
|
438
|
+
* Should be kept to a higher number than ABR_FAST_EMA for coherency reasons.
|
|
439
|
+
* @type {Number}
|
|
440
|
+
*/
|
|
441
|
+
ABR_SLOW_EMA: 10,
|
|
442
|
+
/**
|
|
443
|
+
* Number of seconds ahead in the buffer after which playback will resume when
|
|
444
|
+
* seeking on an unbuffered part of the content.
|
|
445
|
+
* @type {Number}
|
|
446
|
+
*/
|
|
447
|
+
RESUME_GAP_AFTER_SEEKING: {
|
|
448
|
+
DEFAULT: 1.5,
|
|
449
|
+
LOW_LATENCY: 0.5,
|
|
450
|
+
},
|
|
451
|
+
/**
|
|
452
|
+
* Number of seconds ahead in the buffer after which playback will resume when
|
|
453
|
+
* the player was rebuffering due to a low readyState.
|
|
454
|
+
* @type {Number}
|
|
455
|
+
*/
|
|
456
|
+
RESUME_GAP_AFTER_NOT_ENOUGH_DATA: {
|
|
457
|
+
DEFAULT: 0.5,
|
|
458
|
+
LOW_LATENCY: 0.5,
|
|
459
|
+
},
|
|
460
|
+
/**
|
|
461
|
+
* Number of seconds ahead in the buffer after which playback will resume
|
|
462
|
+
* after the player went through a buffering step.
|
|
463
|
+
* @type {Number}
|
|
464
|
+
*/
|
|
465
|
+
RESUME_GAP_AFTER_BUFFERING: {
|
|
466
|
+
DEFAULT: 5,
|
|
467
|
+
LOW_LATENCY: 0.5,
|
|
468
|
+
},
|
|
469
|
+
/**
|
|
470
|
+
* Maximum number of seconds in the buffer based on which a "rebuffering"
|
|
471
|
+
* strategy will be considered:
|
|
472
|
+
* The player will pause playback to get enough time building a sufficient
|
|
473
|
+
* buffer. This mostly happen when seeking in an unbuffered part or when not
|
|
474
|
+
* enough buffer is ahead of the current position.
|
|
475
|
+
* @type {Number}
|
|
476
|
+
*/
|
|
477
|
+
REBUFFERING_GAP: {
|
|
478
|
+
DEFAULT: 0.5,
|
|
479
|
+
LOW_LATENCY: 0.2,
|
|
480
|
+
},
|
|
481
|
+
/**
|
|
482
|
+
* Amount of time (in seconds) with data ahead of the current position, at
|
|
483
|
+
* which we always consider the browser to be able to play.
|
|
484
|
+
*
|
|
485
|
+
* If the media element has this amount of data in advance or more but
|
|
486
|
+
* playback cannot begin, the player will consider it "freezing".
|
|
487
|
+
*/
|
|
488
|
+
MINIMUM_BUFFER_AMOUNT_BEFORE_FREEZING: 2,
|
|
489
|
+
/**
|
|
490
|
+
* A media whose position inexplicably does not increment despite playing is
|
|
491
|
+
* called as "freezing" in the RxPlayer.
|
|
492
|
+
*
|
|
493
|
+
* If the media is still "freezing" after waiting for `UNFREEZING_SEEK_DELAY`
|
|
494
|
+
* milliseconds, the RxPlayer will try to un-freeze the situation by interacting
|
|
495
|
+
* with the media element.
|
|
496
|
+
*
|
|
497
|
+
* Those interactions can be costly in time before playback continue, so it
|
|
498
|
+
* should be set at a sufficiently high value to avoid false positives.
|
|
499
|
+
*/
|
|
500
|
+
UNFREEZING_SEEK_DELAY: 6000,
|
|
501
|
+
/**
|
|
502
|
+
* A media whose position inexplicably does not increment despite playing is
|
|
503
|
+
* called as "freezing" in the RxPlayer.
|
|
504
|
+
*
|
|
505
|
+
* A small freezing interval may be normal as the browser may take time before
|
|
506
|
+
* playing, e.g. after a seek.
|
|
507
|
+
*
|
|
508
|
+
* If the media is still "freezing" after waiting for `FREEZING_STALLED_DELAY`
|
|
509
|
+
* milliseconds, the RxPlayer will emit a BUFFERING state through its API to
|
|
510
|
+
* notify that the player cannot currently advance.
|
|
511
|
+
*/
|
|
512
|
+
FREEZING_STALLED_DELAY: 600,
|
|
513
|
+
/**
|
|
514
|
+
* A media whose position inexplicably does not increment despite playing is
|
|
515
|
+
* called as "freezing" in the RxPlayer.
|
|
516
|
+
*
|
|
517
|
+
* If the media is frozen for a sufficiently large time
|
|
518
|
+
* (@see UNFREEZING_SEEK_DELAY), the RxPlayer will perform a seek corresponding
|
|
519
|
+
* to its current position plus `UNFREEZING_DELTA_POSITION` seconds.
|
|
520
|
+
*
|
|
521
|
+
* This should be kept short enough as the goal is just to un-freeze lower-level
|
|
522
|
+
* buffers.
|
|
523
|
+
*/
|
|
524
|
+
UNFREEZING_DELTA_POSITION: 0.001,
|
|
525
|
+
/**
|
|
526
|
+
* `FREEZING` is a situation where the playback does not seem to advance despite
|
|
527
|
+
* all web indicators telling us we can.
|
|
528
|
+
* Those may be linked to device issues, but sometimes are just linked to
|
|
529
|
+
* performance or it may be just decryption negotiations taking more time than
|
|
530
|
+
* expected.
|
|
531
|
+
*
|
|
532
|
+
* Anyway we might in the RxPlayer "flush" the buffer in that situation to
|
|
533
|
+
* un-stuck playback (this is usually done by seeking close to the current
|
|
534
|
+
* position),
|
|
535
|
+
*
|
|
536
|
+
* Yet that "flush" attempt may not in the end be succesful.
|
|
537
|
+
*
|
|
538
|
+
* If a flush was performed more than `FREEZING_FLUSH_FAILURE_DELAY.MINIMUM`
|
|
539
|
+
* milliseconds ago and less than `FREEZING_FLUSH_FAILURE_DELAY.MAXIMUM`
|
|
540
|
+
* milliseconds ago, yet a `FREEZING` situation at roughly the same playback
|
|
541
|
+
* position (deviating from less than
|
|
542
|
+
* `FREEZING_FLUSH_FAILURE_DELAY.POSITION_DELTA` seconds from it) is
|
|
543
|
+
* encountered again, we will consider that the flushing attempt was unsuccesful
|
|
544
|
+
* and try more agressive solutions (such as reloading the content).
|
|
545
|
+
*/
|
|
546
|
+
FREEZING_FLUSH_FAILURE_DELAY: {
|
|
547
|
+
MAXIMUM: 20000,
|
|
548
|
+
MINIMUM: 4000,
|
|
549
|
+
POSITION_DELTA: 1,
|
|
550
|
+
},
|
|
551
|
+
/**
|
|
552
|
+
* The RxPlayer has a recurring logic which will synchronize the browser's
|
|
553
|
+
* buffers' buffered time ranges with its internal representation in the
|
|
554
|
+
* RxPlayer to then rely on that internal representation to determine where
|
|
555
|
+
* segments are technically present in the browser's buffer.
|
|
556
|
+
*
|
|
557
|
+
* We found out that when inserting a new segment to the buffer, the browser
|
|
558
|
+
* may actually take time before actually considering the full segment in its
|
|
559
|
+
* advertised buffered time ranges.
|
|
560
|
+
*
|
|
561
|
+
* This value thus set an amount of milliseconds we might want to wait before
|
|
562
|
+
* being sure that the buffered time ranges should have considered a segment
|
|
563
|
+
* that has been pushed.
|
|
564
|
+
*/
|
|
565
|
+
SEGMENT_SYNCHRONIZATION_DELAY: 1500,
|
|
566
|
+
/**
|
|
567
|
+
* The `SEGMENT_SYNCHRONIZATION_DELAY` defined in this same configuration
|
|
568
|
+
* object only needs to be used if it appears that the current buffered
|
|
569
|
+
* time ranges do not reflect the full data of a pushed segment yet.
|
|
570
|
+
*
|
|
571
|
+
* The `MISSING_DATA_TRIGGER_SYNC_DELAY` value thus allows to define a
|
|
572
|
+
* minimum time difference in seconds between what's buffered and what the
|
|
573
|
+
* segment's ranges should have been, from which we might consider that we may
|
|
574
|
+
* want to wait the `SEGMENT_SYNCHRONIZATION_DELAY` before trusting the buffered
|
|
575
|
+
* time ranges for that segment.
|
|
576
|
+
* If what's missing from that segment is however less than that value in
|
|
577
|
+
* seconds, we can begin to trust the reported buffered time ranges.
|
|
578
|
+
*
|
|
579
|
+
* Should generally be inferior to `MAX_TIME_MISSING_FROM_COMPLETE_SEGMENT`.
|
|
580
|
+
*/
|
|
581
|
+
MISSING_DATA_TRIGGER_SYNC_DELAY: 0.1,
|
|
582
|
+
/**
|
|
583
|
+
* Maximum authorized difference between what we calculated to be the
|
|
584
|
+
* beginning or end of the segment in a media buffer and what we
|
|
585
|
+
* actually are noticing now.
|
|
586
|
+
*
|
|
587
|
+
* If the segment seems to have removed more than this size in seconds, we
|
|
588
|
+
* will infer that the segment has been garbage collected and we might try to
|
|
589
|
+
* re-download it.
|
|
590
|
+
* @type {Number}
|
|
591
|
+
*/
|
|
592
|
+
MAX_TIME_MISSING_FROM_COMPLETE_SEGMENT: 0.15,
|
|
593
|
+
/**
|
|
594
|
+
* The maximum authorized difference, in seconds, between the real buffered
|
|
595
|
+
* time of a given chunk and what the segment information of the Manifest
|
|
596
|
+
* tells us.
|
|
597
|
+
*
|
|
598
|
+
* Setting a value too high can lead to parts of the media buffer being
|
|
599
|
+
* linked to the wrong segments and to segments wrongly believed to be still
|
|
600
|
+
* complete (instead of garbage collected).
|
|
601
|
+
*
|
|
602
|
+
* Setting a value too low can lead to parts of the media buffer not being
|
|
603
|
+
* linked to the concerned segment and to segments wrongly believed to be
|
|
604
|
+
* partly garbage collected (instead of complete segments).
|
|
605
|
+
* @type {Number}
|
|
606
|
+
*/
|
|
607
|
+
MAX_MANIFEST_BUFFERED_START_END_DIFFERENCE: 0.4,
|
|
608
|
+
/**
|
|
609
|
+
* The maximum authorized difference, in seconds, between the duration a
|
|
610
|
+
* segment should have according to the Manifest and the actual duration it
|
|
611
|
+
* seems to have once pushed to the media buffer.
|
|
612
|
+
*
|
|
613
|
+
* Setting a value too high can lead to parts of the media buffer being
|
|
614
|
+
* linked to the wrong segments and to segments wrongly believed to be still
|
|
615
|
+
* complete (instead of garbage collected).
|
|
616
|
+
*
|
|
617
|
+
* Setting a value too low can lead to parts of the media buffer not being
|
|
618
|
+
* linked to the concerned segment and to segments wrongly believed to be
|
|
619
|
+
* partly garbage collected (instead of complete segments). This last point
|
|
620
|
+
* could lead to unnecessary segment re-downloading.
|
|
621
|
+
* @type {Number}
|
|
622
|
+
*/
|
|
623
|
+
MAX_MANIFEST_BUFFERED_DURATION_DIFFERENCE: 0.3,
|
|
624
|
+
/**
|
|
625
|
+
* Minimum duration in seconds a segment should be into a buffered range to be
|
|
626
|
+
* considered as part of that range.
|
|
627
|
+
* Segments which have less than this amount of time "linked" to a buffered
|
|
628
|
+
* range will be deleted.
|
|
629
|
+
*
|
|
630
|
+
* Setting a value too low can lead in worst-case scenarios to segments being
|
|
631
|
+
* wrongly linked to the next or previous range it is truly linked too (if
|
|
632
|
+
* those ranges are too close).
|
|
633
|
+
*
|
|
634
|
+
* Setting a value too high can lead to part of the buffer not being assigned
|
|
635
|
+
* any segment. It also limits the minimum duration a segment can be.
|
|
636
|
+
*
|
|
637
|
+
* TODO As of now, this limits the minimum size a complete segment can be. A
|
|
638
|
+
* better logic would be to also consider the duration of a segment. Though
|
|
639
|
+
* this logic could lead to bugs with the current code.
|
|
640
|
+
* @type {Number}
|
|
641
|
+
*/
|
|
642
|
+
MINIMUM_SEGMENT_SIZE: 0.001,
|
|
643
|
+
/**
|
|
644
|
+
* Append windows allow to filter media data from segments if they are outside
|
|
645
|
+
* a given limit.
|
|
646
|
+
* Coded frames with presentation timestamp within this range are allowed to
|
|
647
|
+
* be appended to the media buffer while coded frames outside this range are
|
|
648
|
+
* filtered out.
|
|
649
|
+
*
|
|
650
|
+
* Those are often set to be the start and end of the "Period" the segment is
|
|
651
|
+
* in.
|
|
652
|
+
* However, we noticed that some browsers were too aggressive when the exact
|
|
653
|
+
* limits were set: more data than needed was removed, often leading to
|
|
654
|
+
* discontinuities.
|
|
655
|
+
*
|
|
656
|
+
* Those securities are added to the set windows (substracted from the window
|
|
657
|
+
* start and added to the window end) to avoid those problems.
|
|
658
|
+
* @type {Object}
|
|
659
|
+
*/
|
|
660
|
+
APPEND_WINDOW_SECURITIES: {
|
|
661
|
+
START: 0.2,
|
|
662
|
+
END: 0.1,
|
|
663
|
+
},
|
|
664
|
+
/**
|
|
665
|
+
* Maximum interval at which text tracks are refreshed in an "html"
|
|
666
|
+
* textTrackMode.
|
|
667
|
+
*
|
|
668
|
+
* The text tracks are also refreshed on various video events, this interval
|
|
669
|
+
* will only trigger a refresh if none of those events was received during
|
|
670
|
+
* that timespan.
|
|
671
|
+
*
|
|
672
|
+
* Note that if the TextTrack cue did not change between two intervals or
|
|
673
|
+
* events, the DOM won't be refreshed.
|
|
674
|
+
* The TextTrack cues structure is also optimized for fast retrieval.
|
|
675
|
+
* We should thus not have much of a performance impact here if we set a low
|
|
676
|
+
* interval.
|
|
677
|
+
*
|
|
678
|
+
* @type {Number}
|
|
679
|
+
*/
|
|
680
|
+
MAXIMUM_HTML_TEXT_TRACK_UPDATE_INTERVAL: 50,
|
|
681
|
+
/**
|
|
682
|
+
* On browsers with no ResizeObserver API, this will be the interval in
|
|
683
|
+
* milliseconds at which we should check if the text track element has
|
|
684
|
+
* changed its size, and updates proportional text-track data accordingly
|
|
685
|
+
* (like a proportional font-size).
|
|
686
|
+
*
|
|
687
|
+
* This is only used:
|
|
688
|
+
* - in an "html" textTrackMode
|
|
689
|
+
* - when some styling is proportional in the text track data
|
|
690
|
+
*
|
|
691
|
+
* Putting a value too low will render faster but might use to much proc time.
|
|
692
|
+
* Putting a value too high might provoke a re-render too late after the user
|
|
693
|
+
* changed the element's size (e.g. when going to fullscreen mode).
|
|
694
|
+
*
|
|
695
|
+
* @type {Number}
|
|
696
|
+
*/
|
|
697
|
+
TEXT_TRACK_SIZE_CHECKS_INTERVAL: 250,
|
|
698
|
+
/**
|
|
699
|
+
* The Buffer padding is a time offset from the current time that affects
|
|
700
|
+
* the buffer.
|
|
701
|
+
*
|
|
702
|
+
* Basically, from a given time, if the current buffer gap number (time
|
|
703
|
+
* between the current time and the end of the downloaded buffer) is above
|
|
704
|
+
* the padding described here (of the corresponding type), we won't
|
|
705
|
+
* reschedule segments for that range.
|
|
706
|
+
*
|
|
707
|
+
* This is to avoid excessive re-buffering.
|
|
708
|
+
*
|
|
709
|
+
* Keeping the padding too low would increase the risk of re-bufferings.
|
|
710
|
+
*
|
|
711
|
+
* Keeping the padding too high would delay visible quality increase.
|
|
712
|
+
*
|
|
713
|
+
* @type {Object}
|
|
714
|
+
*/
|
|
715
|
+
BUFFER_PADDING: {
|
|
716
|
+
audio: 1, // only "audio" segments
|
|
717
|
+
video: 3, // only "video" segments
|
|
718
|
+
other: 1, // tracks which are not audio/video (like text).
|
|
719
|
+
},
|
|
720
|
+
/**
|
|
721
|
+
* Segments of different types are downloaded by steps:
|
|
722
|
+
*
|
|
723
|
+
* - first the audio/video/text Segments which are immediately needed
|
|
724
|
+
*
|
|
725
|
+
* - then once every of those Segments have been downloaded, less-needed
|
|
726
|
+
* Segments
|
|
727
|
+
*
|
|
728
|
+
* - then once every of those less-needed Segments have been downloaded,
|
|
729
|
+
* even less-needed Segments
|
|
730
|
+
*
|
|
731
|
+
* - etc.
|
|
732
|
+
*
|
|
733
|
+
* This stepped download strategy allows to make a better use of network
|
|
734
|
+
* ressources.
|
|
735
|
+
*
|
|
736
|
+
* For example, if more than sufficient audio buffer has been downloaded but
|
|
737
|
+
* the immediately-needed video Segment is still pending its request, we might
|
|
738
|
+
* be in a situation of rebuffering.
|
|
739
|
+
* In that case, a better strategy would be to make sure every network
|
|
740
|
+
* ressource is allocated for this video Segment before rebuffering happens.
|
|
741
|
+
*
|
|
742
|
+
* This is where those steps become useful.
|
|
743
|
+
*
|
|
744
|
+
* --
|
|
745
|
+
*
|
|
746
|
+
* The numbers defined in this Array describe what the steps are.
|
|
747
|
+
*
|
|
748
|
+
* Each number is linked to a distance from the current playing position, in
|
|
749
|
+
* seconds.
|
|
750
|
+
* Distances which will be used as limit points, from which a new step is
|
|
751
|
+
* reached (see example).
|
|
752
|
+
*
|
|
753
|
+
* In the RxPlayer's code, each step is then translated in to a priority
|
|
754
|
+
* number.
|
|
755
|
+
* The lower is that number, the lower is the step and the lower is the step,
|
|
756
|
+
* the higher is the priority.
|
|
757
|
+
*
|
|
758
|
+
* Note: You can set an empty array to deactivate the steps feature (every
|
|
759
|
+
* Segments have the same priority).
|
|
760
|
+
*
|
|
761
|
+
* @example
|
|
762
|
+
*
|
|
763
|
+
* let's imagine the following SEGMENT_PRIORITIES_STEPS array:
|
|
764
|
+
* [5, 11, 17, 25]
|
|
765
|
+
*
|
|
766
|
+
* To link each Segments to a corresponding priority number (and thus to a
|
|
767
|
+
* specific step), we have to consider the distance between the current
|
|
768
|
+
* position and the start time of the Segment.
|
|
769
|
+
*
|
|
770
|
+
* We have in our example 5 groups, which correspond to the following possible
|
|
771
|
+
* distances:
|
|
772
|
+
* 1. inferior to 5 => first step (priority number = 0)
|
|
773
|
+
* 2. between 5 and 11 => second step (priority number = 1)
|
|
774
|
+
* 3. between 11 and 17 => third step (priority number = 2)
|
|
775
|
+
* 4. between 17 and 25 => fourth step (priority number = 3)
|
|
776
|
+
* 5. superior to 25 => fifth step (priority number = 4)
|
|
777
|
+
*
|
|
778
|
+
* Segments corresponding to a lower-step will need to all be downloaded
|
|
779
|
+
* before Segments of a newer step begin.
|
|
780
|
+
*
|
|
781
|
+
* @type {Array.<Number>}
|
|
782
|
+
*/
|
|
783
|
+
SEGMENT_PRIORITIES_STEPS: [
|
|
784
|
+
2, // 1st Step (priority number = 0): < 2
|
|
785
|
+
4, // 2nd Step (priority number = 1): 2-4
|
|
786
|
+
8, // 3rd Step (priority number = 2): 4-8
|
|
787
|
+
12, // 4th Step (priority number = 3): 8-12
|
|
788
|
+
18, // 5th Step (priority number = 4): 12-18
|
|
789
|
+
25,
|
|
790
|
+
], // 6th Step (priority number = 5): 18-25
|
|
791
|
+
// 7th Step (priority number = 6): >= 25
|
|
792
|
+
/**
|
|
793
|
+
* Some segment requests are said to be "high priority".
|
|
794
|
+
*
|
|
795
|
+
* Requests in that category once done will cancel any segment request that
|
|
796
|
+
* has a low priority number (see `SEGMENT_PRIORITIES_STEPS`) - meaning a
|
|
797
|
+
* priority number equal to `MIN_CANCELABLE_PRIORITY` or more.
|
|
798
|
+
*
|
|
799
|
+
* Enter here the last priority number that is considered high priority
|
|
800
|
+
* (beginning by the first step, which has the priority number `0`).
|
|
801
|
+
* @type {number}
|
|
802
|
+
*/
|
|
803
|
+
MAX_HIGH_PRIORITY_LEVEL: 1, // priority number 1 and lower is high priority
|
|
804
|
+
/**
|
|
805
|
+
* Enter here the first priority step (see `SEGMENT_PRIORITIES_STEPS`) that
|
|
806
|
+
* will be considered as low priority.
|
|
807
|
+
*
|
|
808
|
+
* Segment requests with a low priority will be cancelled if a high priority
|
|
809
|
+
* segment request (see MAX_HIGH_PRIORITY_LEVEL) is scheduled while they are
|
|
810
|
+
* pending.
|
|
811
|
+
*
|
|
812
|
+
* This number should be strictly superior to the value indicated in
|
|
813
|
+
* `MAX_HIGH_PRIORITY_LEVEL`.
|
|
814
|
+
* @type {number}
|
|
815
|
+
*/
|
|
816
|
+
MIN_CANCELABLE_PRIORITY: 3, // priority number 3 onward can be cancelled
|
|
817
|
+
/**
|
|
818
|
+
* Codecs used in the videoCapabilities of the MediaKeySystemConfiguration
|
|
819
|
+
* (DRM).
|
|
820
|
+
*
|
|
821
|
+
* Defined in order of importance (first will be tested first etc.)
|
|
822
|
+
* @type {Array.<string>}
|
|
823
|
+
*/
|
|
824
|
+
EME_DEFAULT_VIDEO_CODECS: [
|
|
825
|
+
'video/mp4;codecs="avc1.4d401e"',
|
|
826
|
+
'video/mp4;codecs="avc1.42e01e"',
|
|
827
|
+
'video/mp4;codecs="hvc1.1.6.L93.B0"',
|
|
828
|
+
'video/webm;codecs="vp8"',
|
|
829
|
+
],
|
|
830
|
+
/**
|
|
831
|
+
* Codecs used in the audioCapabilities of the MediaKeySystemConfiguration
|
|
832
|
+
* (DRM).
|
|
833
|
+
*
|
|
834
|
+
* Defined in order of importance (first will be tested first etc.)
|
|
835
|
+
* @type {Array.<string>}
|
|
836
|
+
*/
|
|
837
|
+
EME_DEFAULT_AUDIO_CODECS: [
|
|
838
|
+
'audio/mp4;codecs="mp4a.40.2"',
|
|
839
|
+
'audio/webm;codecs="opus"',
|
|
840
|
+
'audio/mp4;codecs="ec-3"',
|
|
841
|
+
],
|
|
842
|
+
/**
|
|
843
|
+
* Robustnesses used in the {audio,video}Capabilities of the
|
|
844
|
+
* MediaKeySystemConfiguration (DRM).
|
|
845
|
+
*
|
|
846
|
+
* Only used for widevine keysystems.
|
|
847
|
+
*
|
|
848
|
+
* Defined in order of importance (first will be tested first etc.)
|
|
849
|
+
* @type {Array.<string>}
|
|
850
|
+
*/
|
|
851
|
+
EME_DEFAULT_WIDEVINE_ROBUSTNESSES: [
|
|
852
|
+
"HW_SECURE_ALL",
|
|
853
|
+
"HW_SECURE_DECODE",
|
|
854
|
+
"HW_SECURE_CRYPTO",
|
|
855
|
+
"SW_SECURE_DECODE",
|
|
856
|
+
"SW_SECURE_CRYPTO",
|
|
857
|
+
],
|
|
858
|
+
/**
|
|
859
|
+
* Robustnesses used in the {audio,video}Capabilities of the
|
|
860
|
+
* MediaKeySystemConfiguration (DRM).
|
|
861
|
+
*
|
|
862
|
+
* Only used for "com.microsoft.playready.recommendation" keysystems.
|
|
863
|
+
*
|
|
864
|
+
* Defined in order of importance (first will be tested first etc.)
|
|
865
|
+
* @type {Array.<string>}
|
|
866
|
+
*/
|
|
867
|
+
EME_DEFAULT_PLAYREADY_RECOMMENDATION_ROBUSTNESSES: ["3000", "2000"],
|
|
868
|
+
/**
|
|
869
|
+
* Link canonical key systems names to their respective reverse domain name,
|
|
870
|
+
* used in the EME APIs.
|
|
871
|
+
* This allows to have a simpler API, where users just need to set "widevine"
|
|
872
|
+
* or "playready" as a keySystem.
|
|
873
|
+
* @type {Object}
|
|
874
|
+
*/
|
|
875
|
+
EME_KEY_SYSTEMS: {
|
|
876
|
+
clearkey: ["webkit-org.w3.clearkey", "org.w3.clearkey"],
|
|
877
|
+
widevine: ["com.widevine.alpha"],
|
|
878
|
+
playready: [
|
|
879
|
+
"com.microsoft.playready.recommendation",
|
|
880
|
+
"com.microsoft.playready",
|
|
881
|
+
"com.chromecast.playready",
|
|
882
|
+
"com.youtube.playready",
|
|
883
|
+
],
|
|
884
|
+
fairplay: ["com.apple.fps.1_0"],
|
|
885
|
+
},
|
|
886
|
+
/**
|
|
887
|
+
* The Manifest parsing logic has a notion of "unsafeMode" which allows to
|
|
888
|
+
* speed-up this process a lot with a small risk of de-synchronization with
|
|
889
|
+
* what actually is on the server.
|
|
890
|
+
* Because using that mode is risky, and can lead to all sort of problems, we
|
|
891
|
+
* regularly should fall back to a regular "safe" parsing every once in a
|
|
892
|
+
* while.
|
|
893
|
+
* This value defines how many consecutive time maximum the "unsafeMode"
|
|
894
|
+
* parsing can be done.
|
|
895
|
+
*/
|
|
896
|
+
MAX_CONSECUTIVE_MANIFEST_PARSING_IN_UNSAFE_MODE: 10,
|
|
897
|
+
/**
|
|
898
|
+
* Minimum time spent parsing the Manifest before we can authorize parsing
|
|
899
|
+
* it in an "unsafeMode", to speed-up the process with a little risk.
|
|
900
|
+
* Please note that this parsing time also sometimes includes idle time such
|
|
901
|
+
* as when the parser is waiting for a request to finish.
|
|
902
|
+
*/
|
|
903
|
+
MIN_MANIFEST_PARSING_TIME_TO_ENTER_UNSAFE_MODE: 200,
|
|
904
|
+
/**
|
|
905
|
+
* Minimum amount of <S> elements in a DASH MPD's <SegmentTimeline> element
|
|
906
|
+
* necessary to begin parsing the current SegmentTimeline element in an
|
|
907
|
+
* unsafe manner (meaning: with risks of de-synchronization).
|
|
908
|
+
* This is only done when the "unsafeMode" parsing mode is enabled.
|
|
909
|
+
*/
|
|
910
|
+
MIN_DASH_S_ELEMENTS_TO_PARSE_UNSAFELY: 300,
|
|
911
|
+
/**
|
|
912
|
+
* When we detect that the local Manifest might be out-of-sync with the
|
|
913
|
+
* server's one, we schedule a Manifest refresh.
|
|
914
|
+
* However, as this "unsynchronization" is only a theory and as we do not want
|
|
915
|
+
* to send too many Manifest requests, we keep a delay between the last
|
|
916
|
+
* Manifest refresh done and that one.
|
|
917
|
+
* This value indicates which delay we want. Note that the Manifest could
|
|
918
|
+
* still be refreshed before this delay for other reasons.
|
|
919
|
+
* @type {Number}
|
|
920
|
+
*/
|
|
921
|
+
OUT_OF_SYNC_MANIFEST_REFRESH_DELAY: 3000,
|
|
922
|
+
/**
|
|
923
|
+
* When a partial Manifest update (that is an update with a partial sub-set
|
|
924
|
+
* of the Manifest) fails, we will perform an update with the whole Manifest
|
|
925
|
+
* instead.
|
|
926
|
+
* To not overload the client - as parsing a Manifest can be resource heavy -
|
|
927
|
+
* we set a minimum delay to wait before doing the corresponding request.
|
|
928
|
+
* @type {Number}
|
|
929
|
+
*/
|
|
930
|
+
FAILED_PARTIAL_UPDATE_MANIFEST_REFRESH_DELAY: 3000,
|
|
931
|
+
/**
|
|
932
|
+
* DASH Manifest based on a SegmentTimeline should normally have an
|
|
933
|
+
* MPD@minimumUpdatePeriod attribute which should be sufficient to
|
|
934
|
+
* know when to refresh it.
|
|
935
|
+
* However, there is a specific case, for when it is equal to 0.
|
|
936
|
+
* As of DASH-IF IOP (valid in v4.3), when a DASH's MPD set a
|
|
937
|
+
* MPD@minimumUpdatePeriod to `0`, a client should not refresh the MPD
|
|
938
|
+
* unless told to do so through inband events, in the stream.
|
|
939
|
+
* In reality however, we found it to not always be the case (even with
|
|
940
|
+
* DASH-IF own streams) and moreover to not always be the best thing to do.
|
|
941
|
+
* We prefer to refresh in average at a regular interval when we do not have
|
|
942
|
+
* this information.
|
|
943
|
+
* /!\ This value is expressed in seconds.
|
|
944
|
+
*/
|
|
945
|
+
DASH_FALLBACK_LIFETIME_WHEN_MINIMUM_UPDATE_PERIOD_EQUAL_0: 3,
|
|
946
|
+
/**
|
|
947
|
+
* Default value for the maximum number of simultaneous MediaKeySessions that
|
|
948
|
+
* will be kept in a cache (linked to the MediaKeys instance) to avoid doing
|
|
949
|
+
* superfluous license requests.
|
|
950
|
+
*
|
|
951
|
+
* If this number is reached, any new session creation will close the oldest
|
|
952
|
+
* one.
|
|
953
|
+
* Another value can be configured through the API, in which case this default
|
|
954
|
+
* will be overwritten.
|
|
955
|
+
* @type {Number}
|
|
956
|
+
*/
|
|
957
|
+
EME_DEFAULT_MAX_SIMULTANEOUS_MEDIA_KEY_SESSIONS: 15,
|
|
958
|
+
/**
|
|
959
|
+
* When playing contents with a persistent license, we will usually store some
|
|
960
|
+
* information related to that MediaKeySession, to be able to play it at a
|
|
961
|
+
* later time.
|
|
962
|
+
*
|
|
963
|
+
* Those information are removed once a MediaKeySession is not considered
|
|
964
|
+
* as "usable" anymore. But to know that, the RxPlayer has to load it.
|
|
965
|
+
*
|
|
966
|
+
* But the RxPlayer does not re-load every persisted MediaKeySession every
|
|
967
|
+
* time to check each one of them one by one, as this would not be a
|
|
968
|
+
* performant thing to do.
|
|
969
|
+
*
|
|
970
|
+
* So this is only done when and if the corresponding content is encountered
|
|
971
|
+
* again and only if it contains the same initialization data.
|
|
972
|
+
*
|
|
973
|
+
* We have to consider that those "information" contain binary data which can
|
|
974
|
+
* be of arbitrary length. Size taken by an array of them can relatively
|
|
975
|
+
* rapidly take a lot of space in JS memory.
|
|
976
|
+
*
|
|
977
|
+
* So to avoid this storage to take too much space (would it be in the chosen
|
|
978
|
+
* browser's storage or in JS memory), we now set a higher bound for the
|
|
979
|
+
* amount of MediaKeySession information that can be stored at the same time.
|
|
980
|
+
*
|
|
981
|
+
* I set the value of 1000 here, as it seems big enough to not be considered a
|
|
982
|
+
* problem (though it can become one, when contents have a lot of keys per
|
|
983
|
+
* content), and still low enough so it should not cause much problem (my
|
|
984
|
+
* method to choose that number was to work with power of 10s and choosing the
|
|
985
|
+
* amount which seemed the most sensible one).
|
|
986
|
+
*
|
|
987
|
+
* This wasn't battle-tested however.
|
|
988
|
+
*/
|
|
989
|
+
EME_MAX_STORED_PERSISTENT_SESSION_INFORMATION: 1000,
|
|
990
|
+
/**
|
|
991
|
+
* After loading a persistent MediaKeySession, the RxPlayer needs to ensure
|
|
992
|
+
* that its keys still allow to decrypt a content.
|
|
993
|
+
*
|
|
994
|
+
* However on some browsers, the `keyStatuses` property that we used to check
|
|
995
|
+
* the keys' satuses linked to that session can be empty for some time after
|
|
996
|
+
* the loading operation is done.
|
|
997
|
+
*
|
|
998
|
+
* This value allows to configure a delay in milliseconds that will be the
|
|
999
|
+
* maximum time we will wait after a persistent session is loaded.
|
|
1000
|
+
* If after that time, the `keyStatuses` property is still empty, we will
|
|
1001
|
+
* consider that session as not usable.
|
|
1002
|
+
*/
|
|
1003
|
+
EME_WAITING_DELAY_LOADED_SESSION_EMPTY_KEYSTATUSES: 100,
|
|
1004
|
+
/**
|
|
1005
|
+
* The player relies on browser events and properties to update its status to
|
|
1006
|
+
* "ENDED".
|
|
1007
|
+
*
|
|
1008
|
+
* Sadly in some cases, like in Chrome 54, this event is never triggered on
|
|
1009
|
+
* some contents probably due to a browser bug.
|
|
1010
|
+
*
|
|
1011
|
+
* This threshold resolves this issue by forcing the status to "ENDED" when:
|
|
1012
|
+
* 1. the player is stalling
|
|
1013
|
+
* 2. the absolute difference between current playback time and duration is
|
|
1014
|
+
* under this value
|
|
1015
|
+
*
|
|
1016
|
+
* If set to null, this workaround is disabled and the player only relies on
|
|
1017
|
+
* browser events.
|
|
1018
|
+
*
|
|
1019
|
+
* @type {Number|null}
|
|
1020
|
+
*/
|
|
1021
|
+
FORCED_ENDED_THRESHOLD: 0.0008,
|
|
1022
|
+
/**
|
|
1023
|
+
* Maximum duration from the current position we will let in the buffer when
|
|
1024
|
+
* switching an Adaptation/Representations of a given type.
|
|
1025
|
+
*
|
|
1026
|
+
* For example, if we have ``text: { before: 1, after: 4 }``, it means that
|
|
1027
|
+
* when switching subtitles, we will let 1 second before and 4 second after
|
|
1028
|
+
* the current position in the previous language (until the new segments
|
|
1029
|
+
* overwrite it).
|
|
1030
|
+
* This is to allow smooth transitions and avoid de-synchronization that
|
|
1031
|
+
* can happen when removing the content being decoded.
|
|
1032
|
+
* @type {Object}
|
|
1033
|
+
*/
|
|
1034
|
+
ADAP_REP_SWITCH_BUFFER_PADDINGS: {
|
|
1035
|
+
video: { before: 5, after: 5 },
|
|
1036
|
+
audio: { before: 2, after: 2.5 },
|
|
1037
|
+
text: { before: 0, after: 0 }, // not managed natively, so no problem here
|
|
1038
|
+
},
|
|
1039
|
+
/**
|
|
1040
|
+
* Interval, in milliseconds, at which we should manually flush
|
|
1041
|
+
* SourceBuffers.
|
|
1042
|
+
* Some browsers (happened with firefox 66) sometimes "forget" to send us
|
|
1043
|
+
* `update` or `updateend` events.
|
|
1044
|
+
* In that case, we're completely unable to continue the queue here and
|
|
1045
|
+
* stay locked in a waiting state.
|
|
1046
|
+
* This interval is here to check at regular intervals if the underlying
|
|
1047
|
+
* SourceBuffer is currently updating.
|
|
1048
|
+
* @type {Number}
|
|
1049
|
+
*/
|
|
1050
|
+
SOURCE_BUFFER_FLUSHING_INTERVAL: 500,
|
|
1051
|
+
/**
|
|
1052
|
+
* Any already-pushed segment starting before or at the current position +
|
|
1053
|
+
* CONTENT_REPLACEMENT_PADDING won't be replaced by new segments.
|
|
1054
|
+
*
|
|
1055
|
+
* This allows to avoid overwriting segments that are currently being decoded
|
|
1056
|
+
* as we encountered many decoding issues when doing so.
|
|
1057
|
+
* @type {Number} - in seconds
|
|
1058
|
+
*/
|
|
1059
|
+
CONTENT_REPLACEMENT_PADDING: 1.2,
|
|
1060
|
+
/**
|
|
1061
|
+
* For video and audio segments, determines two thresholds below which :
|
|
1062
|
+
* - The segment is considered as loaded from cache
|
|
1063
|
+
* - The segment may be loaded from cache depending on the previous request
|
|
1064
|
+
*/
|
|
1065
|
+
CACHE_LOAD_DURATION_THRESHOLDS: {
|
|
1066
|
+
video: 50,
|
|
1067
|
+
audio: 10,
|
|
1068
|
+
},
|
|
1069
|
+
/** Interval we will use to poll for checking if an event shall be emitted */
|
|
1070
|
+
STREAM_EVENT_EMITTER_POLL_INTERVAL: 250,
|
|
1071
|
+
/**
|
|
1072
|
+
* In Javascript, numbers are encoded in a way that a floating number may be
|
|
1073
|
+
* represented internally with a rounding error. When multiplying times in
|
|
1074
|
+
* seconds by the timescale, we've encoutered cases were the rounding error
|
|
1075
|
+
* was amplified by a factor which is about the timescale.
|
|
1076
|
+
* Example :
|
|
1077
|
+
* (192797480.641122).toFixed(20) = 192797480.64112201333045959473
|
|
1078
|
+
* (error is 0.0000000133...)
|
|
1079
|
+
* 192797480.641122 * 10000000 = 1927974806411220.2 (error is 0.2)
|
|
1080
|
+
* 192797480.641122 * 10000000 * 4 = 7711899225644881 (error is 1)
|
|
1081
|
+
* The error is much more significant here, once the timescale has been
|
|
1082
|
+
* applied.
|
|
1083
|
+
* Thus, we consider that our max tolerable rounding error is 1ms.
|
|
1084
|
+
* It is much more than max rounding errors when seen into practice,
|
|
1085
|
+
* and not significant from the media loss perspective.
|
|
1086
|
+
*/
|
|
1087
|
+
DEFAULT_MAXIMUM_TIME_ROUNDING_ERROR: 1 / 1000,
|
|
1088
|
+
/**
|
|
1089
|
+
* RxPlayer's media buffers have a linked history registering recent events
|
|
1090
|
+
* that happened on those.
|
|
1091
|
+
* The reason is to implement various heuristics in case of weird browser
|
|
1092
|
+
* behavior.
|
|
1093
|
+
*
|
|
1094
|
+
* The `BUFFERED_HISTORY_RETENTION_TIME` is the minimum age an entry of
|
|
1095
|
+
* that history can have before being removed from the history.
|
|
1096
|
+
*/
|
|
1097
|
+
BUFFERED_HISTORY_RETENTION_TIME: 60000,
|
|
1098
|
+
/**
|
|
1099
|
+
* RxPlayer's media buffers have a linked history registering recent events
|
|
1100
|
+
* that happened on those.
|
|
1101
|
+
* The reason is to implement various heuristics in case of weird browser
|
|
1102
|
+
* behavior.
|
|
1103
|
+
*
|
|
1104
|
+
* The `BUFFERED_HISTORY_RETENTION_TIME` is the maximum number of entries
|
|
1105
|
+
* there can be in that history.
|
|
1106
|
+
*/
|
|
1107
|
+
BUFFERED_HISTORY_MAXIMUM_ENTRIES: 200,
|
|
1108
|
+
/**
|
|
1109
|
+
* Minimum buffer in seconds ahead relative to current time
|
|
1110
|
+
* we should be able to download, even in cases of saturated memory.
|
|
1111
|
+
*/
|
|
1112
|
+
MIN_BUFFER_AHEAD: 5,
|
|
1113
|
+
/**
|
|
1114
|
+
* Distance in seconds behind the current position
|
|
1115
|
+
* the player will free up to in the case we agressively free up memory
|
|
1116
|
+
* It is set to avoid playback issues
|
|
1117
|
+
*/
|
|
1118
|
+
UPTO_CURRENT_POSITION_CLEANUP: 5,
|
|
1119
|
+
/**
|
|
1120
|
+
* Default "switching mode" used when locking video Representations.
|
|
1121
|
+
* That is, which behavior the RxPlayer should have by default when
|
|
1122
|
+
* explicitely and manually switching from a previous set of video
|
|
1123
|
+
* Representations to a new one.
|
|
1124
|
+
*/
|
|
1125
|
+
DEFAULT_VIDEO_REPRESENTATIONS_SWITCHING_MODE: "seamless",
|
|
1126
|
+
/**
|
|
1127
|
+
* Default "switching mode" used when locking audio Representations.
|
|
1128
|
+
* That is, which behavior the RxPlayer should have by default when
|
|
1129
|
+
* explicitely and manually switching from a previous set of audio
|
|
1130
|
+
* Representations to a new one.
|
|
1131
|
+
*/
|
|
1132
|
+
DEFAULT_AUDIO_REPRESENTATIONS_SWITCHING_MODE: "seamless",
|
|
1133
|
+
/**
|
|
1134
|
+
* Default "switching mode" used when switching between video tracks.
|
|
1135
|
+
* That is, which behavior the RxPlayer should have by default when
|
|
1136
|
+
* explicitely and manually switching from a previous video track to a new
|
|
1137
|
+
* one.
|
|
1138
|
+
*/
|
|
1139
|
+
DEFAULT_VIDEO_TRACK_SWITCHING_MODE: "reload",
|
|
1140
|
+
/**
|
|
1141
|
+
* Default "switching mode" used when switching between audio tracks.
|
|
1142
|
+
* That is, which behavior the RxPlayer should have by default when
|
|
1143
|
+
* explicitely and manually switching from a previous audio track to a new
|
|
1144
|
+
* one.
|
|
1145
|
+
*/
|
|
1146
|
+
DEFAULT_AUDIO_TRACK_SWITCHING_MODE: "seamless",
|
|
1147
|
+
/**
|
|
1148
|
+
* The default number of times a thumbnail request will be re-performed when
|
|
1149
|
+
* on error which justify a retry.
|
|
1150
|
+
*
|
|
1151
|
+
* Note that some errors do not use this counter:
|
|
1152
|
+
* - if the error is not due to the xhr, no retry will be peformed
|
|
1153
|
+
* - if the error is an HTTP error code, but not a 500-smthg or a 404, no
|
|
1154
|
+
* retry will be performed.
|
|
1155
|
+
* @type Number
|
|
1156
|
+
*/
|
|
1157
|
+
DEFAULT_MAX_THUMBNAIL_REQUESTS_RETRY_ON_ERROR: 1,
|
|
1158
|
+
/**
|
|
1159
|
+
* Default time interval after which a thumbnail request will timeout, in ms.
|
|
1160
|
+
* @type {Number}
|
|
1161
|
+
*/
|
|
1162
|
+
DEFAULT_THUMBNAIL_REQUEST_TIMEOUT: 10 * 1000,
|
|
1163
|
+
/**
|
|
1164
|
+
* Default connection time after which a thumbnail request conncection will
|
|
1165
|
+
* timeout, in ms.
|
|
1166
|
+
* @type {Number}
|
|
1167
|
+
*/
|
|
1168
|
+
DEFAULT_THUMBNAIL_CONNECTION_TIMEOUT: 7 * 1000,
|
|
1169
|
+
// Compatibility toggles:
|
|
1170
|
+
/**
|
|
1171
|
+
* If set to `true`, we'll always try to check thoroughly that a
|
|
1172
|
+
* `MediaKeySystemAccess` can be relied on.
|
|
1173
|
+
*/
|
|
1174
|
+
FORCE_CANNOT_RELY_ON_REQUEST_MEDIA_KEY_SYSTEM_ACCESS: false,
|
|
1175
|
+
/**
|
|
1176
|
+
* If set to `true`, we'll always re-create a `MediaKeys` instance for each
|
|
1177
|
+
* encrypted content where we need one.
|
|
1178
|
+
*/
|
|
1179
|
+
FORCE_CANNOT_REUSE_MEDIA_KEYS: false,
|
|
1180
|
+
/**
|
|
1181
|
+
* If set to `true`, force work-around for devices which have issues with
|
|
1182
|
+
* `MediaSource` objects with a high `duration` property.
|
|
1183
|
+
*/
|
|
1184
|
+
FORCE_HAS_ISSUES_WITH_HIGH_MEDIA_SOURCE_DURATION: false,
|
|
1185
|
+
/**
|
|
1186
|
+
* If set to `true`, the device might seek before what we actually tell it to,
|
|
1187
|
+
* breaking other RxPlayer behaviors in the process.
|
|
1188
|
+
* Setting it to `true` allows to enable work-arounds.
|
|
1189
|
+
*/
|
|
1190
|
+
FORCE_IS_SEEKING_APPROXIMATE: false,
|
|
1191
|
+
/**
|
|
1192
|
+
* If set to `true`, the device might fail directly after uncountering
|
|
1193
|
+
* decipherable data.
|
|
1194
|
+
*/
|
|
1195
|
+
FORCE_MEDIA_ELEMENT_FAIL_ON_UNDECIPHERABLE_DATA: false,
|
|
1196
|
+
/**
|
|
1197
|
+
* If set to `true` we'll await a `MediaKeys` attachment on a given
|
|
1198
|
+
* `HTMLMediaElement` before trying to set a new one.
|
|
1199
|
+
*/
|
|
1200
|
+
FORCE_SHOULD_AWAIT_SET_MEDIA_KEYS: false,
|
|
1201
|
+
/** If set to `true` we'll rely on Safari's Webkit flavor of the EME API. */
|
|
1202
|
+
FORCE_SHOULD_FAVOUR_CUSTOM_SAFARI_EME: false,
|
|
1203
|
+
/**
|
|
1204
|
+
* If `true`, we'll reload if unencrypted data is encountered close to
|
|
1205
|
+
* the current position.
|
|
1206
|
+
*/
|
|
1207
|
+
FORCE_SHOULD_RELOAD_MEDIA_SOURCE_ON_DECIPHERABILITY_UPDATE: false,
|
|
1208
|
+
/** If `true`, we'll for each content re-create a `MediaKeySystemAccess`. */
|
|
1209
|
+
FORCE_SHOULD_RENEW_MEDIA_KEY_SYSTEM_ACCESS: false,
|
|
1210
|
+
/** If `true`, we'll unset the `MediaKeys` at each stop. */
|
|
1211
|
+
FORCE_SHOULD_UNSET_MEDIA_KEYS: false,
|
|
1212
|
+
/**
|
|
1213
|
+
* If `true`, we cannot trust that a `loadedmetadata` event from the
|
|
1214
|
+
* `HTMLMediaElement` is sent after the browser has parsed key metadata such
|
|
1215
|
+
* as the content's duration.
|
|
1216
|
+
*/
|
|
1217
|
+
FORCE_SHOULD_VALIDATE_METADATA: false,
|
|
1218
|
+
/**
|
|
1219
|
+
* If `true`, we have to announce the content as loaded even if no data is
|
|
1220
|
+
* actually loaded, because that target do not preload, meaning a `play` call
|
|
1221
|
+
* is required.
|
|
1222
|
+
*/
|
|
1223
|
+
FORCE_DONT_WAIT_FOR_DATA_BEFORE_LOADED: false,
|
|
1224
|
+
/**
|
|
1225
|
+
* If `true`, we have to wait for the `HAVE_ENOUGH_DATA` `readyState` before
|
|
1226
|
+
* announcing the content as loaded.
|
|
1227
|
+
*/
|
|
1228
|
+
FORCE_WAIT_FOR_HAVE_ENOUGH_DATA: false,
|
|
1229
|
+
};
|
|
1230
|
+
export default DEFAULT_CONFIG;
|
|
1231
|
+
function checkIsSerializable(_conf) {
|
|
1232
|
+
// noop
|
|
1233
|
+
}
|
|
1234
|
+
checkIsSerializable(DEFAULT_CONFIG);
|