kimvde 55f2d1a5e2 Make onOutputFormat nullable
- This is to make sure we know about all the tracks before initializing
the SamplePipelines. This allows to set the muxer and the fallback
listener track count before the SamplePipelines are built.
- As a result, the test files had to be updated because the order in
which the tracks are written has changed.
- The ImageAssetLoader also had to be updated to call onOutputFormat
repeatedly until it returns a non-null SampleConsumer.
- Also fix the trackCount sent to the muxer and fallback listener. The
correct track count can be computed now that we know about all the
tracks before building the SamplePipelines.

PiperOrigin-RevId: 514426123
2023-03-07 12:31:43 +00:00
..
2022-02-08 11:03:36 +00:00
2023-03-07 12:14:41 +00:00
2023-03-07 12:14:41 +00:00
2022-02-18 15:02:33 +00:00
2023-03-07 12:14:41 +00:00
2023-03-07 12:14:41 +00:00
2023-03-07 12:14:41 +00:00
2023-03-07 12:31:43 +00:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.