|
static final int | dcCameraDescriptionSupport = acquireJNI.dcCameraDescriptionSupport_get() |
| This device supports camera descriptions.
|
|
static final int | dcEventSupport = acquireJNI.dcEventSupport_get() |
| This device supports events.
|
|
static final int | dcHotplugable = acquireJNI.dcHotplugable_get() |
| This is a device that supports hot plugging.
|
|
static final int | dcNone = acquireJNI.dcNone_get() |
| A dummy constant to indicate, that this device does not have any capabilities defined by other constants belonging to this enumeration.
|
|
static final int | dcNonVolatileUserMemory = acquireJNI.dcNonVolatileUserMemory_get() |
| This device has non volatile memory, the user can write to and read from.
|
|
static final int | dcSelectableVideoInputs = acquireJNI.dcSelectableVideoInputs_get() |
| This is a device, that has more than one video input channel.
|
|
Defines valid device capabilities.
Values of these enum type may be 'OR'ed together.