media/library/transformer
andrewlewis 91dcf39db5 Simplify feeding codec input in transformer
The caller knows whether it's queued end-of-stream, so we can remove the return
value of the method.

#minor-release

PiperOrigin-RevId: 354888298
2021-02-01 18:11:33 +00:00
..
2021-01-22 17:13:47 +00:00
2021-01-22 17:13:47 +00:00

ExoPlayer transformer library module

Provides support for transforming media files.

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