javax.media
Class CaptureDeviceManager

java.lang.Object
  extended by 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

Constructor Summary
CaptureDeviceManager()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptureDeviceManager

public CaptureDeviceManager()
Method Detail

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