Package 

Enum TrackPriority

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

    @Deprecated() 
    public enum TrackPriority
    
                        

    Defines the three possible track publication priorities for a local TrackPublication. The default priority is STANDARD. Track priority is deprecated and will be removed in a future release.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LOW
      STANDARD
      HIGH
    • Method Summary

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

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