com.github.sarxos.webcam.ds.buildin.cgt
Class NextFrameTask

java.lang.Object
  extended by com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
      extended by com.github.sarxos.webcam.ds.buildin.cgt.NextFrameTask

public class NextFrameTask
extends WebcamGrabberTask


Field Summary
 
Fields inherited from class com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
grabber
 
Constructor Summary
NextFrameTask(WebcamGrabberProcessor processor)
           
 
Method Summary
protected  void handle()
          Method to be called from inside of the processor thread.
 void nextFrame()
           
 
Methods inherited from class com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
process, setGrabber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextFrameTask

public NextFrameTask(WebcamGrabberProcessor processor)
Method Detail

nextFrame

public void nextFrame()

handle

protected void handle()
Description copied from class: WebcamGrabberTask
Method to be called from inside of the processor thread.

Specified by:
handle in class WebcamGrabberTask


Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.