org.monte.iodemo
Class ReadWriteDemoMain
java.lang.Object
org.monte.iodemo.ReadWriteDemoMain
public class ReadWriteDemoMain
- extends java.lang.Object
Demonstrates the use of MovieReader and MovieWriter.
This class creates a video file named montemedia-...codec....avi for
each installed Codec, and writes simple animation frames into the file.
Then, it attempts to read the frames back from the video file.
- Version:
- $Id: ReadWriteDemoMain.java 199 2012-04-05 08:48:28Z werner $
- Author:
- Werner Randelshofer
|
Method Summary |
static void |
main(java.lang.String[] args)
Main function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadWriteDemoMain
public ReadWriteDemoMain()
main
public static void main(java.lang.String[] args)
- Main function.
- Parameters:
args - the command line arguments (ignored)