public static enum EAC3DecoderInfo.DependentSubstream extends java.lang.Enum<EAC3DecoderInfo.DependentSubstream>
| Enum Constant and Description |
|---|
CS |
CVH |
LC_RC_PAIR |
LFE2 |
LRS_RRS_PAIR |
LSD_RSD_PAIR |
LVH_RVH_PAIR |
LW_RW_PAIR |
TS |
| Modifier and Type | Method and Description |
|---|---|
static EAC3DecoderInfo.DependentSubstream |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EAC3DecoderInfo.DependentSubstream[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAC3DecoderInfo.DependentSubstream LC_RC_PAIR
public static final EAC3DecoderInfo.DependentSubstream LRS_RRS_PAIR
public static final EAC3DecoderInfo.DependentSubstream CS
public static final EAC3DecoderInfo.DependentSubstream TS
public static final EAC3DecoderInfo.DependentSubstream LSD_RSD_PAIR
public static final EAC3DecoderInfo.DependentSubstream LW_RW_PAIR
public static final EAC3DecoderInfo.DependentSubstream LVH_RVH_PAIR
public static final EAC3DecoderInfo.DependentSubstream CVH
public static final EAC3DecoderInfo.DependentSubstream LFE2
public static EAC3DecoderInfo.DependentSubstream[] values()
for (EAC3DecoderInfo.DependentSubstream c : EAC3DecoderInfo.DependentSubstream.values()) System.out.println(c);
public static EAC3DecoderInfo.DependentSubstream 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 namejava.lang.NullPointerException - if the argument is null