public interface CaptureDevice
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
CaptureDeviceInfo |
getCaptureDeviceInfo() |
FormatControl[] |
getFormatControls() |
void |
start() |
void |
stop() |
CaptureDeviceInfo getCaptureDeviceInfo()
FormatControl[] getFormatControls()
void connect() throws java.io.IOException
java.io.IOException
void disconnect()
void start() throws java.io.IOException
java.io.IOException
void stop() throws java.io.IOException
java.io.IOException