public enum FormatResType extends Enum<FormatResType>
Java class for formatResType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="formatResType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="wmv"/>
<enumeration value="mov"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static FormatResType |
fromValue(String v) |
AVFileFormat |
getAVFileFormat() |
String |
value() |
static FormatResType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatResType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatResType WMV
public static final FormatResType MOV
public static FormatResType[] values()
for (FormatResType c : FormatResType.values()) System.out.println(c);
public static FormatResType 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 nullpublic String value()
public static FormatResType fromValue(String v)
public AVFileFormat getAVFileFormat()
Copyright © 2022 NPO. All rights reserved.