
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
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.