Interface FFMPEGLibrary

All Superinterfaces:
com.sun.jna.Library
All Known Subinterfaces:
AVCodecLibrary, AVFormatLibrary, AVUtilLibrary, SWScaleLibrary

public interface FFMPEGLibrary extends com.sun.jna.Library
Based on FFMPEG Aug 12 2007. Contains general structure definitions common to libavcodec and libavformat. From: libavutil/log.h, rational.h, and avutil.h - all incomplete. No method/function declarations should be in this class, they should be in subclasses, as this is a base interface with no actual associated native library.
Author:
Ken Larson