video.qt
Class SequenceGrabberImpl

java.lang.Object
  extended by video.qt.SequenceGrabberImpl
All Implemented Interfaces:
SequenceGrabberInterface

public class SequenceGrabberImpl
extends java.lang.Object
implements SequenceGrabberInterface

User: lyon Date: Dec 12, 2006 Time: 10:14:26 AM Copyright DocJava, Inc. 2005.


Constructor Summary
SequenceGrabberImpl()
           
 
Method Summary
 void disposeChannel(SGVideoChannelInterface channel)
           
 void idle()
           
 void prepare(boolean b, boolean b1)
           
 void release()
           
 void setGWorld(QDGraphicsInterface graphics, java.lang.Object o)
           
 void startPreview()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceGrabberImpl

public SequenceGrabberImpl()
Method Detail

setGWorld

public void setGWorld(QDGraphicsInterface graphics,
                      java.lang.Object o)
Specified by:
setGWorld in interface SequenceGrabberInterface

startPreview

public void startPreview()
Specified by:
startPreview in interface SequenceGrabberInterface

prepare

public void prepare(boolean b,
                    boolean b1)
Specified by:
prepare in interface SequenceGrabberInterface

stop

public void stop()
Specified by:
stop in interface SequenceGrabberInterface

disposeChannel

public void disposeChannel(SGVideoChannelInterface channel)
Specified by:
disposeChannel in interface SequenceGrabberInterface

release

public void release()
Specified by:
release in interface SequenceGrabberInterface

idle

public void idle()
Specified by:
idle in interface SequenceGrabberInterface