Uses of Interface
com.github.sarxos.webcam.WebcamDevice

Packages that use WebcamDevice
com.github.sarxos.webcam   
com.github.sarxos.webcam.ds.buildin   
 

Uses of WebcamDevice in com.github.sarxos.webcam
 

Methods in com.github.sarxos.webcam that return WebcamDevice
protected  WebcamDevice Webcam.getDevice()
           
 

Methods in com.github.sarxos.webcam that return types with arguments of type WebcamDevice
 List<WebcamDevice> WebcamDriver.getDevices()
          Return all registered webcam devices.
 

Constructors in com.github.sarxos.webcam with parameters of type WebcamDevice
Webcam(WebcamDevice device)
          Webcam class.
 

Uses of WebcamDevice in com.github.sarxos.webcam.ds.buildin
 

Classes in com.github.sarxos.webcam.ds.buildin that implement WebcamDevice
 class DefaultDevice
           
 

Methods in com.github.sarxos.webcam.ds.buildin that return types with arguments of type WebcamDevice
 List<WebcamDevice> DefaultDriver.getDevices()
           
 



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