mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
ba1b24dfc9
Isolate the download estimation code out of DownloadManager so that it can be tested in isolation and allow the code in DownloadManager to focus on downloading. Change-Id: I509adeaf50acb77bfaa9b2128f730de2653eda81
20 lines
795 B
Plaintext
20 lines
795 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/download_progress_estimator.js
|
|
+../../lib/offline/indexeddb/db_connection.js
|
|
+../../lib/offline/indexeddb/db_operation.js
|
|
+../../lib/offline/indexeddb/eme_session_storage_cell.js
|
|
+../../lib/offline/indexeddb/storage_mechanism.js
|
|
+../../lib/offline/indexeddb/v1_storage_cell.js
|
|
+../../lib/offline/indexeddb/v2_storage_cell.js
|
|
+../../lib/offline/manifest_converter.js
|
|
+../../lib/offline/offline_manifest_parser.js
|
|
+../../lib/offline/offline_scheme.js
|
|
+../../lib/offline/offline_uri.js
|
|
+../../lib/offline/session_deleter.js
|
|
+../../lib/offline/storage.js
|
|
+../../lib/offline/storage_muxer.js
|
|
+../../lib/offline/stored_content_utils.js
|
|
+../../lib/offline/stream_bandwidth_estimator.js
|