Package com.avpkit.core
Enum IProperty.Flags
- java.lang.Object
-
- java.lang.Enum<IProperty.Flags>
-
- com.avpkit.core.IProperty.Flags
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<IProperty.Flags>
- Enclosing class:
- IProperty
public static enum IProperty.Flags extends java.lang.Enum<IProperty.Flags>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FLAG_AUDIO_PARAMFLAG_DECODING_PARAMFLAG_ENCODING_PARAMFLAG_EXPORTFLAG_FILTERING_PARAMFLAG_METADATAFLAG_READONLYFLAG_SUBTITLE_PARAMFLAG_VIDEO_PARAM
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IProperty.FlagsswigToEnum(int swigValue)intswigValue()static IProperty.FlagsvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IProperty.Flags[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FLAG_ENCODING_PARAM
public static final IProperty.Flags FLAG_ENCODING_PARAM
-
FLAG_DECODING_PARAM
public static final IProperty.Flags FLAG_DECODING_PARAM
-
FLAG_METADATA
public static final IProperty.Flags FLAG_METADATA
-
FLAG_AUDIO_PARAM
public static final IProperty.Flags FLAG_AUDIO_PARAM
-
FLAG_VIDEO_PARAM
public static final IProperty.Flags FLAG_VIDEO_PARAM
-
FLAG_SUBTITLE_PARAM
public static final IProperty.Flags FLAG_SUBTITLE_PARAM
-
FLAG_EXPORT
public static final IProperty.Flags FLAG_EXPORT
-
FLAG_READONLY
public static final IProperty.Flags FLAG_READONLY
-
FLAG_FILTERING_PARAM
public static final IProperty.Flags FLAG_FILTERING_PARAM
-
-
Method Detail
-
values
public static IProperty.Flags[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IProperty.Flags c : IProperty.Flags.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IProperty.Flags valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
swigValue
public final int swigValue()
-
swigToEnum
public static IProperty.Flags swigToEnum(int swigValue)
-
-