Interface GlobalChromecast
-
- All Implemented Interfaces:
public interface GlobalChromecast
The global Chromecast API.
-
-
Method Summary
Modifier and Type Method Description abstract void
startSession()
Starts a Chromecast session without a source. abstract void
stopSession()
Stops the active Chromecast session if there is any. -
-
Method Detail
-
startSession
abstract void startSession()
Starts a Chromecast session without a source.
- When a Chromecast session was already active, this method does nothing.
-
stopSession
abstract void stopSession()
Stops the active Chromecast session if there is any.
-
-
-
-