com.github.sarxos.webcam.ds.ipcam
public class IpCamDriver extends Object implements com.github.sarxos.webcam.WebcamDriver
Constructor and Description |
---|
IpCamDriver() |
IpCamDriver(IpCamStorage storage) |
Modifier and Type | Method and Description |
---|---|
List<com.github.sarxos.webcam.WebcamDevice> |
getDevices() |
boolean |
isThreadSafe() |
void |
register(IpCamDevice device) |
String |
toString() |
void |
unregister(IpCamDevice device) |
public IpCamDriver()
public IpCamDriver(IpCamStorage storage)
public List<com.github.sarxos.webcam.WebcamDevice> getDevices()
getDevices
in interface com.github.sarxos.webcam.WebcamDriver
public void register(IpCamDevice device)
public void unregister(IpCamDevice device)
public boolean isThreadSafe()
isThreadSafe
in interface com.github.sarxos.webcam.WebcamDriver
Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.