Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.viewer
Class VideoRecorder

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.viewer.VideoRecorder
All Implemented Interfaces:
java.lang.Runnable

public class VideoRecorder
extends java.lang.Object
implements java.lang.Runnable


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

AVI

public static final int AVI
See Also:
Constant Field Values

QT

public static final int QT
See Also:
Constant Field Values
Constructor Detail

VideoRecorder

public VideoRecorder(java.awt.Component component,
                     int type,
                     java.lang.String path,
                     int rate,
                     VideoRecorder.Listener listener)
LayoutRecorder.

Method Detail

start

public void start()
start.


run

public void run()
run.

Specified by:
run in interface java.lang.Runnable

controllerUpdate

public void controllerUpdate(ControllerEvent evt)
controllerUpdate.


dataSinkUpdate

public void dataSinkUpdate(DataSinkEvent evt)
dataSinkUpdate.


stop

public void stop()
stop.


Simulcast 4.2