j2d.video.flv
Class FlvSink

java.lang.Object
  extended by j2d.video.flv.FlvSink
All Implemented Interfaces:
ImageListener

public class FlvSink
extends java.lang.Object
implements ImageListener


Constructor Summary
FlvSink(java.io.File f, int msPerFrame, java.awt.Dimension size)
           
 
Method Summary
 void finalize()
           
 void update(java.awt.Image image)
          Used send the image to the listening application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlvSink

public FlvSink(java.io.File f,
               int msPerFrame,
               java.awt.Dimension size)
Method Detail

update

public void update(java.awt.Image image)
Description copied from interface: ImageListener
Used send the image to the listening application.

Specified by:
update in interface ImageListener

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable