Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

Methods in net.java.sip.communicator.impl.neomedia that return MediaDeviceSession
 MediaDeviceSession MediaStreamImpl.getDeviceSession()
          Gets the MediaDeviceSession which represents the work of this MediaStream with its associated MediaDevice.
 

Methods in net.java.sip.communicator.impl.neomedia with parameters of type MediaDeviceSession
protected  void MediaStreamImpl.deviceSessionChanged(MediaDeviceSession oldValue, MediaDeviceSession newValue)
          Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
protected  void VideoMediaStreamImpl.deviceSessionChanged(MediaDeviceSession oldValue, MediaDeviceSession newValue)
          Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
 

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

Subclasses of MediaDeviceSession in net.java.sip.communicator.impl.neomedia.device
 class AudioMediaDeviceSession
          Extends MediaDeviceSession to add audio-specific functionality.
 class VideoMediaDeviceSession
          Extends MediaDeviceSession to add video-specific functionality.
 

Methods in net.java.sip.communicator.impl.neomedia.device that return MediaDeviceSession
 MediaDeviceSession AudioMixerMediaDevice.createSession()
          Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.
 MediaDeviceSession VideoTranslatorMediaDevice.createSession()
          Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.
 MediaDeviceSession AbstractMediaDevice.createSession()
          Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.
 

Methods in net.java.sip.communicator.impl.neomedia.device with parameters of type MediaDeviceSession
 void MediaDeviceSession.copyPlayback(MediaDeviceSession deviceSession)
          Copies the playback part of a specific MediaDeviceSession into this instance.
 void AudioMediaDeviceSession.copyPlayback(MediaDeviceSession deviceSession)
          Copies the playback part of a specific MediaDeviceSession into this instance.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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