Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice

Packages that use AbstractMediaDevice
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.neomedia.device   
 

Uses of AbstractMediaDevice in net.java.sip.communicator.impl.neomedia
 

Methods in net.java.sip.communicator.impl.neomedia that return AbstractMediaDevice
 AbstractMediaDevice MediaStreamImpl.getDevice()
          Gets the MediaDevice that this stream uses to play back and capture media.
 

Uses of AbstractMediaDevice in net.java.sip.communicator.impl.neomedia.device
 

Subclasses of AbstractMediaDevice in net.java.sip.communicator.impl.neomedia.device
 class AudioMediaDeviceImpl
          Extends MediaDeviceImpl with audio-specific functionality.
 class AudioMixerMediaDevice
          Implements a MediaDevice which performs audio mixing using AudioMixer.
 class MediaDeviceImpl
          Implements MediaDevice for the JMF CaptureDevice.
 class VideoTranslatorMediaDevice
          Implements a MediaDevice which is to be used in video conferencing implemented with an RTP translator.
 

Methods in net.java.sip.communicator.impl.neomedia.device that return AbstractMediaDevice
 AbstractMediaDevice MediaDeviceSession.getDevice()
          Gets the MediaDevice associated with this instance and the work of a MediaStream with which is represented by it.
 

Methods in net.java.sip.communicator.impl.neomedia.device with parameters of type AbstractMediaDevice
protected  void MediaDeviceSession.checkDevice(AbstractMediaDevice device)
          Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.
protected  void VideoMediaDeviceSession.checkDevice(AbstractMediaDevice device)
          Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.
 

Constructors in net.java.sip.communicator.impl.neomedia.device with parameters of type AbstractMediaDevice
AudioMediaDeviceSession(AbstractMediaDevice device)
          Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.
MediaDeviceSession(AbstractMediaDevice device)
          Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.
VideoMediaDeviceSession(AbstractMediaDevice device)
          Initializes a new VideoMediaDeviceSession instance which is to represent the work of a MediaStream with a specific video MediaDevice.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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