j2d.video.flv
Class CaptureFactory

java.lang.Object
  extended by j2d.video.flv.CaptureFactory

public class CaptureFactory
extends java.lang.Object


Constructor Summary
CaptureFactory()
           
 
Method Summary
static Capturer getCapturer(java.io.OutputStream os, java.awt.Dimension captureSize)
          Creates new FLV capture Stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptureFactory

public CaptureFactory()
Method Detail

getCapturer

public static Capturer getCapturer(java.io.OutputStream os,
                                   java.awt.Dimension captureSize)
                            throws java.io.IOException
Creates new FLV capture Stream

Parameters:
os - stream to write FLV
captureSize - size of images written
Returns:
an instance of @Capture
Throws:
java.io.IOException