Переглянути джерело

- add javadoc to VideoRecorderAppState

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8710 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 роки тому
батько
коміт
47e393ba23

+ 5 - 1
engine/src/desktop/com/jme3/app/state/VideoRecorderAppState.java

@@ -24,7 +24,11 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 /**
- *
+ * A Video recording AppState that records the screen output into an AVI file with
+ * M-JPEG content. The file should be playable on any OS in any video player.<br/>
+ * The video recording starts when the state is attached and stops when it is detached
+ * or the application is quit. You can set the fileName of the file to be written when the
+ * state is detached, else the old file will be overwritten.
  * @author normenhansen, Robert McIntyre
  */
 public class VideoRecorderAppState extends AbstractAppState {