-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PlayerCastStateIndicates the state of the casting process
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNAVAILABLENo available Chromecast devices detected.
- The device might not be powered.
- The device might be connected to the wrong WiFi.
AVAILABLEChromecast device is available, but the player is not connected or not controlling the session.
CONNECTINGThe player is in the process of connecting to the Chromecast device.
CONNECTEDThe player is casting to the Chromecast device.
-
Method Summary
Modifier and Type Method Description static Array<PlayerCastState>values()static PlayerCastStatevalueOf(String name)-
-
Method Detail
-
values
static Array<PlayerCastState> values()
-
valueOf
static PlayerCastState valueOf(String name)
-
-
-
-