mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

MediaCodecVideoRenderer is becoming unwieldy with the numerous constructors and optional settings. This refactors MediaCodecVideoRenderer to use a builder pattern for simplicity. PiperOrigin-RevId: 723022129
ExoPlayer playback test module
Tests playback using ExoPlayer.