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