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 | |
| ImageDataSourceArray (int width, int height, float frameRate, byte[][] images) | |
Package Attributes | |
| ImageDataSourceArrayStream | streams [] |
The DataSource is not seekable or positionable.
Definition at line 413 of file JpegImagesToMovie.java.
|
|
Content type is of RAW since we are sending buffers of video frames without a container format.
Definition at line 434 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 462 of file JpegImagesToMovie.java. |
|
|
Return the ImageSourceStreams.
Definition at line 453 of file JpegImagesToMovie.java. |
1.3.7