media3/testutils
ibaker a168c8c928 Use SimpleExoPlayer.Builder where necessary
An upcoming change will modify ExoPlayer.Builder#build() to return
ExoPlayer, so any places that explicitly need a SimpleExoPlayer
instance should be using SimpleExoPlayer.Builder.

PiperOrigin-RevId: 403028312
2021-10-14 12:15:46 +01:00
..
2021-06-30 13:53:01 +01:00
2021-10-12 19:52:39 +01:00

Test utils module

Provides utility classes for media unit and instrumentation tests.

  • Javadoc: Classes matching com.google.android.exoplayer2.testutil.* belong to this module.