Copyright 2012-04-26 Werner Randelshofer

org.monte.iodemo
Class ReadWriteDemoMain

java.lang.Object
  extended by 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

Constructor Summary
ReadWriteDemoMain()
           
 
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
 

Constructor Detail

ReadWriteDemoMain

public ReadWriteDemoMain()
Method Detail

main

public static void main(java.lang.String[] args)
Main function.

Parameters:
args - the command line arguments (ignored)

Copyright 2012-04-26 Werner Randelshofer