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

org.nees.rbnb.JpegImagesToMovie.ImageDataSourceFile Class Reference

A DataSource to read from a list of JPEG image files and turn that into a stream of JMF buffers. More...

List of all members.

Public Member Functions

void setLocator (MediaLocator source)
MediaLocator getLocator ()
String getContentType ()
 Content type is of RAW since we are sending buffers of video frames without a container format.

void connect ()
void disconnect ()
void start ()
void stop ()
PullBufferStream[] getStreams ()
 Return the ImageSourceStreams.

Time getDuration ()
 We could have derived the duration from the number of frames and frame rate.

Object[] getControls ()
Object getControl (String type)

Package Functions

 ImageDataSourceFile (int width, int height, float frameRate, Vector images)

Package Attributes

ImageSourceStream streams []


Detailed Description

A DataSource to read from a list of JPEG image files and turn that into a stream of JMF buffers.

The DataSource is not seekable or positionable.

Definition at line 611 of file JpegImagesToMovie.java.


Member Function Documentation

String org.nees.rbnb.JpegImagesToMovie.ImageDataSourceFile.getContentType  ) 
 

Content type is of RAW since we are sending buffers of video frames without a container format.

Definition at line 631 of file JpegImagesToMovie.java.

Time org.nees.rbnb.JpegImagesToMovie.ImageDataSourceFile.getDuration  ) 
 

We could have derived the duration from the number of frames and frame rate.

But for the purpose of this program, it's not necessary.

Definition at line 659 of file JpegImagesToMovie.java.

PullBufferStream [] org.nees.rbnb.JpegImagesToMovie.ImageDataSourceFile.getStreams  ) 
 

Return the ImageSourceStreams.

Definition at line 650 of file JpegImagesToMovie.java.


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