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

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

public class StartSessionTask
extends WebcamGrabberTask


Field Summary
 
Fields inherited from class com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
grabber
 
Constructor Summary
StartSessionTask(WebcamGrabberProcessor processor)
           
 
Method Summary
protected  void handle()
          Method to be called from inside of the processor thread.
 boolean startSession(Dimension size, Device device)
           
 
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

StartSessionTask

public StartSessionTask(WebcamGrabberProcessor processor)
Method Detail

startSession

public boolean startSession(Dimension size,
                            Device device)

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.