|
Bartosz Firyn (SarXos) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpCamMode | |
---|---|
com.github.sarxos.webcam.ds.ipcam | |
com.github.sarxos.webcam.ds.ipcam.impl |
Uses of IpCamMode in com.github.sarxos.webcam.ds.ipcam |
---|
Methods in com.github.sarxos.webcam.ds.ipcam that return IpCamMode | |
---|---|
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. |
Methods in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamMode | |
---|---|
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. |
Constructors in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamMode | |
---|---|
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)
|
Uses of IpCamMode in com.github.sarxos.webcam.ds.ipcam.impl |
---|
Methods in com.github.sarxos.webcam.ds.ipcam.impl that return IpCamMode | |
---|---|
IpCamMode |
IpCamDescriptor.getMode()
|
|
Bartosz Firyn (SarXos) | |||||||||
PREV NEXT | FRAMES NO FRAMES |