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
Modifier and TypeMethodDescriptionint
img_convert
(AVCodecLibrary.AVFrame dst, int dst_pix_fmt, AVCodecLibrary.AVFrame src, int pix_fmt, int width, int height)
-
Method Details
-
img_convert
int img_convert(AVCodecLibrary.AVFrame dst, int dst_pix_fmt, AVCodecLibrary.AVFrame src, int pix_fmt, int width, int height)
-