comparison src/com/aurellem/capture/examples/Basic.java @ 53:3dc1f15e1e13

going to write main documentation
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 13:54:47 -0600
parents 5f616cc420dd
children afc437f637bd
comparison
equal deleted inserted replaced
52:d799a0278cc9 53:3dc1f15e1e13
15 * Demonstrates how to use basic Audio/Video capture with a jMonkeyEngine 15 * Demonstrates how to use basic Audio/Video capture with a jMonkeyEngine
16 * application. You can use these techniques to make high quality cutscenes 16 * application. You can use these techniques to make high quality cutscenes
17 * or demo videos, even on very slow laptops. 17 * or demo videos, even on very slow laptops.
18 * 18 *
19 * @author Robert McIntyre 19 * @author Robert McIntyre
20 *
21 */ 20 */
22 21
23 public class Basic { 22 public class Basic {
24 23
25 public static void main(String[] ignore) throws IOException{ 24 public static void main(String[] ignore) throws IOException{