Package com.avpkit.core
Enum IContainerFormat.Flags
- java.lang.Object
-
- java.lang.Enum<IContainerFormat.Flags>
-
- com.avpkit.core.IContainerFormat.Flags
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<IContainerFormat.Flags>
- Enclosing class:
- IContainerFormat
public static enum IContainerFormat.Flags extends java.lang.Enum<IContainerFormat.Flags>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FLAG_GENERIC_INDEXFLAG_GLOBALHEADERFLAG_NEEDNUMBERFLAG_NOFILEFLAG_NOTIMESTAMPSFLAG_RAWPICTUREFLAG_SHOW_IDSFLAG_TS_DISCONT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IContainerFormat.FlagsswigToEnum(int swigValue)intswigValue()static IContainerFormat.FlagsvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IContainerFormat.Flags[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FLAG_NOFILE
public static final IContainerFormat.Flags FLAG_NOFILE
-
FLAG_NEEDNUMBER
public static final IContainerFormat.Flags FLAG_NEEDNUMBER
-
FLAG_SHOW_IDS
public static final IContainerFormat.Flags FLAG_SHOW_IDS
-
FLAG_RAWPICTURE
public static final IContainerFormat.Flags FLAG_RAWPICTURE
-
FLAG_GLOBALHEADER
public static final IContainerFormat.Flags FLAG_GLOBALHEADER
-
FLAG_NOTIMESTAMPS
public static final IContainerFormat.Flags FLAG_NOTIMESTAMPS
-
FLAG_GENERIC_INDEX
public static final IContainerFormat.Flags FLAG_GENERIC_INDEX
-
FLAG_TS_DISCONT
public static final IContainerFormat.Flags FLAG_TS_DISCONT
-
-
Method Detail
-
values
public static IContainerFormat.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 (IContainerFormat.Flags c : IContainerFormat.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 IContainerFormat.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 IContainerFormat.Flags swigToEnum(int swigValue)
-
-