media/playbacktests/src
olly 7a13163664 MediaCodecAdapter.Factory creates a started Adapter.
This change moves the responsibility of creating, configuring and starting the MediaCodec from the MediaCodecRender to the MediaCodecAdapter.Factory.

This move allows ExoPlayer's client to decide how and when codecs are created and/or reused.

To allow the move, this CL replaces MediaCodecRenderer.ConfigureCodec with MediaCodecRenderer.getCodecConfiguration

PiperOrigin-RevId: 369273887
2021-04-20 00:10:36 +01:00
..
androidTest MediaCodecAdapter.Factory creates a started Adapter. 2021-04-20 00:10:36 +01:00
main Move playback test utils to testutils. 2017-06-12 10:18:50 +01:00