Mercurial > jmeCapture
comparison src/com/aurellem/capture/Capture.java @ 55:b05f629fc296
add contact info
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Dec 2011 19:18:38 -0600 |
parents | 6484a820e27d |
children | afc437f637bd |
comparison
equal
deleted
inserted
replaced
54:6484a820e27d | 55:b05f629fc296 |
---|---|
21 * Use the methods in this class for capturing consistent, high quality video and audio from a | 21 * Use the methods in this class for capturing consistent, high quality video and audio from a |
22 * jMonkeyEngine3 application. To capture audio or video do the following: | 22 * jMonkeyEngine3 application. To capture audio or video do the following: |
23 * | 23 * |
24 * 1.) Set your application's timer to an IsoTimer. Create the IsoTimer with the desired video | 24 * 1.) Set your application's timer to an IsoTimer. Create the IsoTimer with the desired video |
25 * frames-per-second. | 25 * frames-per-second. |
26 * 2.) Call captureAudio and/or captureVideo on the Application as desired. | 26 * 2.) Call captureAudio and/or captureVideo on the Application as desired before starting the Application. |
27 * | 27 * |
28 * See the Basic and Advanced demos in the examples section for more information. If you have any trouble, | |
29 * please PM me on the jMonkeyEngine forums. My username is bortreb. | |
30 * | |
28 * @author Robert McIntyre | 31 * @author Robert McIntyre |
29 */ | 32 */ |
30 | 33 |
31 public class Capture { | 34 public class Capture { |
32 | 35 |