A B C D E F G I J L M O R S T W

G

getContentDescriptor() - Method in class org.jim2mov.core.Jim2Mov
Always return ContentDescriptor.RAW
getContentLength() - Method in class org.jim2mov.core.Jim2Mov
Always return LENGTH_UNKNOWN.
getContentType() - Method in class org.jim2mov.sun.ImageDataSource
Content type is of RAW since we are sending buffers of video frames without a container format.
getControl(String) - Method in class org.jim2mov.core.Jim2Mov
No controls are supported.
getControl(String) - Method in class org.jim2mov.sun.ImageDataSource
 
getControls() - Method in class org.jim2mov.core.Jim2Mov
Returns a zero length array.
getControls() - Method in class org.jim2mov.sun.ImageDataSource
 
getDuration() - Method in class org.jim2mov.sun.ImageDataSource
We could have derived the duration from the number of frames and frame rate.
getFormat() - Method in class org.jim2mov.core.Jim2Mov
Get the format type of the data that this source stream provides.
getFPS() - Method in class org.jim2mov.core.DefaultMovieInfoProvider
Getter for property FPS.
getFPS() - Method in interface org.jim2mov.core.MovieInfoProvider
The number of frames per second with which the movie will be saved
getImage(int) - Method in interface org.jim2mov.core.ImageProvider
You must return the correct image for the specified frame.
getLocator() - Method in class org.jim2mov.sun.ImageDataSource
 
getMediaLocator() - Method in class org.jim2mov.core.DefaultMovieInfoProvider
Getter for property mediaLocator.
getMediaLocator() - Method in interface org.jim2mov.core.MovieInfoProvider
Returns the location of the media where to write the movie
getMHeight() - Method in class org.jim2mov.core.DefaultMovieInfoProvider
Getter for property height.
getMHeight() - Method in interface org.jim2mov.core.MovieInfoProvider
Returns the height of the movie frames
getMWidth() - Method in class org.jim2mov.core.DefaultMovieInfoProvider
Getter for property width.
getMWidth() - Method in interface org.jim2mov.core.MovieInfoProvider
Returns the width of the movie frames
getNumberOfFrames() - Method in class org.jim2mov.core.DefaultMovieInfoProvider
Getter for property numberOfFrames.
getNumberOfFrames() - Method in interface org.jim2mov.core.MovieInfoProvider
The total number of frames in the movie
getStreams() - Method in class org.jim2mov.sun.ImageDataSource
Return the ImageSourceStreams.

A B C D E F G I J L M O R S T W