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 |
Definition at line 675 of file JpegImagesToMovie.java.
|
Return the format of each video frame. That will be JPEG. Definition at line 804 of file JpegImagesToMovie.java. |
|
This is called from the Processor to read a frame worth of video data.
Definition at line 707 of file JpegImagesToMovie.java. |
|
We should never need to block assuming data are read from files.
Definition at line 699 of file JpegImagesToMovie.java. |