Uses of Class
com.avpkit.core.IVideoResampler.Feature
-
Packages that use IVideoResampler.Feature Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IVideoResampler.Feature in com.avpkit.core
Methods in com.avpkit.core that return IVideoResampler.Feature Modifier and Type Method Description static IVideoResampler.FeatureIVideoResampler.Feature. swigToEnum(int swigValue)static IVideoResampler.FeatureIVideoResampler.Feature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IVideoResampler.Feature[]IVideoResampler.Feature. 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 IVideoResampler.Feature Modifier and Type Method Description static booleanIVideoResampler. isSupported(IVideoResampler.Feature feature)Returns true if the asked for feature is supported.
-