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 [] |
The DataSource is not seekable or positionable.
Definition at line 611 of file JpegImagesToMovie.java.
|
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. |
|
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. |
|
Return the ImageSourceStreams.
Definition at line 650 of file JpegImagesToMovie.java. |