javax.media.cdm
Class CaptureDeviceManager
java.lang.Object
javax.media.CaptureDeviceManager
javax.media.cdm.CaptureDeviceManager
public class CaptureDeviceManager
- extends CaptureDeviceManager
Internal implementation of javax.media.CaptureDeviceManager.
Coding complete.
- Author:
- Ken Larson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptureDeviceManager
public CaptureDeviceManager()
getDevice
public static CaptureDeviceInfo getDevice(java.lang.String deviceName)
getDeviceList
public static java.util.Vector getDeviceList()
getDeviceList
public static java.util.Vector getDeviceList(Format format)
addDevice
public static boolean addDevice(CaptureDeviceInfo newDevice)
removeDevice
public static boolean removeDevice(CaptureDeviceInfo device)
commit
public static void commit()
throws java.io.IOException
- Throws:
java.io.IOException