net.sf.ffmpeg_java.util
Class AVCodecLibraryImageConverter

java.lang.Object
  extended by net.sf.ffmpeg_java.util.AVCodecLibraryImageConverter
All Implemented Interfaces:
ImageConverter

public class AVCodecLibraryImageConverter
extends java.lang.Object
implements ImageConverter

Author:
Ken Larson

Constructor Summary
AVCodecLibraryImageConverter()
           
 
Method Summary
 int img_convert(AVCodecLibrary.AVFrame dst, int dst_pix_fmt, AVCodecLibrary.AVFrame src, int pix_fmt, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVCodecLibraryImageConverter

public AVCodecLibraryImageConverter()
Method Detail

img_convert

public int img_convert(AVCodecLibrary.AVFrame dst,
                       int dst_pix_fmt,
                       AVCodecLibrary.AVFrame src,
                       int pix_fmt,
                       int width,
                       int height)
Specified by:
img_convert in interface ImageConverter