Enum Class StreamID

java.lang.Object
java.lang.Enum<StreamID>
bdsup2sub.core.StreamID
All Implemented Interfaces:
Serializable, Comparable<StreamID>, Constable

public enum StreamID extends Enum<StreamID>
  • Enum Constant Details

    • BDSUP

      public static final StreamID BDSUP
      Blu-Ray SUP stream
    • SUP

      public static final StreamID SUP
      HD-DVD SUP or DVD SUP stream (same ID)
    • DVDSUB

      public static final StreamID DVDSUB
      DVD VobSub SUB stream
    • XML

      public static final StreamID XML
      Sony BDN XML
    • IFO

      public static final StreamID IFO
      DVD IFO
    • IDX

      public static final StreamID IDX
      DVD VobSub IDX
    • UNKNOWN

      public static final StreamID UNKNOWN
      UNKNOWN
  • Constructor Details

    • StreamID

      private StreamID()
  • Method Details

    • values

      public static StreamID[] 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 StreamID 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