| java.lang.Object com.db.media.JpegImagesToMovie
JpegImagesToMovie | public class JpegImagesToMovie implements ControllerListener,DataSinkListener(Code) | | This program takes a list of JPEG image files and convert them into
a QuickTime movie.
|
Inner Class :class ImageDataSource extends PullBufferDataSource | |
Inner Class :class ImageSourceStream implements PullBufferStream | |
Method Summary | |
public void | controllerUpdate(ControllerEvent evt) Controller Listener. | DataSink | createDataSink(Processor p, MediaLocator outML) Create the DataSink. | static MediaLocator | createMediaLocator(String url) Create a media locator from the given string. | public void | dataSinkUpdate(DataSinkEvent evt) Event handler for the file writer. | public boolean | doIt(int width, int height, int frameRate, Vector inFiles, MediaLocator outML) | public static void | main(String args) | static void | prUsage() | boolean | waitForFileDone() Block until file writing is done. | boolean | waitForState(Processor p, int state) Block until the processor has transitioned to the given state. |
fileDone | boolean fileDone(Code) | | |
fileSuccess | boolean fileSuccess(Code) | | |
stateTransitionOK | boolean stateTransitionOK(Code) | | |
controllerUpdate | public void controllerUpdate(ControllerEvent evt)(Code) | | Controller Listener.
|
createDataSink | DataSink createDataSink(Processor p, MediaLocator outML)(Code) | | Create the DataSink.
|
createMediaLocator | static MediaLocator createMediaLocator(String url)(Code) | | Create a media locator from the given string.
|
dataSinkUpdate | public void dataSinkUpdate(DataSinkEvent evt)(Code) | | Event handler for the file writer.
|
doIt | public boolean doIt(int width, int height, int frameRate, Vector inFiles, MediaLocator outML)(Code) | | |
prUsage | static void prUsage()(Code) | | |
waitForFileDone | boolean waitForFileDone()(Code) | | Block until file writing is done.
|
waitForState | boolean waitForState(Processor p, int state)(Code) | | Block until the processor has transitioned to the given state.
Return false if the transition failed.
|
|
|