net.sf.ffmpeg_java.util
Class ImageConverterSingleton

java.lang.Object
  extended by net.sf.ffmpeg_java.util.ImageConverterSingleton

public class ImageConverterSingleton
extends java.lang.Object

Provides a global instance of ImageConverter. Is able to provide the GPL-licensed net.sf.ffmpeg_java.util..SWScaleLibraryImageConverter if it is linked, otherwise falls back to LGPL-licensed net.sf.ffmpeg_java.util.AVCodecLibraryImageConverter.

Author:
Ken Larson

Constructor Summary
ImageConverterSingleton()
           
 
Method Summary
static ImageConverter instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageConverterSingleton

public ImageConverterSingleton()
Method Detail

instance

public static ImageConverter instance()