Package net.sf.ffmpeg_java.util
Interface ImageConverter
-
- All Known Implementing Classes:
AVCodecLibraryImageConverter
,SWScaleLibraryImageConverter
public interface ImageConverter
Interface encapsulating AVCodec's img_convert function, allowing it to be swapped out with an SWScale implementation.- Author:
- Ken Larson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
img_convert(AVCodecLibrary.AVFrame dst, int dst_pix_fmt, AVCodecLibrary.AVFrame src, int pix_fmt, int width, int height)
-
-
-
Method Detail
-
img_convert
int img_convert(AVCodecLibrary.AVFrame dst, int dst_pix_fmt, AVCodecLibrary.AVFrame src, int pix_fmt, int width, int height)
-
-