|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Core.StreamID>
deadbeef.SupTools.Core.StreamID
public static enum Core.StreamID
Enumeration of input stream identifiers
Enum Constant Summary | |
---|---|
BDSUP
Blu-Ray SUP stream |
|
DVDSUB
DVD VobSub SUB stream |
|
IDX
DVD VobSub IDX |
|
IFO
DVD IFO |
|
SUP
HD-DVD SUP or DVD SUP stream (same ID) |
|
UNKNOWN
UNKNOWN |
|
XML
Sony BDN XML |
Method Summary | |
---|---|
static Core.StreamID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Core.StreamID[] |
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.StreamID BDSUP
public static final Core.StreamID SUP
public static final Core.StreamID DVDSUB
public static final Core.StreamID XML
public static final Core.StreamID IFO
public static final Core.StreamID IDX
public static final Core.StreamID UNKNOWN
Method Detail |
---|
public static Core.StreamID[] values()
for (Core.StreamID c : Core.StreamID.values()) System.out.println(c);
public static Core.StreamID 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 |