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

org.nees.rbnb.JpegImagesToMovie.ImageSourceStream Class Reference

The source stream to go along with ImageDataSource. More...

List of all members.

Public Member Functions

 ImageSourceStream (int width, int height, float frameRate, Vector images)
boolean willReadBlock ()
 We should never need to block assuming data are read from files.

void read (Buffer buf) throws IOException
 This is called from the Processor to read a frame worth of video data.

Format getFormat ()
 Return the format of each video frame.

ContentDescriptor getContentDescriptor ()
long getContentLength ()
boolean endOfStream ()
Object[] getControls ()
Object getControl (String type)

Package Attributes

Vector images
int width
int height
VideoFormat format
int nextImage = 0
boolean ended = false


Detailed Description

The source stream to go along with ImageDataSource.

Definition at line 675 of file JpegImagesToMovie.java.


Member Function Documentation

Format org.nees.rbnb.JpegImagesToMovie.ImageSourceStream.getFormat  ) 
 

Return the format of each video frame.

That will be JPEG.

Definition at line 804 of file JpegImagesToMovie.java.

void org.nees.rbnb.JpegImagesToMovie.ImageSourceStream.read Buffer  buf  )  throws IOException
 

This is called from the Processor to read a frame worth of video data.

Definition at line 707 of file JpegImagesToMovie.java.

boolean org.nees.rbnb.JpegImagesToMovie.ImageSourceStream.willReadBlock  ) 
 

We should never need to block assuming data are read from files.

Definition at line 699 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