media/demos/cast
olly f22025cc5e Simplify TracksInfo API
isTypeSupportedOrEmpty is very specific and a little hard to
understand unless you know the one thing it's useful for. This
commit replaces it with isTypeSupported, which can be used in
conjunction with the recently added containsType method.

PiperOrigin-RevId: 429312712
2022-02-17 16:15:14 +00:00
..
src/main Simplify TracksInfo API 2022-02-17 16:15:14 +00:00
build.gradle Update to androidx.media3 2021-10-27 09:12:46 +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.