media/demos/cast
ibaker 1654842050 Migrate usages of Window-based Player methods
Where this introduced an inconsistency (e.g. assigning to something
called `windowIndex`), I generally renamed the transitive closure of
identifiers to maintain consistency (meaning this change is quite
large). The exception is code that interacts with Timeline and Window
directly, where sometimes I kept the 'window' nomenclature.

#minor-release

PiperOrigin-RevId: 407040052
2021-11-02 13:10:20 +00:00
..
src/main Migrate usages of Window-based Player methods 2021-11-02 13:10:20 +00:00
build.gradle Bump dependency versions 2021-06-30 13:53:01 +01:00
proguard-rules.txt Migrate to androidx 2019-02-19 13:22:54 +00:00
README.md README updates for misc modules 2021-10-12 19:40:44 +01:00

Cast demo

This app demonstrates integration with Google Cast, as well as switching between Google Cast and local playback using ExoPlayer.

See the demos README for instructions on how to build and run this demo.