Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

org.nees.rbnb.JpegImagesToMovie Class Reference

This program takes a list of JPEG image files and convert them into a QuickTime movie. More...

List of all members.

Public Member Functions

boolean doIt (float frameRate, byte[][] images, MediaLocator outML)
boolean doIt (int width, int height, float frameRate, Vector inFiles, MediaLocator outML)
boolean makeMovieFromPullBufferDataSource (int width, int height, float frameRate, PullBufferDataSource ids, MediaLocator outML)
void controllerUpdate (ControllerEvent evt)
 Controller Listener.

void dataSinkUpdate (DataSinkEvent evt)
 Event handler for the file writer.


Static Public Member Functions

void main (String args[])

Package Functions

DataSink createDataSink (Processor p, MediaLocator outML)
 Create the DataSink.

boolean waitForState (Processor p, int state)
 Block until the processor has transitioned to the given state.

boolean waitForFileDone ()
 Block until file writing is done.


Static Package Functions

void prUsage ()
MediaLocator createMediaLocator (String url)
 Create a media locator from the given string.


Package Attributes

Object waitSync = new Object()
boolean stateTransitionOK = true
Object waitFileSync = new Object()
boolean fileDone = false
boolean fileSuccess = true


Detailed Description

This program takes a list of JPEG image files and convert them into a QuickTime movie.

Definition at line 60 of file JpegImagesToMovie.java.


Member Function Documentation

boolean org.nees.rbnb.JpegImagesToMovie.waitForState Processor  p,
int  state
[package]
 

Block until the processor has transitioned to the given state.

Return false if the transition failed.

Definition at line 230 of file JpegImagesToMovie.java.

References org.nees.rbnb.JpegImagesToMovie.waitForState().

Referenced by org.nees.rbnb.JpegImagesToMovie.waitForState().


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 11:12:28 2004 for Data turbine for NEESGrid by doxygen 1.3.7