org.jim2mov.core
Interface MovieInfoProvider

All Known Implementing Classes:
DefaultMovieInfoProvider

public interface MovieInfoProvider

This interface is used to provide informations about the movie

Author:
andre

Field Summary
static int TYPE_AVI_MJPEG
          MSVideo / MJPEG movie
static int TYPE_AVI_RAW
          MSVideo / Raw movie
static int TYPE_QUICKTIME_JPEG
          Quicktime / JPEG movie
 
Method Summary
 float getFPS()
          The number of frames per second with which the movie will be saved
 javax.media.MediaLocator getMediaLocator()
          Returns the location of the media where to write the movie
 int getMHeight()
          Returns the height of the movie frames
 int getMWidth()
          Returns the width of the movie frames
 int getNumberOfFrames()
          The total number of frames in the movie
 

Field Detail

TYPE_QUICKTIME_JPEG

static final int TYPE_QUICKTIME_JPEG
Quicktime / JPEG movie

See Also:
Constant Field Values

TYPE_AVI_MJPEG

static final int TYPE_AVI_MJPEG
MSVideo / MJPEG movie

See Also:
Constant Field Values

TYPE_AVI_RAW

static final int TYPE_AVI_RAW
MSVideo / Raw movie

See Also:
Constant Field Values
Method Detail

getFPS

float getFPS()
The number of frames per second with which the movie will be saved

Returns:
The number of frames per second

getNumberOfFrames

int getNumberOfFrames()
The total number of frames in the movie

Returns:
The number of frames

getMWidth

int getMWidth()
Returns the width of the movie frames

Returns:
width of the movie frames

getMHeight

int getMHeight()
Returns the height of the movie frames

Returns:
height of the movie frames

getMediaLocator

javax.media.MediaLocator getMediaLocator()
Returns the location of the media where to write the movie

Returns:
the location of the media where to write the movie