media/library/core/src
christosts 9e1597a479 Add experimental method to turn-off async flush
When operating the MediaCodec in asynchronous mode, after a
MediaCodec.flush(), we start MediaCodec in the callback thread,
which might trigger errors in some platforms. This change adds an
experimental flag to move the call to MediaCodec.start() back to the
playback thread.

PiperOrigin-RevId: 407801013
2021-11-05 13:30:44 +00:00
..
androidTest Move upstream components to common 2021-10-15 12:37:18 +01:00
main Add experimental method to turn-off async flush 2021-11-05 13:30:44 +00:00
test Add experimental method to turn-off async flush 2021-11-05 13:30:44 +00:00