mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
8040f78883
This CL replaces the old storage system with the storage muxer system. In addition to replacing the old system, this CL removes all the code that was only used by the old system. As of this change Storage Muxer support shaka player's V1, V2, and V2 indexeddb schemes and exposes a plug-in system for other offline storage components. Issue #1248 Change-Id: I1a4914477ad8db29fd0e7ad7de2f149b6497f67e
17 lines
650 B
Plaintext
17 lines
650 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/indexeddb/db_connection.js
|
|
+../../lib/offline/indexeddb/db_operation.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/storage.js
|
|
+../../lib/offline/storage_muxer.js
|
|
+../../lib/offline/stored_content_utils.js
|
|
+../../lib/offline/stream_bandwidth_estimator.js
|