Uses of Class
com.avpkit.core.IMetaData.Flags
-
Packages that use IMetaData.Flags Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IMetaData.Flags in com.avpkit.core
Methods in com.avpkit.core that return IMetaData.Flags Modifier and Type Method Description static IMetaData.FlagsIMetaData.Flags. swigToEnum(int swigValue)static IMetaData.FlagsIMetaData.Flags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IMetaData.Flags[]IMetaData.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 IMetaData.Flags Modifier and Type Method Description java.lang.StringIMetaData. getValue(java.lang.String key, IMetaData.Flags flag)Get the value for the given key.
intIMetaData. setValue(java.lang.String key, java.lang.String value, IMetaData.Flags flag)Sets the value for the given key to value.
-