com.github.sarxos.webcam
Class WebcamCompositeDriver
java.lang.Object
com.github.sarxos.webcam.WebcamCompositeDriver
- All Implemented Interfaces:
- WebcamDriver
public class WebcamCompositeDriver
- extends Object
- implements WebcamDriver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebcamCompositeDriver
public WebcamCompositeDriver(WebcamDriver... drivers)
add
public void add(WebcamDriver driver)
getDrivers
public List<WebcamDriver> getDrivers()
getDevices
public List<WebcamDevice> getDevices()
- Description copied from interface:
WebcamDriver
- Return all registered webcam devices.
- Specified by:
getDevices in interface WebcamDriver
- Returns:
- List of webcam devices
Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.