public static enum DecoderCapabilities.VideoDecoder extends Enum<DecoderCapabilities.VideoDecoder>
Enum Constant and Description |
---|
VIDEO_DECODER_WMV |
Modifier and Type | Method and Description |
---|---|
static DecoderCapabilities.VideoDecoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecoderCapabilities.VideoDecoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecoderCapabilities.VideoDecoder VIDEO_DECODER_WMV
public static DecoderCapabilities.VideoDecoder[] values()
for (DecoderCapabilities.VideoDecoder c : DecoderCapabilities.VideoDecoder.values()) System.out.println(c);
public static DecoderCapabilities.VideoDecoder valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null