media/testutils/src/main/java/com/google/android/exoplayer2/testutil
olly d3f4da749c Propagate track type through ExtractorOutput.track
This allows binding by track type in ChunkExtractorWrapper, which
allows the EMSG and 608 tracks to be enabled on FragmentedMp4Extractor
in DefaultDashChunkSource. ChunkExtractorWrapper currently binds these
to DummyTrackOutputs.

Note: I wanted to pass the mimeType instead, since it's a more specific,
but unfortunately there's at least one place where it's not known at the
point of invoking track() (FlvExtractor).

Issue #2176

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146471082
2017-02-15 16:49:47 +00: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 Propagate track type through ExtractorOutput.track 2017-02-15 16:49:47 +00:00
FakeTrackOutput.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
TestUtil.java Improving handling of atoms with size less than header in FragmentedMp4Extractor. 2016-12-16 16:21:16 +00:00