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 |
Definition at line 60 of file JpegImagesToMovie.java.
|
||||||||||||
|
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(). |
1.3.7