Files
shaka-player/build/types/offline
T
Joey Parrish 99de217c23 Remove periods from manifest structure
This removes periods from the internal manifest structure and cleans
up code and tests accordingly.  This leaves us unable to play
multi-period DASH & offline streams until the main period-flattening
algorithm is completed in shaka.util.Periods.

Three test cases have been disabled for the moment.

Multi-period playback will be restored in a smaller, more focused
follow-up commit, with disabled tests re-enabled.

Issue #1339 (flatten periods)
Issue #1698 (rapid period transitions issue)
Issue #856 (audio change causes bitrate change)
Closes #892 (refactor StreamingEngine)

Change-Id: I0cbf3b56bfdb51add15229df323b902f0b2e643a
2020-04-09 19:22:16 +00:00

22 lines
893 B
Plaintext

# The offline storage system and manifest parser plugin.
+../../lib/offline/download_manager.js
+../../lib/offline/download_progress_estimator.js
+../../lib/offline/indexeddb/base_storage_cell.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/indexeddb/v5_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