Package 

Enum VRState

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

    
    public enum VRState
    
                        

    The state of the VR.

    • 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

      VR is currently not available.

      AVAILABLE

      VR is currently available.

      PRESENTING

      At the moment VR is 'presenting', which means that the media is being shown.

    • Method Summary

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

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