mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +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.