media/libraries
kimvde 1a7da45dd9 Add a TestTransformerBuilder
This is inspired from TestExoPlayerBuilder.

Adding this class has a few advantages:
- It makes testing easier for apps by configuring Transformer for unit
  tests (for example, by setting the clock).
- It removes the Transformer setters that apps should not use for unit
  testing (for example, the video MIME type should not be set because
  it would cause Transformer to transcode.
- It allows us to add additional setters in the future, for example to
  build a Transformer that always fails.

PiperOrigin-RevId: 704181927
2024-12-09 01:06:51 -08:00
..
2024-09-18 04:47:39 -07:00
2024-12-04 20:36:15 -08:00
2024-12-02 15:03:37 -08:00
2024-12-04 02:38:11 -08:00
2024-12-09 01:06:51 -08:00
2024-11-04 04:16:39 -08:00