Package ca.phon.media

Enum Class Channel

java.lang.Object
java.lang.Enum<Channel>
ca.phon.media.Channel
All Implemented Interfaces:
Serializable, Comparable<Channel>, Constable

public enum Channel extends Enum<Channel>
Audio channels
  • Enum Constant Details

    • LEFT

      public static final Channel LEFT
    • CENTER

      public static final Channel CENTER
    • LOW_FREQUENCY

      public static final Channel LOW_FREQUENCY
    • SURROUND_LEFT

      public static final Channel SURROUND_LEFT
    • SURROUND_RIGHT

      public static final Channel SURROUND_RIGHT
    • SURROUND_BACK_LEFT

      public static final Channel SURROUND_BACK_LEFT
    • SURROUND_BACK_RIGHT

      public static final Channel SURROUND_BACK_RIGHT
  • Method Details

    • values

      public static Channel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Channel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getLabel

      public String getLabel()
    • channelNumber

      public int channelNumber()
    • getColor

      public Color getColor()
    • getName

      public String getName()
    • createColorMap

      public static Map<Channel,Color> createColorMap()