Uses of Interface
com.avpkit.core.video.IConverter
-
Packages that use IConverter Package Description com.avpkit.core.video A collection of utilities for working with Video in the AVPKit libraries. -
-
Uses of IConverter in com.avpkit.core.video
Classes in com.avpkit.core.video that implement IConverter Modifier and Type Class Description classAConverterAn abstract converter class from which specific converters can be derived to do the actual conversions.classArgbConverterA converter to translateIVideoPictures to and fromBufferedImages of typeBufferedImage.TYPE_INT_ARGB.classBgrConverterA converter to translateIVideoPictures to and fromBufferedImages of typeBufferedImage.TYPE_3BYTE_BGR.Methods in com.avpkit.core.video that return IConverter Modifier and Type Method Description static IConverterConverterFactory. createConverter(java.awt.image.BufferedImage image, IPixelFormat.Type pictureType)Create a converter which translates betewenBufferedImageandIVideoPicturetypes.static IConverterConverterFactory. createConverter(java.lang.String converterDescriptor, IPixelFormat.Type pictureType, int width, int height)Create a converter which translates betewenBufferedImageandIVideoPicturetypes.static IConverterConverterFactory. createConverter(java.lang.String converterDescriptor, IPixelFormat.Type pictureType, int pictureWidth, int pictureHeight, int imageWidth, int imageHeight)Create a converter which translates betewenBufferedImageandIVideoPicturetypes.static IConverterConverterFactory. createConverter(java.lang.String converterDescriptor, IVideoPicture picture)Create a converter which translates betewenBufferedImageandIVideoPicturetypes.Methods in com.avpkit.core.video that return types with arguments of type IConverter Modifier and Type Method Description java.lang.Class<? extends IConverter>ConverterFactory.Type. getConverterClass()Get the class responsible for converting between types.Constructor parameters in com.avpkit.core.video with type arguments of type IConverter Constructor Description Type(java.lang.String descriptor, java.lang.Class<? extends IConverter> converterClass, IPixelFormat.Type pictureType, int imageType)Construct a complete converter type description.
-