public class CaptureDeviceManager
extends java.lang.Object
Constructor and Description |
---|
CaptureDeviceManager() |
Modifier and Type | Method and Description |
---|---|
static boolean |
addDevice(CaptureDeviceInfo newDevice) |
static void |
commit() |
static CaptureDeviceInfo |
getDevice(java.lang.String deviceName) |
static java.util.Vector |
getDeviceList(Format format) |
static boolean |
removeDevice(CaptureDeviceInfo device) |
public static CaptureDeviceInfo getDevice(java.lang.String deviceName)
public static java.util.Vector getDeviceList(Format format)
public static boolean addDevice(CaptureDeviceInfo newDevice)
public static boolean removeDevice(CaptureDeviceInfo device)
public static void commit() throws java.io.IOException
java.io.IOException