Mercurial > jmeCapture
comparison src/com/aurellem/capture/video/AbstractVideoRecorder.java @ 53:3dc1f15e1e13
going to write main documentation
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Dec 2011 13:54:47 -0600 |
parents | 6a1b28f060e6 |
children |
comparison
equal
deleted
inserted
replaced
52:d799a0278cc9 | 53:3dc1f15e1e13 |
---|---|
37 * | 37 * |
38 * will output a video without shadows to <code>file1</code> and a video | 38 * will output a video without shadows to <code>file1</code> and a video |
39 * with shadows to <code>file2</code> | 39 * with shadows to <code>file2</code> |
40 * | 40 * |
41 * @author Robert McIntyre | 41 * @author Robert McIntyre |
42 * | |
43 */ | 42 */ |
44 | 43 |
45 public abstract class AbstractVideoRecorder | 44 public abstract class AbstractVideoRecorder |
46 implements SceneProcessor, VideoRecorder, AppState{ | 45 implements SceneProcessor, VideoRecorder, AppState{ |
47 | 46 |