Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.device
Class Video4Linux2Auto

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.device.Video4Linux2Auto

public class Video4Linux2Auto
extends Object

Discovers and registers CaptureDevices which implement the Video for Linux Two API Specification with JMF.

Author:
Lyubomir Marinov

Field Summary
static String LOCATOR_PROTOCOL
          The protocol of the MediaLocators identifying CaptureDevice which implement the Video for Linux Two API Specification.
 
Constructor Summary
Video4Linux2Auto()
          Initializes a new Video4Linux2Auto instance which discovers and registers CaptureDevices which implement the Video for Linux Two API Specification with JMF.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCATOR_PROTOCOL

public static final String LOCATOR_PROTOCOL
The protocol of the MediaLocators identifying CaptureDevice which implement the Video for Linux Two API Specification.

See Also:
Constant Field Values
Constructor Detail

Video4Linux2Auto

public Video4Linux2Auto()
                 throws Exception
Initializes a new Video4Linux2Auto instance which discovers and registers CaptureDevices which implement the Video for Linux Two API Specification with JMF.

Throws:
Exception - if anything goes wrong while discovering and registering CaptureDevices which implement the Video for Linux Two API Specification with JMF

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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