- add javadoc to VideoRecorderAppState

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8710 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 11b5a1395d
commit 47e393ba23
  1. 6
      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 {

Loading…
Cancel
Save