|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Core.InputMode>
deadbeef.SupTools.Core.InputMode
public static enum Core.InputMode
Enumeration of input modes
Enum Constant Summary | |
---|---|
BDSUP
Blu-Ray SUP stream |
|
HDDVDSUP
HD-DVD SUP stream |
|
SUPIFO
DVD SUP/IFO stream |
|
VOBSUB
DVD SUB/IDX (VobSub) stream |
|
XML
Sony BDN XML (+PNGs) |
Method Summary | |
---|---|
static Core.InputMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Core.InputMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Core.InputMode VOBSUB
public static final Core.InputMode BDSUP
public static final Core.InputMode XML
public static final Core.InputMode HDDVDSUP
public static final Core.InputMode SUPIFO
Method Detail |
---|
public static Core.InputMode[] values()
for (Core.InputMode c : Core.InputMode.values()) System.out.println(c);
public static Core.InputMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |