From 47e393ba236d0b962aa650120db6662730405336 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Thu, 17 Nov 2011 02:34:11 +0000 Subject: [PATCH] - add javadoc to VideoRecorderAppState git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8710 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../desktop/com/jme3/app/state/VideoRecorderAppState.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engine/src/desktop/com/jme3/app/state/VideoRecorderAppState.java b/engine/src/desktop/com/jme3/app/state/VideoRecorderAppState.java index 7b7f35318..044709a17 100644 --- a/engine/src/desktop/com/jme3/app/state/VideoRecorderAppState.java +++ b/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.
+ * 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 {