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,1046 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2015 CANAL+ Group
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");publicapi
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* This file defines the public API for the RxPlayer.
|
|
18
|
+
* It also starts the different sub-parts of the player on various API calls.
|
|
19
|
+
*/
|
|
20
|
+
import type { IMediaElement } from "../../compat/browser_compatibility_types";
|
|
21
|
+
import type { ISegmentSinkMetrics } from "../../core/segment_sinks/segment_sinks_store";
|
|
22
|
+
import type { IInbandEvent, IBufferType } from "../../core/types";
|
|
23
|
+
import type { IErrorCode, IErrorType } from "../../errors";
|
|
24
|
+
import type { IFeature } from "../../features";
|
|
25
|
+
import type { IAdaptationMetadata, IManifestMetadata, IPeriodMetadata, IRepresentationMetadata } from "../../manifest";
|
|
26
|
+
import MediaElementPlaybackObserver from "../../playback_observer/media_element_playback_observer";
|
|
27
|
+
import type { IAudioRepresentation, IAudioTrack, IAudioTrackSetting, IAudioTrackSwitchingMode, IAvailableAudioTrack, IAvailableTextTrack, IAvailableVideoTrack, IBrokenRepresentationsLockContext, IConstructorOptions, IKeySystemConfigurationOutput, IKeySystemOption, ILoadVideoOptions, ILockedAudioRepresentationsSettings, ILockedVideoRepresentationsSettings, ITrackUpdateEventPayload, IRepresentationListUpdateContext, IPeriod, IPeriodChangeEvent, IPlayerError, IPlayerState, IPositionUpdate, IStreamEvent, ITextTrack, IVideoRepresentation, ITextTrackSetting, IVideoTrack, IVideoTrackSetting, IModeInformation, IWorkerSettings, IThumbnailTrackInfo, IThumbnailRenderingOptions, INoPlayableTrackEventPayload } from "../../public_types";
|
|
28
|
+
import type { IThumbnailResponse } from "../../transports";
|
|
29
|
+
import type { IListener } from "../../utils/event_emitter";
|
|
30
|
+
import EventEmitter from "../../utils/event_emitter";
|
|
31
|
+
import type Logger from "../../utils/logger";
|
|
32
|
+
import TaskCanceller from "../../utils/task_canceller";
|
|
33
|
+
import type { ContentInitializer } from "../init";
|
|
34
|
+
import type { IMediaElementTracksStore } from "../tracks_store";
|
|
35
|
+
import TracksStore from "../tracks_store";
|
|
36
|
+
/**
|
|
37
|
+
* @class Player
|
|
38
|
+
* @extends EventEmitter
|
|
39
|
+
*/
|
|
40
|
+
declare class Player extends EventEmitter<IPublicAPIEvent> {
|
|
41
|
+
/** Current version of the RxPlayer. */
|
|
42
|
+
static version: string;
|
|
43
|
+
/** Current version of the RxPlayer. */
|
|
44
|
+
readonly version: string;
|
|
45
|
+
/**
|
|
46
|
+
* Store all video elements currently in use by an RxPlayer instance.
|
|
47
|
+
* This is used to check that a video element is not shared between multiple instances.
|
|
48
|
+
* Use of a WeakSet ensure the object is garbage collected if it's not used anymore.
|
|
49
|
+
*/
|
|
50
|
+
private static _priv_currentlyUsedVideoElements;
|
|
51
|
+
/**
|
|
52
|
+
* Media element attached to the RxPlayer.
|
|
53
|
+
* Set to `null` when the RxPlayer is disposed.
|
|
54
|
+
*/
|
|
55
|
+
videoElement: IMediaElement | null;
|
|
56
|
+
/** Logger the RxPlayer uses. */
|
|
57
|
+
readonly log: Logger;
|
|
58
|
+
/**
|
|
59
|
+
* Current state of the RxPlayer.
|
|
60
|
+
* Please use `getPlayerState()` instead.
|
|
61
|
+
*/
|
|
62
|
+
state: IPlayerState;
|
|
63
|
+
/**
|
|
64
|
+
* Emit when the the RxPlayer is not needed anymore and thus all resources
|
|
65
|
+
* used for its normal functionment can be freed.
|
|
66
|
+
* The player will be unusable after that.
|
|
67
|
+
*/
|
|
68
|
+
private readonly _destroyCanceller;
|
|
69
|
+
/**
|
|
70
|
+
* Contains `true` when the previous content is cleaning-up, `false` when it's
|
|
71
|
+
* done.
|
|
72
|
+
* A new content cannot be launched until it stores `false`.
|
|
73
|
+
*/
|
|
74
|
+
private readonly _priv_contentLock;
|
|
75
|
+
/**
|
|
76
|
+
* The speed that should be applied to playback.
|
|
77
|
+
* Used instead of videoElement.playbackRate to allow more flexibility.
|
|
78
|
+
*/
|
|
79
|
+
private readonly _priv_speed;
|
|
80
|
+
/** Store buffer-related options used needed when initializing a content. */
|
|
81
|
+
private readonly _priv_bufferOptions;
|
|
82
|
+
/** Information on the current bitrate settings. */
|
|
83
|
+
private readonly _priv_bitrateInfos;
|
|
84
|
+
private _priv_workerData;
|
|
85
|
+
/**
|
|
86
|
+
* Current fatal error which STOPPED the player.
|
|
87
|
+
* `null` if no fatal error was received for the current or last content.
|
|
88
|
+
*/
|
|
89
|
+
private _priv_currentError;
|
|
90
|
+
/**
|
|
91
|
+
* Information about the current content being played.
|
|
92
|
+
* `null` when no content is currently loading or loaded.
|
|
93
|
+
*/
|
|
94
|
+
private _priv_contentInfos;
|
|
95
|
+
/** If `true` trickMode video tracks will be chosen if available. */
|
|
96
|
+
private _priv_preferTrickModeTracks;
|
|
97
|
+
/** Refer to last picture in picture event received. */
|
|
98
|
+
private _priv_pictureInPictureRef;
|
|
99
|
+
/** Store wanted configuration for the `videoResolutionLimit` option. */
|
|
100
|
+
private readonly _priv_videoResolutionLimit;
|
|
101
|
+
/** Store wanted configuration for the `throttleVideoBitrateWhenHidden` option. */
|
|
102
|
+
private readonly _priv_throttleVideoBitrateWhenHidden;
|
|
103
|
+
/**
|
|
104
|
+
* Store last state of various values sent as events, to avoid re-triggering
|
|
105
|
+
* them multiple times in a row.
|
|
106
|
+
*
|
|
107
|
+
* All those events are linked to the content being played and can be cleaned
|
|
108
|
+
* on stop.
|
|
109
|
+
*/
|
|
110
|
+
private _priv_contentEventsMemory;
|
|
111
|
+
/**
|
|
112
|
+
* Information that can be relied on once `reload` is called.
|
|
113
|
+
* It should refer to the last content being played.
|
|
114
|
+
*/
|
|
115
|
+
private _priv_reloadingMetadata;
|
|
116
|
+
/**
|
|
117
|
+
* Store last value of autoPlay, from the last load or reload.
|
|
118
|
+
*/
|
|
119
|
+
private _priv_lastAutoPlay;
|
|
120
|
+
/** All possible Error types emitted by the RxPlayer. */
|
|
121
|
+
static get ErrorTypes(): Record<IErrorType, IErrorType>;
|
|
122
|
+
/** All possible Error codes emitted by the RxPlayer. */
|
|
123
|
+
static get ErrorCodes(): Record<IErrorCode, IErrorCode>;
|
|
124
|
+
/**
|
|
125
|
+
* Current log level.
|
|
126
|
+
* Update current log level.
|
|
127
|
+
* Should be either (by verbosity ascending):
|
|
128
|
+
* - "NONE"
|
|
129
|
+
* - "ERROR"
|
|
130
|
+
* - "WARNING"
|
|
131
|
+
* - "INFO"
|
|
132
|
+
* - "DEBUG"
|
|
133
|
+
* Any other value will be translated to "NONE".
|
|
134
|
+
*/
|
|
135
|
+
static get LogLevel(): string;
|
|
136
|
+
static set LogLevel(logLevel: string);
|
|
137
|
+
/**
|
|
138
|
+
* Current log format.
|
|
139
|
+
* Should be either (by verbosity ascending):
|
|
140
|
+
* - "standard": Regular log messages.
|
|
141
|
+
* - "full": More verbose format, including a timestamp and a namespace.
|
|
142
|
+
* Any other value will be translated to "standard".
|
|
143
|
+
*/
|
|
144
|
+
static get LogFormat(): string;
|
|
145
|
+
static set LogFormat(format: string);
|
|
146
|
+
/**
|
|
147
|
+
* Add feature(s) to the RxPlayer.
|
|
148
|
+
* @param {Array.<Object>} featureList - Features wanted.
|
|
149
|
+
*/
|
|
150
|
+
static addFeatures(featureList: IFeature[]): void;
|
|
151
|
+
/**
|
|
152
|
+
* Register the video element to the set of elements currently in use.
|
|
153
|
+
* @param videoElement the video element to register.
|
|
154
|
+
* @throws Error - Throws if the element is already used by another player instance.
|
|
155
|
+
*/
|
|
156
|
+
private static _priv_registerVideoElement;
|
|
157
|
+
/**
|
|
158
|
+
* Deregister the video element of the set of elements currently in use.
|
|
159
|
+
* @param videoElement the video element to deregister.
|
|
160
|
+
*/
|
|
161
|
+
static _priv_deregisterVideoElement(videoElement: IMediaElement): void;
|
|
162
|
+
/**
|
|
163
|
+
* @constructor
|
|
164
|
+
* @param {Object} options
|
|
165
|
+
*/
|
|
166
|
+
constructor(options?: IConstructorOptions);
|
|
167
|
+
/**
|
|
168
|
+
* TODO returns promise?
|
|
169
|
+
* @param {Object} workerSettings
|
|
170
|
+
*/
|
|
171
|
+
attachWorker(workerSettings: IWorkerSettings): Promise<void>;
|
|
172
|
+
/**
|
|
173
|
+
* Construct Object allowing to exchange message with the worker associated to
|
|
174
|
+
* this RxPlayer instance.
|
|
175
|
+
* @returns {Object|null} Object allowing communication with the Worker
|
|
176
|
+
* associated to an `RxPlayer`'s instance.
|
|
177
|
+
* `null` if no worker is attached currently.
|
|
178
|
+
*/
|
|
179
|
+
getWorkerInterface(): IWorkerInterface | null;
|
|
180
|
+
/**
|
|
181
|
+
* Returns information on which "mode" the RxPlayer is running for the current
|
|
182
|
+
* content (e.g. main logic running in a WebWorker or not, are we in
|
|
183
|
+
* directfile mode...).
|
|
184
|
+
*
|
|
185
|
+
* Returns `null` if no content is loaded.
|
|
186
|
+
* @returns {Object|null}
|
|
187
|
+
*/
|
|
188
|
+
getCurrentModeInformation(): IModeInformation | null;
|
|
189
|
+
/**
|
|
190
|
+
* Register a new callback for a player event event.
|
|
191
|
+
*
|
|
192
|
+
* @param {string} evt - The event to register a callback to
|
|
193
|
+
* @param {Function} fn - The callback to call as that event is triggered.
|
|
194
|
+
* The callback will take as argument the eventual payload of the event
|
|
195
|
+
* (single argument).
|
|
196
|
+
*/
|
|
197
|
+
addEventListener<TEventName extends keyof IPublicAPIEvent>(evt: TEventName, fn: IListener<IPublicAPIEvent, TEventName>): void;
|
|
198
|
+
/**
|
|
199
|
+
* Stop the playback for the current content.
|
|
200
|
+
*/
|
|
201
|
+
stop(): void;
|
|
202
|
+
/**
|
|
203
|
+
* Free the resources used by the player.
|
|
204
|
+
* /!\ The player cannot be "used" anymore after this method has been called.
|
|
205
|
+
*/
|
|
206
|
+
dispose(): void;
|
|
207
|
+
/**
|
|
208
|
+
* Load a new video.
|
|
209
|
+
* @param {Object} opts
|
|
210
|
+
*/
|
|
211
|
+
loadVideo(opts: ILoadVideoOptions): void;
|
|
212
|
+
/**
|
|
213
|
+
* Reload the last loaded content.
|
|
214
|
+
* @param {Object} reloadOpts
|
|
215
|
+
*/
|
|
216
|
+
reload(reloadOpts?: {
|
|
217
|
+
reloadAt?: {
|
|
218
|
+
position?: number;
|
|
219
|
+
relative?: number;
|
|
220
|
+
};
|
|
221
|
+
keySystems?: IKeySystemOption[];
|
|
222
|
+
autoPlay?: boolean;
|
|
223
|
+
}): void;
|
|
224
|
+
createDebugElement(element: HTMLElement): {
|
|
225
|
+
dispose(): void;
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* Returns an array decribing the various thumbnail tracks that can be
|
|
229
|
+
* encountered at the wanted time or Period.
|
|
230
|
+
* @param {Object} arg
|
|
231
|
+
* @param {number|undefined} [arg.time] - The position to check for thumbnail
|
|
232
|
+
* tracks, in seconds.
|
|
233
|
+
* @param {string|undefined} [arg.periodId] - The Period to check for
|
|
234
|
+
* thumbnail tracks.
|
|
235
|
+
* If not set and if `arg.time` is also not set, the current Period will be
|
|
236
|
+
* considered.
|
|
237
|
+
* @returns {Array.<Object>}
|
|
238
|
+
*/
|
|
239
|
+
getAvailableThumbnailTracks({ time, periodId, }?: {
|
|
240
|
+
time?: number | undefined;
|
|
241
|
+
periodId?: string | undefined;
|
|
242
|
+
}): IThumbnailTrackInfo[];
|
|
243
|
+
/**
|
|
244
|
+
* Render inside the given `container` the thumbnail corresponding to the
|
|
245
|
+
* given time.
|
|
246
|
+
*
|
|
247
|
+
* If no thumbnail is available at that time or if the RxPlayer does not succeed
|
|
248
|
+
* to load or render it, reject the corresponding Promise and remove the
|
|
249
|
+
* potential previous thumbnail from the container.
|
|
250
|
+
*
|
|
251
|
+
* If a new `renderThumbnail` call is made with the same `container` before it
|
|
252
|
+
* had time to finish, the Promise is also rejected but the previous thumbnail
|
|
253
|
+
* potentially found in the container is untouched.
|
|
254
|
+
*
|
|
255
|
+
* @param {Object|undefined} options
|
|
256
|
+
* @returns {Promise}
|
|
257
|
+
*/
|
|
258
|
+
renderThumbnail(options: IThumbnailRenderingOptions): Promise<void>;
|
|
259
|
+
/**
|
|
260
|
+
* From given options, initialize content playback.
|
|
261
|
+
* @param {Object} options
|
|
262
|
+
*/
|
|
263
|
+
private _priv_initializeContentPlayback;
|
|
264
|
+
/**
|
|
265
|
+
* Returns fatal error if one for the current content.
|
|
266
|
+
* null otherwise.
|
|
267
|
+
* @returns {Object|null} - The current Error (`null` when no error).
|
|
268
|
+
*/
|
|
269
|
+
getError(): Error | null;
|
|
270
|
+
/**
|
|
271
|
+
* Returns the media DOM element used by the player.
|
|
272
|
+
* You should not its HTML5 API directly and use the player's method instead,
|
|
273
|
+
* to ensure a well-behaved player.
|
|
274
|
+
* @returns {HTMLMediaElement|null} - The HTMLMediaElement used (`null` when
|
|
275
|
+
* disposed)
|
|
276
|
+
*/
|
|
277
|
+
getVideoElement(): HTMLMediaElement | null;
|
|
278
|
+
/**
|
|
279
|
+
* Returns the player's current state.
|
|
280
|
+
* @returns {string} - The current Player's state
|
|
281
|
+
*/
|
|
282
|
+
getPlayerState(): string;
|
|
283
|
+
/**
|
|
284
|
+
* Returns true if a content is loaded.
|
|
285
|
+
* @returns {Boolean} - `true` if a content is loaded, `false` otherwise.
|
|
286
|
+
*/
|
|
287
|
+
isContentLoaded(): boolean;
|
|
288
|
+
/**
|
|
289
|
+
* Returns true if the player is buffering.
|
|
290
|
+
* @returns {Boolean} - `true` if the player is buffering, `false` otherwise.
|
|
291
|
+
*/
|
|
292
|
+
isBuffering(): boolean;
|
|
293
|
+
/**
|
|
294
|
+
* Returns the play/pause status of the player :
|
|
295
|
+
* - when `LOADING` or `RELOADING`, returns the scheduled play/pause condition
|
|
296
|
+
* for when loading is over,
|
|
297
|
+
* - in other states, returns the `<video>` element .paused value,
|
|
298
|
+
* - if the player is disposed, returns `true`.
|
|
299
|
+
* @returns {Boolean} - `true` if the player is paused or will be after loading,
|
|
300
|
+
* `false` otherwise.
|
|
301
|
+
*/
|
|
302
|
+
isPaused(): boolean;
|
|
303
|
+
/**
|
|
304
|
+
* Returns true if both:
|
|
305
|
+
* - a content is loaded
|
|
306
|
+
* - the content loaded is a live content
|
|
307
|
+
* @returns {Boolean} - `true` if we're playing a live content, `false` otherwise.
|
|
308
|
+
*/
|
|
309
|
+
isLive(): boolean;
|
|
310
|
+
/**
|
|
311
|
+
* Returns `true` if trickmode playback is active (usually through the usage
|
|
312
|
+
* of the `setPlaybackRate` method), which means that the RxPlayer selects
|
|
313
|
+
* "trickmode" video tracks in priority.
|
|
314
|
+
* @returns {Boolean}
|
|
315
|
+
*/
|
|
316
|
+
areTrickModeTracksEnabled(): boolean;
|
|
317
|
+
/**
|
|
318
|
+
* Returns the URL(s) of the currently considered Manifest, or of the content for
|
|
319
|
+
* directfile content.
|
|
320
|
+
* @returns {Array.<string>|undefined} - Current URL. `undefined` if not known
|
|
321
|
+
* or no URL yet.
|
|
322
|
+
*/
|
|
323
|
+
getContentUrls(): string[] | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* Update URL of the content currently being played (e.g. DASH's MPD).
|
|
326
|
+
* @param {Array.<string>|undefined} urls - URLs to reach that content /
|
|
327
|
+
* Manifest from the most prioritized URL to the least prioritized URL.
|
|
328
|
+
* @param {Object|undefined} [params]
|
|
329
|
+
* @param {boolean} params.refresh - If `true` the resource in question
|
|
330
|
+
* (e.g. DASH's MPD) will be refreshed immediately.
|
|
331
|
+
*/
|
|
332
|
+
updateContentUrls(urls: string[] | undefined, params?: {
|
|
333
|
+
refresh?: boolean;
|
|
334
|
+
} | undefined): void;
|
|
335
|
+
/**
|
|
336
|
+
* Returns the video duration, in seconds.
|
|
337
|
+
* NaN if no video is playing.
|
|
338
|
+
* @returns {Number}
|
|
339
|
+
*/
|
|
340
|
+
getMediaDuration(): number;
|
|
341
|
+
/**
|
|
342
|
+
* Returns in seconds the difference between:
|
|
343
|
+
* - the end of the current contiguous loaded range.
|
|
344
|
+
* - the current time
|
|
345
|
+
* @returns {Number}
|
|
346
|
+
*/
|
|
347
|
+
getCurrentBufferGap(): number;
|
|
348
|
+
/**
|
|
349
|
+
* Get the current position, in s, in wall-clock time.
|
|
350
|
+
* That is:
|
|
351
|
+
* - for live content, get a timestamp, in s, of the current played content.
|
|
352
|
+
* - for static content, returns the position from beginning in s.
|
|
353
|
+
*
|
|
354
|
+
* If you do not know if you want to use this method or getPosition:
|
|
355
|
+
* - If what you want is to display the current time to the user, use this
|
|
356
|
+
* one.
|
|
357
|
+
* - If what you want is to interact with the player's API or perform other
|
|
358
|
+
* actions (like statistics) with the real player data, use getPosition.
|
|
359
|
+
*
|
|
360
|
+
* @returns {Number}
|
|
361
|
+
*/
|
|
362
|
+
getWallClockTime(): number;
|
|
363
|
+
/**
|
|
364
|
+
* Get value allowing to convert the media position, as returned by
|
|
365
|
+
* `getPosition` to a "wall-clock time", as returned by `getWallClockTime`, by
|
|
366
|
+
* additioning the first two:
|
|
367
|
+
* ```js
|
|
368
|
+
* player.getPosition() + player.getWallClockOffset() === player.getWallClockTime();
|
|
369
|
+
* ```
|
|
370
|
+
*
|
|
371
|
+
* As most of the RxPlayer API relies on the media position as returned by
|
|
372
|
+
* `getPosition`, you may want to use this method to simplify conversion if
|
|
373
|
+
* what you have right now is a wall-clock time. For example:
|
|
374
|
+
*
|
|
375
|
+
* ```js
|
|
376
|
+
* const wallClockTime = player.getWallClockTime();
|
|
377
|
+
*
|
|
378
|
+
* // This one is expressed as a media position
|
|
379
|
+
* const maximumPosition = player.getMaximumPosition();
|
|
380
|
+
*
|
|
381
|
+
* // convert wall-clock time to a media position
|
|
382
|
+
* const currentPosition = wallClockTime - player.getWallClockOffset();
|
|
383
|
+
*
|
|
384
|
+
* console.log(
|
|
385
|
+
* "delay from maximum position, in seconds",
|
|
386
|
+
* maximumPosition - currentPosition
|
|
387
|
+
* );
|
|
388
|
+
* ```
|
|
389
|
+
*
|
|
390
|
+
* Note that there's nothing guaranteeing that this offset won't evolve over
|
|
391
|
+
* time for a given content. You should call this method every time you need
|
|
392
|
+
* to perform the conversion.
|
|
393
|
+
* @returns {number}
|
|
394
|
+
*/
|
|
395
|
+
getWallClockOffset(): number;
|
|
396
|
+
/**
|
|
397
|
+
* Get the current position, in seconds, of the video element.
|
|
398
|
+
*
|
|
399
|
+
* If you do not know if you want to use this method or getWallClockTime:
|
|
400
|
+
* - If what you want is to display the current time to the user, use
|
|
401
|
+
* getWallClockTime.
|
|
402
|
+
* - If what you want is to interact with the player's API or perform other
|
|
403
|
+
* actions (like statistics) with the real player data, use this one.
|
|
404
|
+
*
|
|
405
|
+
* @returns {Number}
|
|
406
|
+
*/
|
|
407
|
+
getPosition(): number;
|
|
408
|
+
/**
|
|
409
|
+
* Returns the last stored content position, in seconds.
|
|
410
|
+
*
|
|
411
|
+
* @returns {number|undefined}
|
|
412
|
+
*/
|
|
413
|
+
getLastStoredContentPosition(): number | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* Returns the current playback rate at which the video plays.
|
|
416
|
+
* @returns {Number}
|
|
417
|
+
*/
|
|
418
|
+
getPlaybackRate(): number;
|
|
419
|
+
/**
|
|
420
|
+
* Update the playback rate of the video.
|
|
421
|
+
*
|
|
422
|
+
* This method's effect is persisted from content to content, and can be
|
|
423
|
+
* called even when no content is playing (it will still have an effect for
|
|
424
|
+
* the next contents).
|
|
425
|
+
*
|
|
426
|
+
* If you want to reverse effects provoked by `setPlaybackRate` before playing
|
|
427
|
+
* another content, you will have to call `setPlaybackRate` first with the
|
|
428
|
+
* default settings you want to set.
|
|
429
|
+
*
|
|
430
|
+
* As an example, to reset the speed to "normal" (x1) speed and to disable
|
|
431
|
+
* trickMode video tracks (which may have been enabled by a previous
|
|
432
|
+
* `setPlaybackRate` call), you can call:
|
|
433
|
+
* ```js
|
|
434
|
+
* player.setPlaybackRate(1, { preferTrickModeTracks: false });
|
|
435
|
+
* ```
|
|
436
|
+
*
|
|
437
|
+
* --
|
|
438
|
+
*
|
|
439
|
+
* This method can be used to switch to or exit from "trickMode" video tracks,
|
|
440
|
+
* which are tracks specifically defined to mimic the visual aspect of a VCR's
|
|
441
|
+
* fast forward/rewind feature, by only displaying a few video frames during
|
|
442
|
+
* playback.
|
|
443
|
+
*
|
|
444
|
+
* This behavior is configurable through the second argument, by adding a
|
|
445
|
+
* property named `preferTrickModeTracks` to that object.
|
|
446
|
+
*
|
|
447
|
+
* You can set that value to `true` to switch to trickMode video tracks when
|
|
448
|
+
* available, and set it to `false` when you want to disable that logic.
|
|
449
|
+
* Note that like any configuration given to `setPlaybackRate`, this setting
|
|
450
|
+
* is persisted through all future contents played by the player.
|
|
451
|
+
*
|
|
452
|
+
* If you want to stop enabling trickMode tracks, you will have to call
|
|
453
|
+
* `setPlaybackRate` again with `preferTrickModeTracks` set to `false`.
|
|
454
|
+
*
|
|
455
|
+
* You can know at any moment whether this behavior is enabled by calling
|
|
456
|
+
* the `areTrickModeTracksEnabled` method. This will only means that the
|
|
457
|
+
* RxPlayer will select in priority trickmode video tracks, not that the
|
|
458
|
+
* currently chosen video tracks is a trickmode track (for example, some
|
|
459
|
+
* contents may have no trickmode tracks available).
|
|
460
|
+
*
|
|
461
|
+
* If you want to know about the latter instead, you can call `getVideoTrack`
|
|
462
|
+
* and/or listen to `videoTrackChange` events. The track returned may have an
|
|
463
|
+
* `isTrickModeTrack` property set to `true`, indicating that it is a
|
|
464
|
+
* trickmode track.
|
|
465
|
+
*
|
|
466
|
+
* Note that switching to or getting out of a trickmode video track may
|
|
467
|
+
* lead to the player being a brief instant in a `"RELOADING"` state (notified
|
|
468
|
+
* through `playerStateChange` events and the `getLoadedContentState` method).
|
|
469
|
+
* When in that state, a black screen may be displayed and multiple RxPlayer
|
|
470
|
+
* APIs will not be usable.
|
|
471
|
+
*
|
|
472
|
+
* @param {Number} rate
|
|
473
|
+
* @param {Object} opts
|
|
474
|
+
*/
|
|
475
|
+
setPlaybackRate(rate: number, opts?: {
|
|
476
|
+
preferTrickModeTracks?: boolean;
|
|
477
|
+
}): void;
|
|
478
|
+
/**
|
|
479
|
+
* Returns video Representation currently considered for the current Period.
|
|
480
|
+
*
|
|
481
|
+
* Returns `null` if no video track is playing for the current Period.
|
|
482
|
+
*
|
|
483
|
+
* Returns `undefined` either when are not currently playing any Period or
|
|
484
|
+
* when we don't know which Representation is playing.
|
|
485
|
+
* @returns {Object|null|undefined}
|
|
486
|
+
*/
|
|
487
|
+
getVideoRepresentation(): IVideoRepresentation | null | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* Returns audio Representation currently considered for the current Period.
|
|
490
|
+
*
|
|
491
|
+
* Returns `null` if no audio track is playing for the current Period.
|
|
492
|
+
*
|
|
493
|
+
* Returns `undefined` either when are not currently playing any Period or
|
|
494
|
+
* when we don't know which Representation is playing.
|
|
495
|
+
* @returns {Object|null|undefined}
|
|
496
|
+
*/
|
|
497
|
+
getAudioRepresentation(): IAudioRepresentation | null | undefined;
|
|
498
|
+
/**
|
|
499
|
+
* Play/Resume the current video.
|
|
500
|
+
* @returns {Promise}
|
|
501
|
+
*/
|
|
502
|
+
play(): Promise<void>;
|
|
503
|
+
/**
|
|
504
|
+
* Pause the current video.
|
|
505
|
+
*/
|
|
506
|
+
pause(): void;
|
|
507
|
+
/**
|
|
508
|
+
* Seek to a given absolute position.
|
|
509
|
+
* @param {Number|Object} time
|
|
510
|
+
* @returns {Number} - The time the player has seek to
|
|
511
|
+
*/
|
|
512
|
+
seekTo(time: number | {
|
|
513
|
+
relative: number;
|
|
514
|
+
} | {
|
|
515
|
+
position: number;
|
|
516
|
+
} | {
|
|
517
|
+
wallClockTime: number;
|
|
518
|
+
}): number;
|
|
519
|
+
/**
|
|
520
|
+
* Returns the current player's audio volume on the media element.
|
|
521
|
+
* From 0 (no audio) to 1 (maximum volume).
|
|
522
|
+
* @returns {Number}
|
|
523
|
+
*/
|
|
524
|
+
getVolume(): number;
|
|
525
|
+
/**
|
|
526
|
+
* Set the player's audio volume. From 0 (no volume) to 1 (maximum volume).
|
|
527
|
+
* @param {Number} volume
|
|
528
|
+
*/
|
|
529
|
+
setVolume(volume: number): void;
|
|
530
|
+
/**
|
|
531
|
+
* Returns `true` if audio is currently muted.
|
|
532
|
+
* @returns {Boolean}
|
|
533
|
+
*/
|
|
534
|
+
isMute(): boolean;
|
|
535
|
+
/**
|
|
536
|
+
* Mute audio.
|
|
537
|
+
*/
|
|
538
|
+
mute(): void;
|
|
539
|
+
/**
|
|
540
|
+
* Unmute audio.
|
|
541
|
+
*/
|
|
542
|
+
unMute(): void;
|
|
543
|
+
/**
|
|
544
|
+
* Set the max buffer size for the buffer behind the current position.
|
|
545
|
+
* Every buffer data before will be removed.
|
|
546
|
+
* @param {Number} depthInSeconds
|
|
547
|
+
*/
|
|
548
|
+
setMaxBufferBehind(depthInSeconds: number): void;
|
|
549
|
+
/**
|
|
550
|
+
* Set the max buffer size for the buffer behind the current position.
|
|
551
|
+
* Every buffer data before will be removed.
|
|
552
|
+
* @param {Number} depthInSeconds
|
|
553
|
+
*/
|
|
554
|
+
setMaxBufferAhead(depthInSeconds: number): void;
|
|
555
|
+
/**
|
|
556
|
+
* Set the max buffer size for the buffer ahead of the current position.
|
|
557
|
+
* The player will stop downloading chunks when this size is reached.
|
|
558
|
+
* @param {Number} sizeInSeconds
|
|
559
|
+
*/
|
|
560
|
+
setWantedBufferAhead(sizeInSeconds: number): void;
|
|
561
|
+
/**
|
|
562
|
+
* Set the max buffer size the buffer should take in memory
|
|
563
|
+
* The player . will stop downloading chunks when this size is reached.
|
|
564
|
+
* @param {Number} sizeInKBytes
|
|
565
|
+
*/
|
|
566
|
+
setMaxVideoBufferSize(sizeInKBytes: number): void;
|
|
567
|
+
/**
|
|
568
|
+
* Returns the max buffer size for the buffer behind the current position.
|
|
569
|
+
* @returns {Number}
|
|
570
|
+
*/
|
|
571
|
+
getMaxBufferBehind(): number;
|
|
572
|
+
/**
|
|
573
|
+
* Returns the max buffer size for the buffer behind the current position.
|
|
574
|
+
* @returns {Number}
|
|
575
|
+
*/
|
|
576
|
+
getMaxBufferAhead(): number;
|
|
577
|
+
/**
|
|
578
|
+
* Returns the max buffer size for the buffer ahead of the current position.
|
|
579
|
+
* @returns {Number}
|
|
580
|
+
*/
|
|
581
|
+
getWantedBufferAhead(): number;
|
|
582
|
+
/**
|
|
583
|
+
* Returns the max buffer memory size for the buffer in kilobytes
|
|
584
|
+
* @returns {Number}
|
|
585
|
+
*/
|
|
586
|
+
getMaxVideoBufferSize(): number;
|
|
587
|
+
getCurrentPeriod(): IPeriod | null;
|
|
588
|
+
/**
|
|
589
|
+
* Returns both the name of the key system (e.g. `"com.widevine.alpha"`) and
|
|
590
|
+
* the `MediaKeySystemConfiguration` currently associated to the
|
|
591
|
+
* HTMLMediaElement linked to the RxPlayer.
|
|
592
|
+
*
|
|
593
|
+
* Returns `null` if no such capabilities is associated or if unknown.
|
|
594
|
+
* @returns {Object|null}
|
|
595
|
+
*/
|
|
596
|
+
getKeySystemConfiguration(): IKeySystemConfigurationOutput | null;
|
|
597
|
+
/**
|
|
598
|
+
* Returns the list of available Periods for which the current audio, video or
|
|
599
|
+
* text track can now be changed.
|
|
600
|
+
* @returns {Array.<Object>}
|
|
601
|
+
*/
|
|
602
|
+
getAvailablePeriods(): IPeriod[];
|
|
603
|
+
/**
|
|
604
|
+
* Returns every available audio tracks for a given Period - or the current
|
|
605
|
+
* one if no `periodId` is given.
|
|
606
|
+
* @param {string|Object|undefined} [arg]
|
|
607
|
+
* @returns {Array.<Object>}
|
|
608
|
+
*/
|
|
609
|
+
getAvailableAudioTracks(arg?: string | undefined | {
|
|
610
|
+
periodId: string;
|
|
611
|
+
filterPlayableRepresentations: boolean;
|
|
612
|
+
}): IAvailableAudioTrack[];
|
|
613
|
+
/**
|
|
614
|
+
* Returns every available text tracks for a given Period - or the current
|
|
615
|
+
* one if no `periodId` is given.
|
|
616
|
+
* @param {string|undefined} [periodId]
|
|
617
|
+
* @returns {Array.<Object>}
|
|
618
|
+
*/
|
|
619
|
+
getAvailableTextTracks(periodId?: string | undefined): IAvailableTextTrack[];
|
|
620
|
+
/**
|
|
621
|
+
* Returns every available video tracks for the current Period.
|
|
622
|
+
* @param {string|Object|undefined} [arg]
|
|
623
|
+
* @returns {Array.<Object>}
|
|
624
|
+
*/
|
|
625
|
+
getAvailableVideoTracks(arg?: string | undefined | {
|
|
626
|
+
periodId: string;
|
|
627
|
+
filterPlayableRepresentations: boolean;
|
|
628
|
+
}): IAvailableVideoTrack[];
|
|
629
|
+
/**
|
|
630
|
+
* Returns currently chosen audio language for the current Period.
|
|
631
|
+
* @param {string|Object|undefined} [arg]
|
|
632
|
+
* @returns {Object|null|undefined}
|
|
633
|
+
*/
|
|
634
|
+
getAudioTrack(arg?: string | undefined | {
|
|
635
|
+
periodId: string;
|
|
636
|
+
filterPlayableRepresentations: boolean;
|
|
637
|
+
}): IAudioTrack | null | undefined;
|
|
638
|
+
/**
|
|
639
|
+
* Returns currently chosen subtitle for the current Period.
|
|
640
|
+
* @param {string|undefined} [periodId]
|
|
641
|
+
* @returns {Object|null|undefined}
|
|
642
|
+
*/
|
|
643
|
+
getTextTrack(periodId?: string | undefined): ITextTrack | null | undefined;
|
|
644
|
+
/**
|
|
645
|
+
* Returns currently chosen video track for the current Period.
|
|
646
|
+
* @param {string|Object|undefined} [arg]
|
|
647
|
+
* @returns {Object|null|undefined}
|
|
648
|
+
*/
|
|
649
|
+
getVideoTrack(arg?: string | undefined | {
|
|
650
|
+
periodId: string;
|
|
651
|
+
filterPlayableRepresentations: boolean;
|
|
652
|
+
}): IVideoTrack | null | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* Update the audio language for the current Period.
|
|
655
|
+
* @param {string | object} arg
|
|
656
|
+
* @throws Error - the current content has no TracksStore.
|
|
657
|
+
* @throws Error - the given id is linked to no audio track.
|
|
658
|
+
*/
|
|
659
|
+
setAudioTrack(arg: string | IAudioTrackSetting): void;
|
|
660
|
+
/**
|
|
661
|
+
* Update the text language for the current Period.
|
|
662
|
+
* @param {string | Object} arg
|
|
663
|
+
* @throws Error - the current content has no TracksStore.
|
|
664
|
+
* @throws Error - the given id is linked to no text track.
|
|
665
|
+
*/
|
|
666
|
+
setTextTrack(arg: string | ITextTrackSetting): void;
|
|
667
|
+
/**
|
|
668
|
+
* Disable subtitles for the current content.
|
|
669
|
+
* @param {string|undefined} [periodId]
|
|
670
|
+
*/
|
|
671
|
+
disableTextTrack(periodId?: string | undefined): void;
|
|
672
|
+
/**
|
|
673
|
+
* Update the video track for the current Period.
|
|
674
|
+
* @param {string | Object} arg
|
|
675
|
+
* @throws Error - the current content has no TracksStore.
|
|
676
|
+
* @throws Error - the given id is linked to no video track.
|
|
677
|
+
*/
|
|
678
|
+
setVideoTrack(arg: string | IVideoTrackSetting): void;
|
|
679
|
+
/**
|
|
680
|
+
* Disable video track for the current content.
|
|
681
|
+
* @param {string|undefined} [periodId]
|
|
682
|
+
*/
|
|
683
|
+
disableVideoTrack(periodId?: string | undefined): void;
|
|
684
|
+
lockVideoRepresentations(arg: string[] | ILockedVideoRepresentationsSettings): void;
|
|
685
|
+
/**
|
|
686
|
+
* Disable audio track for the current content.
|
|
687
|
+
* @param {string|undefined} [periodId]
|
|
688
|
+
*/
|
|
689
|
+
disableAudioTrack(periodId?: string | undefined): void;
|
|
690
|
+
lockAudioRepresentations(arg: string[] | ILockedAudioRepresentationsSettings): void;
|
|
691
|
+
getLockedVideoRepresentations(periodId?: string | undefined): string[] | null;
|
|
692
|
+
getLockedAudioRepresentations(periodId?: string | undefined): string[] | null;
|
|
693
|
+
unlockVideoRepresentations(periodId?: string | undefined): void;
|
|
694
|
+
unlockAudioRepresentations(periodId?: string | undefined): void;
|
|
695
|
+
/**
|
|
696
|
+
* Get minimum seek-able position.
|
|
697
|
+
* @returns {number}
|
|
698
|
+
*/
|
|
699
|
+
getMinimumPosition(): number | null;
|
|
700
|
+
/**
|
|
701
|
+
* Returns the current position for live contents.
|
|
702
|
+
*
|
|
703
|
+
* Returns `null` if no content is loaded or if the current loaded content is
|
|
704
|
+
* not considered as a live content.
|
|
705
|
+
* Returns `undefined` if that live position is currently unknown.
|
|
706
|
+
* @returns {number}
|
|
707
|
+
*/
|
|
708
|
+
getLivePosition(): number | undefined | null;
|
|
709
|
+
/**
|
|
710
|
+
* Get maximum seek-able position.
|
|
711
|
+
* @returns {number}
|
|
712
|
+
*/
|
|
713
|
+
getMaximumPosition(): number | null;
|
|
714
|
+
/**
|
|
715
|
+
* Used for the display of segmentSink metrics for the debug element
|
|
716
|
+
* @param fn
|
|
717
|
+
* @param cancellationSignal
|
|
718
|
+
* @returns
|
|
719
|
+
*/
|
|
720
|
+
__priv_getSegmentSinkMetrics(): Promise<undefined | ISegmentSinkMetrics>;
|
|
721
|
+
/**
|
|
722
|
+
* /!\ For tools use only! Do not touch!
|
|
723
|
+
*
|
|
724
|
+
* Returns manifest/playlist object.
|
|
725
|
+
* null if the player is STOPPED.
|
|
726
|
+
* @returns {Manifest|null} - The current Manifest (`null` when not known).
|
|
727
|
+
*/
|
|
728
|
+
__priv_getManifest(): IManifestMetadata | null;
|
|
729
|
+
__priv_getCurrentAdaptation(): Partial<Record<IBufferType, IAdaptationMetadata | null>> | null;
|
|
730
|
+
__priv_getCurrentRepresentations(): Partial<Record<IBufferType, IRepresentationMetadata | null>> | null;
|
|
731
|
+
/**
|
|
732
|
+
* Reset all state properties relative to a playing content.
|
|
733
|
+
*/
|
|
734
|
+
private _priv_cleanUpCurrentContentState;
|
|
735
|
+
/**
|
|
736
|
+
* Triggered when the Manifest has been loaded for the current content.
|
|
737
|
+
* Initialize various private properties and emit initial event.
|
|
738
|
+
* @param {Object} contentInfos
|
|
739
|
+
* @param {Object} manifest
|
|
740
|
+
*/
|
|
741
|
+
private _priv_onManifestReady;
|
|
742
|
+
/**
|
|
743
|
+
* Triggered when the Manifest has been updated for the current content.
|
|
744
|
+
* Initialize various private properties and emit initial event.
|
|
745
|
+
* @param {Object} contentInfos
|
|
746
|
+
* @param {Object} updates
|
|
747
|
+
*/
|
|
748
|
+
private _priv_onManifestUpdate;
|
|
749
|
+
/**
|
|
750
|
+
* Triggered each times the support for a codec has changed in the manifest.
|
|
751
|
+
* When triggered, the track store may need to consider selecting a new track.
|
|
752
|
+
*
|
|
753
|
+
* @param {Object} contentInfos
|
|
754
|
+
*/
|
|
755
|
+
private _priv_onCodecSupportUpdate;
|
|
756
|
+
private _priv_onDecipherabilityUpdate;
|
|
757
|
+
/**
|
|
758
|
+
* Triggered each times the current Period Changed.
|
|
759
|
+
* Store and emit initial state for the Period.
|
|
760
|
+
*
|
|
761
|
+
* @param {Object} contentInfos
|
|
762
|
+
* @param {Object} periodInfo
|
|
763
|
+
*/
|
|
764
|
+
private _priv_onActivePeriodChanged;
|
|
765
|
+
/**
|
|
766
|
+
* Triggered each times a new "PeriodStream" is ready.
|
|
767
|
+
* Choose the right Adaptation for the Period and emit it.
|
|
768
|
+
* @param {Object} contentInfos
|
|
769
|
+
* @param {Object} value
|
|
770
|
+
*/
|
|
771
|
+
private _priv_onPeriodStreamReady;
|
|
772
|
+
/**
|
|
773
|
+
* Triggered each times we "remove" a PeriodStream.
|
|
774
|
+
* @param {Object} contentInfos
|
|
775
|
+
* @param {Object} value
|
|
776
|
+
*/
|
|
777
|
+
private _priv_onPeriodStreamCleared;
|
|
778
|
+
/**
|
|
779
|
+
* Triggered each times a new Adaptation is considered for the current
|
|
780
|
+
* content.
|
|
781
|
+
* Store given Adaptation and emit it if from the current Period.
|
|
782
|
+
* @param {Object} contentInfos
|
|
783
|
+
* @param {Object} value
|
|
784
|
+
*/
|
|
785
|
+
private _priv_onAdaptationChange;
|
|
786
|
+
/**
|
|
787
|
+
* Triggered each times a new Representation is considered during playback.
|
|
788
|
+
*
|
|
789
|
+
* Store given Representation and emit it if from the current Period.
|
|
790
|
+
*
|
|
791
|
+
* @param {Object} contentInfos
|
|
792
|
+
* @param {Object} obj
|
|
793
|
+
*/
|
|
794
|
+
private _priv_onRepresentationChange;
|
|
795
|
+
/**
|
|
796
|
+
* Triggered each time a bitrate estimate is calculated.
|
|
797
|
+
*
|
|
798
|
+
* Emit it.
|
|
799
|
+
*
|
|
800
|
+
* @param {Object} value
|
|
801
|
+
*/
|
|
802
|
+
private _priv_onBitrateEstimateChange;
|
|
803
|
+
/**
|
|
804
|
+
* Triggered each time the player state updates.
|
|
805
|
+
*
|
|
806
|
+
* Trigger the right Player Event.
|
|
807
|
+
*
|
|
808
|
+
* @param {string} newState
|
|
809
|
+
*/
|
|
810
|
+
private _priv_setPlayerState;
|
|
811
|
+
/**
|
|
812
|
+
* Triggered each time a playback observation.
|
|
813
|
+
*
|
|
814
|
+
* Trigger the right Player Event
|
|
815
|
+
*
|
|
816
|
+
* @param {Object} contentInfos
|
|
817
|
+
* @param {Object} observation
|
|
818
|
+
*/
|
|
819
|
+
private _priv_triggerPositionUpdate;
|
|
820
|
+
/**
|
|
821
|
+
* @param {string} evt
|
|
822
|
+
* @param {*} arg
|
|
823
|
+
* @param {Object} currentContentCancelSignal
|
|
824
|
+
*/
|
|
825
|
+
private _priv_triggerEventIfNotStopped;
|
|
826
|
+
/**
|
|
827
|
+
* @param {Object} cancelSignal
|
|
828
|
+
* @returns {Object}
|
|
829
|
+
*/
|
|
830
|
+
private _priv_initializeMediaElementTracksStore;
|
|
831
|
+
private _priv_callTracksStoreGetterSetter;
|
|
832
|
+
/**
|
|
833
|
+
* Method to call when some event lead to a high for possibility that the
|
|
834
|
+
* available tracks for the given type have changed.
|
|
835
|
+
* Send the corresponding `available*Tracks` change event with the last
|
|
836
|
+
* available tracks.
|
|
837
|
+
*
|
|
838
|
+
* @param {string} trackType
|
|
839
|
+
* @param {Object|undefined} [oPeriodRef] - optional period object used by the
|
|
840
|
+
* `tracksStore` API, allows to optimize the method by bypassing this step.
|
|
841
|
+
*/
|
|
842
|
+
private _priv_onAvailableTracksMayHaveChanged;
|
|
843
|
+
/**
|
|
844
|
+
* Method to call when a fatal error lead to the stopping of the current
|
|
845
|
+
* content.
|
|
846
|
+
*
|
|
847
|
+
* @param {*} err - The error encountered.
|
|
848
|
+
* @param {Object} contentInfos - The `IPublicApiContentInfos` object linked
|
|
849
|
+
* to the content for which the error was received.
|
|
850
|
+
*/
|
|
851
|
+
private _priv_onFatalError;
|
|
852
|
+
/**
|
|
853
|
+
* Returns `true` if the content concerned by those options should load in
|
|
854
|
+
* multithread mode.
|
|
855
|
+
* Returns `false` if it should load in main thread.
|
|
856
|
+
* @param {Object} options - The `loadVideo` options for that content.
|
|
857
|
+
* @returns {boolean} - `true` if the content should be loaded in multithread
|
|
858
|
+
* mode.
|
|
859
|
+
*/
|
|
860
|
+
private _priv_shouldLoadMultithread;
|
|
861
|
+
}
|
|
862
|
+
/** Every events sent by the RxPlayer's public API. */
|
|
863
|
+
interface IPublicAPIEvent {
|
|
864
|
+
playerStateChange: string;
|
|
865
|
+
positionUpdate: IPositionUpdate;
|
|
866
|
+
audioTrackChange: IAudioTrack | null;
|
|
867
|
+
textTrackChange: ITextTrack | null;
|
|
868
|
+
videoTrackChange: IVideoTrack | null;
|
|
869
|
+
audioRepresentationChange: IAudioRepresentation | null;
|
|
870
|
+
videoRepresentationChange: IVideoRepresentation | null;
|
|
871
|
+
volumeChange: {
|
|
872
|
+
volume: number;
|
|
873
|
+
muted: boolean;
|
|
874
|
+
};
|
|
875
|
+
error: IPlayerError | Error;
|
|
876
|
+
warning: IPlayerError | Error;
|
|
877
|
+
periodChange: IPeriodChangeEvent;
|
|
878
|
+
availableAudioTracksChange: IAvailableAudioTrack[];
|
|
879
|
+
availableTextTracksChange: IAvailableTextTrack[];
|
|
880
|
+
availableVideoTracksChange: IAvailableVideoTrack[];
|
|
881
|
+
play: null;
|
|
882
|
+
pause: null;
|
|
883
|
+
newAvailablePeriods: IPeriod[];
|
|
884
|
+
brokenRepresentationsLock: IBrokenRepresentationsLockContext;
|
|
885
|
+
trackUpdate: ITrackUpdateEventPayload;
|
|
886
|
+
representationListUpdate: IRepresentationListUpdateContext;
|
|
887
|
+
seeking: null;
|
|
888
|
+
seeked: null;
|
|
889
|
+
streamEvent: IStreamEvent;
|
|
890
|
+
streamEventSkip: IStreamEvent;
|
|
891
|
+
inbandEvents: IInbandEvent[];
|
|
892
|
+
noPlayableTrack: INoPlayableTrackEventPayload;
|
|
893
|
+
}
|
|
894
|
+
/** State linked to a particular contents loaded by the public API. */
|
|
895
|
+
export interface IPublicApiContentInfos {
|
|
896
|
+
/**
|
|
897
|
+
* Unique identifier for this `IPublicApiContentInfos` object.
|
|
898
|
+
* Allows to identify and thus compare this `contentInfos` object with another
|
|
899
|
+
* one.
|
|
900
|
+
*/
|
|
901
|
+
contentId: string;
|
|
902
|
+
/** Original URL set to load the content. */
|
|
903
|
+
originalUrl: string | undefined;
|
|
904
|
+
/** `ContentInitializer` used to load the content. */
|
|
905
|
+
initializer: ContentInitializer;
|
|
906
|
+
/** interface emitting regularly playback observations. */
|
|
907
|
+
playbackObserver: MediaElementPlaybackObserver;
|
|
908
|
+
/** TaskCanceller triggered when it's time to stop the current content. */
|
|
909
|
+
currentContentCanceller: TaskCanceller;
|
|
910
|
+
/** The default behavior to adopt when switching the audio track. */
|
|
911
|
+
defaultAudioTrackSwitchingMode: IAudioTrackSwitchingMode | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* `true` if the current content is in DirectFile mode.
|
|
914
|
+
* `false` is the current content has a transport protocol (Smooth/DASH...).
|
|
915
|
+
*/
|
|
916
|
+
isDirectFile: boolean;
|
|
917
|
+
/**
|
|
918
|
+
* Manifest linked to the current content.
|
|
919
|
+
* `null` if the current content loaded has no manifest or if the content is
|
|
920
|
+
* not yet loaded.
|
|
921
|
+
*/
|
|
922
|
+
manifest: IManifestMetadata | null;
|
|
923
|
+
/**
|
|
924
|
+
* Current Period being played.
|
|
925
|
+
* `null` if no Period is being played.
|
|
926
|
+
*/
|
|
927
|
+
currentPeriod: IPeriodMetadata | null;
|
|
928
|
+
/**
|
|
929
|
+
* Store currently considered adaptations, per active period.
|
|
930
|
+
* `null` if no Adaptation is active
|
|
931
|
+
*/
|
|
932
|
+
activeAdaptations: {
|
|
933
|
+
[periodId: string]: Partial<Record<IBufferType, IAdaptationMetadata | null>>;
|
|
934
|
+
} | null;
|
|
935
|
+
/**
|
|
936
|
+
* Store currently considered representations, per active period.
|
|
937
|
+
* `null` if no Representation is active
|
|
938
|
+
*/
|
|
939
|
+
activeRepresentations: {
|
|
940
|
+
[periodId: string]: Partial<Record<IBufferType, IRepresentationMetadata | null>>;
|
|
941
|
+
} | null;
|
|
942
|
+
/**
|
|
943
|
+
* TracksStore instance linked to the current content.
|
|
944
|
+
* `null` if no content has been loaded or if the current content loaded
|
|
945
|
+
* has no TracksStore.
|
|
946
|
+
*/
|
|
947
|
+
tracksStore: TracksStore | null;
|
|
948
|
+
/**
|
|
949
|
+
* MediaElementTracksStore instance linked to the current content.
|
|
950
|
+
* `null` if no content has been loaded or if the current content loaded
|
|
951
|
+
* has no MediaElementTracksStore.
|
|
952
|
+
*/
|
|
953
|
+
mediaElementTracksStore: IMediaElementTracksStore | null;
|
|
954
|
+
/**
|
|
955
|
+
* If `true`, the RxPlayer's main logic is running in a WebWorker for this
|
|
956
|
+
* content.
|
|
957
|
+
*/
|
|
958
|
+
useWorker: boolean;
|
|
959
|
+
/**
|
|
960
|
+
* Function passed from the ContentInitializer that return segment sinks metrics.
|
|
961
|
+
* This is used for monitor and debugging.
|
|
962
|
+
*/
|
|
963
|
+
segmentSinkMetricsCallback: null | (() => Promise<ISegmentSinkMetrics | undefined>);
|
|
964
|
+
/**
|
|
965
|
+
* Function allowing to retrieve thumbnails from a content.
|
|
966
|
+
*/
|
|
967
|
+
fetchThumbnailDataCallback: null | ((periodId: string, thumbnailTrackId: string, time: number) => Promise<IThumbnailResponse>);
|
|
968
|
+
/** Metadata related to thumbnail rendering for the current content. */
|
|
969
|
+
thumbnailRequestsInfo: {
|
|
970
|
+
/**
|
|
971
|
+
* Thumbnail requests that are still pending, identified by the thumbnail
|
|
972
|
+
* container.
|
|
973
|
+
* The value allows to cancel that task.
|
|
974
|
+
*/
|
|
975
|
+
pendingRequests: WeakMap<HTMLElement, TaskCanceller>;
|
|
976
|
+
/**
|
|
977
|
+
* Metadata about the last requested thumbnails.
|
|
978
|
+
*
|
|
979
|
+
* This is an optimization to avoid an unnecessary request and round-trip to
|
|
980
|
+
* the core code as many times thumbnail previews asked by applications are
|
|
981
|
+
* really close to the last asked one, often in the same thumbnail resource.
|
|
982
|
+
*/
|
|
983
|
+
lastResponse: {
|
|
984
|
+
/** Actual thumbnail data response from core RxPlayer code. */
|
|
985
|
+
response: IThumbnailResponse;
|
|
986
|
+
/** The identifier for the Period for which that request was made. */
|
|
987
|
+
periodId: string;
|
|
988
|
+
/** The identifier for the thumbnail track for which that request was made. */
|
|
989
|
+
thumbnailTrackId: string;
|
|
990
|
+
} | null;
|
|
991
|
+
};
|
|
992
|
+
/**
|
|
993
|
+
* Specifies the behavior when all audio tracks are not playable.
|
|
994
|
+
*
|
|
995
|
+
* - If set to `"continue"`, the player will proceed to play the content without audio.
|
|
996
|
+
* - If set to `"error"`, an error will be thrown to indicate that the audio tracks could not be played.
|
|
997
|
+
*
|
|
998
|
+
* Note: If neither the audio nor the video tracks are playable, an error will be thrown regardless of this setting.
|
|
999
|
+
*/
|
|
1000
|
+
onAudioTracksNotPlayable: "continue" | "error";
|
|
1001
|
+
/**
|
|
1002
|
+
* Specifies the behavior when all video tracks are not playable.
|
|
1003
|
+
*
|
|
1004
|
+
* - If set to `"continue"`, the player will proceed to play the content without video.
|
|
1005
|
+
* - If set to `"error"`, an error will be thrown to indicate that the video tracks could not be played.
|
|
1006
|
+
*
|
|
1007
|
+
* Note: If neither the audio nor the video tracks are playable, an error will be thrown regardless of this setting.
|
|
1008
|
+
*/
|
|
1009
|
+
onVideoTracksNotPlayable: "continue" | "error";
|
|
1010
|
+
}
|
|
1011
|
+
/**
|
|
1012
|
+
* Object allowing communication with the Worker associated to an `RxPlayer`'s instance.
|
|
1013
|
+
*/
|
|
1014
|
+
interface IWorkerInterface {
|
|
1015
|
+
/**
|
|
1016
|
+
* Allows to send a message to a Worker associated with an `RxPlayer` instance.
|
|
1017
|
+
* It should be coupled with an `addMessageListener` done on the worker-side
|
|
1018
|
+
* for the corresponding `messageName`.
|
|
1019
|
+
* @param {string} messageName - Name for the associated event that has been
|
|
1020
|
+
* listened to through an `addMessageListener` call on the worker-side.
|
|
1021
|
+
* Can be any string.
|
|
1022
|
+
* @param {Object} payload - Payload for that particular event.
|
|
1023
|
+
*/
|
|
1024
|
+
sendMessage(messageName: string, payload: unknown): void;
|
|
1025
|
+
/**
|
|
1026
|
+
* Listen to events sent by the worker-side, so that if it decides to call
|
|
1027
|
+
* sendMessage` there for that same `messageName`, you callback will be
|
|
1028
|
+
* triggered.
|
|
1029
|
+
* @param {string} messageName - Name for the event you want to listen to.
|
|
1030
|
+
* @param {Function} callback - callback that will be triggered any time that
|
|
1031
|
+
* event is received from the Worker-side with the sent payload as argument.
|
|
1032
|
+
*/
|
|
1033
|
+
addMessageListener(messageName: string, callback: (x: unknown) => void): void;
|
|
1034
|
+
/**
|
|
1035
|
+
* Remove a callback previously registered through `addMessageListener` on this
|
|
1036
|
+
* same interface.
|
|
1037
|
+
* @param {string} messageName - Name for the event you want to unregister.
|
|
1038
|
+
* @param {Function} callback - Callback you want to unregister for that
|
|
1039
|
+
* event.
|
|
1040
|
+
* Should be the exact same callback (same reference to it) than the one
|
|
1041
|
+
* registered previously through `addMessageListener`.
|
|
1042
|
+
*/
|
|
1043
|
+
removeMessageListener(messageName: string, callback: (x: unknown) => void): void;
|
|
1044
|
+
}
|
|
1045
|
+
export default Player;
|
|
1046
|
+
//# sourceMappingURL=public_api.d.ts.map
|