|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.aisb.simulcast.viewer.VideoRecorder
public class VideoRecorder
Nested Class Summary | |
---|---|
static interface |
VideoRecorder.Listener
|
Field Summary | |
---|---|
static int |
AVI
|
static int |
QT
|
Constructor Summary | |
---|---|
VideoRecorder(java.awt.Component component,
int type,
java.lang.String path,
int rate,
VideoRecorder.Listener listener)
LayoutRecorder. |
Method Summary | |
---|---|
void |
controllerUpdate(ControllerEvent evt)
controllerUpdate. |
void |
dataSinkUpdate(DataSinkEvent evt)
dataSinkUpdate. |
void |
run()
run. |
void |
start()
start. |
void |
stop()
stop. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AVI
public static final int QT
Constructor Detail |
---|
public VideoRecorder(java.awt.Component component, int type, java.lang.String path, int rate, VideoRecorder.Listener listener)
Method Detail |
---|
public void start()
public void run()
run
in interface java.lang.Runnable
public void controllerUpdate(ControllerEvent evt)
public void dataSinkUpdate(DataSinkEvent evt)
public void stop()
|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |