Package | Description |
---|---|
com.github.sarxos.webcam.ds.ipcam | |
com.github.sarxos.webcam.ds.ipcam.impl |
Modifier and Type | Method and Description |
---|---|
IpCamAuth |
IpCamDevice.getAuth() |
Modifier and Type | Method and Description |
---|---|
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
String url,
IpCamMode mode,
IpCamAuth auth) |
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
URL url,
IpCamMode mode,
IpCamAuth auth)
Register new IP camera device.
|
void |
IpCamDevice.setAuth(IpCamAuth auth) |
Constructor and Description |
---|
IpCamDevice(String name,
String url,
IpCamMode mode,
IpCamAuth auth) |
IpCamDevice(String name,
URL url,
IpCamMode mode,
IpCamAuth auth) |
Modifier and Type | Method and Description |
---|---|
IpCamAuth |
IpCamDescriptor.getAuth() |
Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.