Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.control.AbstractControls

Packages that use AbstractControls
net.java.sip.communicator.impl.neomedia.audiolevel   
net.java.sip.communicator.impl.neomedia.conference   
net.java.sip.communicator.impl.neomedia.control   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime   
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2   
net.java.sip.communicator.impl.neomedia.jmfext.media.renderer   
net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio   
net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video   
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.audiolevel
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.audiolevel
 class AudioLevelEffect
          An effect that would pass data to the AudioLevelEventDispatcher so that it would calculate levels and dispatch changes to interested parties.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.conference
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.conference
(package private)  class AudioMixerPushBufferStream
          Represents a PushBufferStream which reads data from the SourceStreams of the input DataSources of the associated AudioMixer and pushes it to AudioMixingPushBufferStreams for audio mixing.
 class AudioMixingPushBufferStream
          Represents a PushBufferStream containing the result of the audio mixing of DataSources.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.control
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.control
 class ControlsAdapter
          Provides a default implementation of Controls which does not expose any controls.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
(package private)  class AbstractBufferStream
          Provides a base implementation of SourceStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
 class AbstractPullBufferStream
          Provides a base implementation of PullBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
 class AbstractPushBufferStream
          Provides a base implementation of PushBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
 class AbstractVideoPullBufferStream
          Provides a base implementation of PullBufferStream for video in order to facilitate implementers by taking care of boilerplate in the most common cases.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa
 class AlsaStream
          low-latency ALSA access through JNI wrapper
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow
 class DirectShowStream
          Implements a PushBufferStream using DirectShow.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming
 class ImageStream
          The stream used by JMF for our image streaming.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio
 class PortAudioStream
          Implements PullBufferStream for PortAudio.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime
 class QuickTimeStream
          Implements a PushBufferStream using QuickTime/QTKit.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2
 class Video4Linux2Stream
          Implements a PullBufferStream using the Video for Linux Two API Specification.
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer
 class AbstractRenderer<InputFormatT extends Format>
          Provides an abstract base implementation of Renderer in order to facilitate extenders
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio
 class PortAudioRenderer
          Implements an audio Renderer which uses PortAudio.
 class PulseAudioRenderer
           
 

Uses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video
 

Subclasses of AbstractControls in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video
 class JAWTRenderer
          Implements a VideoRenderer which uses JAWT to perform native painting in an AWT or Swing Component.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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