Package | Description |
---|---|
com.github.sarxos.webcam.ds.ipcam | |
com.github.sarxos.webcam.ds.ipcam.impl |
Modifier and Type | Method and Description |
---|---|
IpCamMode |
IpCamDevice.getMode() |
static IpCamMode |
IpCamMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpCamMode[] |
IpCamMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
String url,
IpCamMode mode) |
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
String url,
IpCamMode mode,
IpCamAuth auth) |
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
URL url,
IpCamMode mode) |
static IpCamDevice |
IpCamDeviceRegistry.register(String name,
URL url,
IpCamMode mode,
IpCamAuth auth)
Register new IP camera device.
|
Constructor and Description |
---|
IpCamDevice(String name,
String url,
IpCamMode mode) |
IpCamDevice(String name,
String url,
IpCamMode mode,
IpCamAuth auth) |
IpCamDevice(String name,
URL url,
IpCamMode mode) |
IpCamDevice(String name,
URL url,
IpCamMode mode,
IpCamAuth auth) |
Modifier and Type | Method and Description |
---|---|
IpCamMode |
IpCamDescriptor.getMode() |
Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.