media/library/core/src
christosts ac413a14b3 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-11 13:53:42 +00:00
..
androidTest Migrate usages of deprecated MediaItem symbols 2021-11-08 10:17:18 +00:00
main Add experimental method to turn-off async flush 2021-11-11 13:53:42 +00:00
test Add experimental method to turn-off async flush 2021-11-11 13:53:42 +00:00