huangdarwin 03ff5b6618 Transformer: Add TranscodingTransformer.
Temporary file copy of Transformer, which uses
TransformerTranscodingVideoRenderer instead of
TransformerMuxingVideoRenderer to transform files. This allows devs to test
transcoding more easily using the Transformer demo, while external engineers
continue to see the completely working Muxing-based transformer.

In the future, this will replace the Transformer class.

PiperOrigin-RevId: 401020893
2021-10-05 23:33:55 +01: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.