media/testutils/src/main/java/com/google/android/exoplayer2/testutil
aquilescanta e685edc179 Make interface implementation consistent among ExtractorOutputs
The method track(int id) currently has different behaviours across
implementations. This CL maps ids to track outputs, which means
that successive calls with the same id will return the same
TrackOutput instance. Also fixes TsExtractor inconsistent behavior
after a seek.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136026721
2016-10-14 10:42:43 +01:00
..
Dumper.java Sanitize constants 2016-08-31 15:25:18 +01:00
FakeDataSource.java DataSourceException: Used to specify a DataSource error. 2016-09-02 16:20:06 +01:00
FakeExtractorInput.java Clean up MP3 synchronization and fix handling < 4 frames. 2016-09-16 18:52:42 +01:00
FakeExtractorOutput.java Make interface implementation consistent among ExtractorOutputs 2016-10-14 10:42:43 +01:00
FakeTrackOutput.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
TestUtil.java Make interface implementation consistent among ExtractorOutputs 2016-10-14 10:42:43 +01:00