SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.media.device
Class JmfDeviceDetector

java.lang.Object
  extended by net.java.sip.communicator.impl.media.device.JmfDeviceDetector

public class JmfDeviceDetector
extends Object

Probes for available capture and playback devices and initializes the jmf.properties accordingly.

Author:
Emil Ivov, Ken Larson, Lubomir Marinov

Constructor Summary
JmfDeviceDetector()
          Default constructor - does nothing.
 
Method Summary
static void detectAndConfigureCaptureDevices()
          Detect all devices and complete
static void setupJMF()
          Runs JMFInit the first time the application is started so that capture devices are properly detected and initialized by JMF.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmfDeviceDetector

public JmfDeviceDetector()
Default constructor - does nothing.

Method Detail

setupJMF

public static void setupJMF()
Runs JMFInit the first time the application is started so that capture devices are properly detected and initialized by JMF.


detectAndConfigureCaptureDevices

public static void detectAndConfigureCaptureDevices()
Detect all devices and complete


SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.