|
Bartosz Firyn (SarXos) | |||||||||
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
Method Summary | |
---|---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<Webcam> getWebcams(long timeout, TimeUnit tunit) throws TimeoutException
TimeoutException
public void run()
run
in interface Runnable
public void stop()
public void start()
public boolean isRunning()
|
Bartosz Firyn (SarXos) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |