Package 

Enum PlayerCastState

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum PlayerCastState
    
                        

    Indicates the state of the casting process

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

      No available Chromecast devices detected.

      • The device might not be powered.
      • The device might be connected to the wrong WiFi.
      AVAILABLE

      Chromecast device is available, but the player is not connected or not controlling the session.

      CONNECTING

      The player is in the process of connecting to the Chromecast device.

      CONNECTED

      The player is casting to the Chromecast device.

    • Method Summary

      Modifier and Type Method Description
      static Array<PlayerCastState> values()
      static PlayerCastState valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait