|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MovieInfoProvider
This interface is used to provide informations about the movie
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 |
---|
static final int TYPE_QUICKTIME_JPEG
static final int TYPE_AVI_MJPEG
static final int TYPE_AVI_RAW
Method Detail |
---|
float getFPS()
int getNumberOfFrames()
int getMWidth()
int getMHeight()
javax.media.MediaLocator getMediaLocator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |