huangdarwin 18a15fb995 Transformer: Rename setOutputMimeType() to setContainerMimeType().
This mime type is technically for the Muxer, and determines
the container used. In the context of the transformer, this can
be thought of more as a container mime type, to avoid confusion
with the video mime type and audio mime type.

Deprecates setOutputMimeType().

PiperOrigin-RevId: 410530707
2021-11-18 13:39:19 +00:00
..
2021-07-23 14:14:31 +01:00
2021-11-16 09:43:17 +00:00
2021-07-20 08:51:12 +01:00
2021-10-26 14:19:43 +01:00
2021-07-20 08:51:12 +01:00
2021-11-08 16:56:03 +00:00
2021-10-09 18:14:36 +01:00

ExoPlayer website

The ExoPlayer website is hosted on GitHub Pages, and is statically generated using Jekyll.

  • GitHub provides a guide describing how to setup a GitHub Pages site using Jekyll here.
  • GitHub provides a guide describing how to test changes to the site locally here. Once your machine is setup, you can build and run a local instance of the site using ./run_locally.sh from the root directory.