javax.media
Class CaptureDeviceManager
java.lang.Object
javax.media.CaptureDeviceManager
- Direct Known Subclasses:
- CaptureDeviceManager
public class CaptureDeviceManager
- extends java.lang.Object
Standard JMF class -- see this class in the JMF Javadoc.
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(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