Package com.theoplayer.android.api.cast
Interface GlobalCast
-
- All Implemented Interfaces:
public interface GlobalCast
The global cast API.
-
-
Method Summary
Modifier and Type Method Description abstract GlobalChromecast
getChromeCast()
The global Chromecast integration API. -
-
Method Detail
-
getChromeCast
@NonNull() abstract GlobalChromecast getChromeCast()
The global Chromecast integration API.
- Only available with the feature 'chromecast'.
- Returns:
The global Chromecast API. (NonNull)
-
-
-
-