Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream

Packages that use AbstractBufferStream
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol   
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   
 

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

Classes in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol with type parameters of type AbstractBufferStream
 class AbstractBufferCaptureDevice<AbstractBufferStreamT extends AbstractBufferStream>
          Facilitates the implementations of the CaptureDevice and DataSource interfaces provided by AbstractPullBufferCaptureDevice and AbstractPushBufferCaptureDevice.
 

Subclasses of AbstractBufferStream in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
 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.
 

Methods in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol that return AbstractBufferStream
protected  AbstractBufferStream[] AbstractPullBufferCaptureDevice.streams()
          Gets the internal array of AbstractPushBufferStreams through which this AbstractPushBufferCaptureDevice gives access to its media data.
protected  AbstractBufferStream[] AbstractPushBufferCaptureDevice.streams()
          Gets the internal array of AbstractPushBufferStreams through which this AbstractPushBufferCaptureDevice gives access to its media data.
(package private)  AbstractBufferStream[] AbstractBufferCaptureDevice.streams()
          Gets the internal array of AbstractBufferStreams through which this AbstractBufferCaptureDevice gives access to its media data.
 

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

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

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

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

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

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

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

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

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

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


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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