|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.sarxos.webcam.WebcamDiscoveryService
public class WebcamDiscoveryService
| Constructor Summary | |
|---|---|
protected |
WebcamDiscoveryService(WebcamDriver driver)
|
| Method Summary | |
|---|---|
protected void |
dispose()
Cleanup. |
List<Webcam> |
getWebcams()
|
List<Webcam> |
getWebcams(long timeout,
TimeUnit tunit)
|
boolean |
isRunning()
Is discovery service running? |
void |
run()
|
void |
start()
Start discovery service. |
void |
stop()
Stop discovery service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected WebcamDiscoveryService(WebcamDriver driver)
| Method Detail |
|---|
public List<Webcam> getWebcams()
throws TimeoutException
TimeoutException
public List<Webcam> getWebcams(long timeout,
TimeUnit tunit)
throws TimeoutException
TimeoutExceptionpublic void run()
run in interface Runnablepublic void stop()
public void start()
public boolean isRunning()
protected void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||