diff src/com/aurellem/capture/video/VideoRecorder.java @ 53:3dc1f15e1e13

going to write main documentation
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 13:54:47 -0600
parents 784a3f4e6202
children
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/video/VideoRecorder.java	Sat Dec 03 13:51:28 2011 -0600
     1.2 +++ b/src/com/aurellem/capture/video/VideoRecorder.java	Sat Dec 03 13:54:47 2011 -0600
     1.3 @@ -11,18 +11,18 @@
     1.4  	void record(BufferedImage image);
     1.5  	
     1.6  	/**
     1.7 -	 * stop recording temporarally.  The recording can be started again
     1.8 +	 * Stop recording temporarily.  The recording can be started again
     1.9  	 * with start()
    1.10  	 */
    1.11  	void pause();
    1.12  	
    1.13  	/**
    1.14 -	 * start the recording.
    1.15 +	 * Start the recording.
    1.16  	 */
    1.17  	void start();
    1.18  	
    1.19  	/**
    1.20 -	 * closes the video file, writing appropriate headers, trailers, etc.
    1.21 +	 * Closes the video file, writing appropriate headers, trailers, etc.
    1.22  	 * After this is called, no more recording can be done.
    1.23  	 */
    1.24  	void finish();