Uses of Class
com.avpkit.core.IContainerFormat.Flags
-
Packages that use IContainerFormat.Flags Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IContainerFormat.Flags in com.avpkit.core
Methods in com.avpkit.core that return IContainerFormat.Flags Modifier and Type Method Description static IContainerFormat.FlagsIContainerFormat.Flags. swigToEnum(int swigValue)static IContainerFormat.FlagsIContainerFormat.Flags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IContainerFormat.Flags[]IContainerFormat.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 IContainerFormat.Flags Modifier and Type Method Description booleanIContainerFormat. getInputFlag(IContainerFormat.Flags flag)Get the input setting for the specified flag
booleanIContainerFormat. getOutputFlag(IContainerFormat.Flags flag)Get the output setting for the specified flag
voidIContainerFormat. setInputFlag(IContainerFormat.Flags flag, boolean value)Set the input flag.
voidIContainerFormat. setOutputFlag(IContainerFormat.Flags flag, boolean value)Set the output flag.
-