Interface GlobalChromecast

  • All Implemented Interfaces:

    
    public interface GlobalChromecast
    
                        

    The global Chromecast API.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

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