Package com.theoplayer.android.api.cast
Interface Cast
-
- All Implemented Interfaces:
public interface Cast
The cast API.
-
-
Method Summary
Modifier and Type Method Description abstract Chromecast
getChromecast()
The Chromecast integration API. abstract boolean
isCasting()
Returns whether the player is connected with a casting device. -
-
Method Detail
-
getChromecast
@NonNull() abstract Chromecast getChromecast()
The Chromecast integration API.
- Only available with the feature 'chromecast'.
- Returns:
Returns the Chromecast. (NonNull)
-
isCasting
abstract boolean isCasting()
Returns whether the player is connected with a casting device.
-
-
-
-