Uses of Class
com.avpkit.core.IContainer.Flags
-
Packages that use IContainer.Flags Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IContainer.Flags in com.avpkit.core
Methods in com.avpkit.core that return IContainer.Flags Modifier and Type Method Description static IContainer.FlagsIContainer.Flags. swigToEnum(int swigValue)static IContainer.FlagsIContainer.Flags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IContainer.Flags[]IContainer.Flags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.core with parameters of type IContainer.Flags Modifier and Type Method Description booleanIContainer. getFlag(IContainer.Flags flag)Get the setting for the specified flag
voidIContainer. setFlag(IContainer.Flags flag, boolean value)Set the flag.
-