|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectStartMovieCapture
public class StartMovieCapture
Class that is Runnable to start Movie Capture and stop it Copyright Georgia Institute of Technology 2007
| Constructor Summary | |
|---|---|
StartMovieCapture(FrameSequencer sequencer,
int framesPerSec,
Rectangle area)
Constructor that takes the frame sequencer, number of frames per second, and the region to capture |
|
| Method Summary | |
|---|---|
void |
captureMovie()
Method to capture a movie until the stop method is called and sets the active thread to null |
void |
capturePicture()
Method to capture a picture |
void |
run()
Method to start the thread |
void |
stop()
Method to stop the thread |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartMovieCapture(FrameSequencer sequencer,
int framesPerSec,
Rectangle area)
sequencer - the frame sequencerframesPerSec - the number of frames per secondarea - the region to capture| Method Detail |
|---|
public void capturePicture()
public void captureMovie()
public void run()
run in interface Runnablepublic void stop()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||