Uses of Class
com.avpkit.core.IVideoResampler
-
Packages that use IVideoResampler Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files.com.avpkit.core.video A collection of utilities for working with Video in the AVPKit libraries. -
-
Uses of IVideoResampler in com.avpkit.core
Methods in com.avpkit.core that return IVideoResampler Modifier and Type Method Description IVideoResamplerIVideoResampler. copyReference()Create a new IVideoResampler object that is actually referring to the exact same underlying native object.static IVideoResamplerIVideoResampler. make(int outputWidth, int outputHeight, IPixelFormat.Type outputFmt, int inputWidth, int inputHeight, IPixelFormat.Type inputFmt)Get a new video resampler.Methods in com.avpkit.core with parameters of type IVideoResampler Modifier and Type Method Description static longIVideoResampler. getCPtr(IVideoResampler obj)Internal Only.static intAVPKitJNI. IVideoResampler_getInputHeight(long jarg1, IVideoResampler jarg1_)static intAVPKitJNI. IVideoResampler_getInputPixelFormat(long jarg1, IVideoResampler jarg1_)static intAVPKitJNI. IVideoResampler_getInputWidth(long jarg1, IVideoResampler jarg1_)static intAVPKitJNI. IVideoResampler_getNumProperties(long jarg1, IVideoResampler jarg1_)static intAVPKitJNI. IVideoResampler_getOutputHeight(long jarg1, IVideoResampler jarg1_)static intAVPKitJNI. IVideoResampler_getOutputPixelFormat(long jarg1, IVideoResampler jarg1_)static intAVPKitJNI. IVideoResampler_getOutputWidth(long jarg1, IVideoResampler jarg1_)static booleanAVPKitJNI. IVideoResampler_getPropertyAsBoolean(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2)static doubleAVPKitJNI. IVideoResampler_getPropertyAsDouble(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2)static longAVPKitJNI. IVideoResampler_getPropertyAsLong(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2)static longAVPKitJNI. IVideoResampler_getPropertyAsRational(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2)static java.lang.StringAVPKitJNI. IVideoResampler_getPropertyAsString(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2)static longAVPKitJNI. IVideoResampler_getPropertyMetaData__SWIG_0(long jarg1, IVideoResampler jarg1_, int jarg2)static longAVPKitJNI. IVideoResampler_getPropertyMetaData__SWIG_1(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2)static intAVPKitJNI. IVideoResampler_resample(long jarg1, IVideoResampler jarg1_, long jarg2, IVideoPicture jarg2_, long jarg3, IVideoPicture jarg3_)static intAVPKitJNI. IVideoResampler_setProperty__SWIG_0(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2, java.lang.String jarg3)static intAVPKitJNI. IVideoResampler_setProperty__SWIG_1(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2, double jarg3)static intAVPKitJNI. IVideoResampler_setProperty__SWIG_2(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2, long jarg3)static intAVPKitJNI. IVideoResampler_setProperty__SWIG_3(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2, boolean jarg3)static intAVPKitJNI. IVideoResampler_setProperty__SWIG_4(long jarg1, IVideoResampler jarg1_, java.lang.String jarg2, long jarg3, IRational jarg3_)static intAVPKitJNI. IVideoResampler_setProperty__SWIG_5(long jarg1, IVideoResampler jarg1_, long jarg2, IMetaData jarg2_, long jarg3, IMetaData jarg3_) -
Uses of IVideoResampler in com.avpkit.core.video
Fields in com.avpkit.core.video declared as IVideoResampler Modifier and Type Field Description protected IVideoResamplerAConverter. mToImageResamplerRe-sampler called when converting picture to image, may be null.protected IVideoResamplerAConverter. mToPictureResamplerRe-sampler called when converting image to picture, may be null.Methods in com.avpkit.core.video with parameters of type IVideoResampler Modifier and Type Method Description protected static IVideoPictureAConverter. resample(IVideoPicture picture1, IVideoResampler resampler)Re-sample a picture.
-