mirror of
https://github.com/androidx/media.git
synced 2025-05-11 09:39:52 +08:00

Periods that are not the last in the manifest are always ended and non-dynamic periods are also always ended by definition. Also, some periods may not be able to declare their final duration accurately and we need to account for some inaccuracy. This can be done by testing whether no further full segment within the duration can be expected.
Test data module
Provides sample data for media unit and instrumentation tests.