Package com.avpkit.core
Enum IContainer.Flags
- java.lang.Object
-
- java.lang.Enum<IContainer.Flags>
-
- com.avpkit.core.IContainer.Flags
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<IContainer.Flags>
- Enclosing class:
- IContainer
public static enum IContainer.Flags extends java.lang.Enum<IContainer.Flags>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IContainer.FlagsswigToEnum(int swigValue)intswigValue()static IContainer.FlagsvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IContainer.Flags[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FLAG_GENPTS
public static final IContainer.Flags FLAG_GENPTS
-
FLAG_IGNIDX
public static final IContainer.Flags FLAG_IGNIDX
-
FLAG_NONBLOCK
public static final IContainer.Flags FLAG_NONBLOCK
-
FLAG_IGNDTS
public static final IContainer.Flags FLAG_IGNDTS
-
FLAG_NOFILLIN
public static final IContainer.Flags FLAG_NOFILLIN
-
FLAG_NOPARSE
public static final IContainer.Flags FLAG_NOPARSE
-
FLAG_NOBUFFER
public static final IContainer.Flags FLAG_NOBUFFER
-
FLAG_CUSTOM_IO
public static final IContainer.Flags FLAG_CUSTOM_IO
-
FLAG_DISCARD_CORRUPT
public static final IContainer.Flags FLAG_DISCARD_CORRUPT
-
FLAG_FLUSH_PACKETS
public static final IContainer.Flags FLAG_FLUSH_PACKETS
-
FLAG_BITEXACT
public static final IContainer.Flags FLAG_BITEXACT
-
FLAG_MP4A_LATM
public static final IContainer.Flags FLAG_MP4A_LATM
-
FLAG_SORT_DTS
public static final IContainer.Flags FLAG_SORT_DTS
-
FLAG_PRIV_OPT
public static final IContainer.Flags FLAG_PRIV_OPT
-
FLAG_KEEP_SIDE_DATA
public static final IContainer.Flags FLAG_KEEP_SIDE_DATA
-
FLAG_FAST_SEEK
public static final IContainer.Flags FLAG_FAST_SEEK
-
FLAG_SHORTEST
public static final IContainer.Flags FLAG_SHORTEST
-
FLAG_AUTO_BSF
public static final IContainer.Flags FLAG_AUTO_BSF
-
-
Method Detail
-
values
public static IContainer.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 (IContainer.Flags c : IContainer.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 IContainer.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 IContainer.Flags swigToEnum(int swigValue)
-
-