This has a few benefits:
* Aligns the Builder constructors with the setters
(setRenderersFactory is missing, but can be easily added in a
follow-up change).
* Allows DefaultMediaSourceFactory to be stripped by R8 and
makes the shrinking dev guide for the cases of providing a custom
MediaSourceFactory or directly instantiating MediaSource instances
less weird too.
#minor-release
PiperOrigin-RevId: 405632981
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.