Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AbstractPushBufferStream
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.quicktime   
 

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

Methods in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol that return AbstractPushBufferStream
protected abstract  AbstractPushBufferStream AbstractPushBufferCaptureDevice.createStream(int streamIndex, javax.media.control.FormatControl formatControl)
          Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
 

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

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

Methods in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow that return AbstractPushBufferStream
protected  AbstractPushBufferStream DataSource.createStream(int streamIndex, javax.media.control.FormatControl formatControl)
          Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
 

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

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

Methods in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime that return AbstractPushBufferStream
protected  AbstractPushBufferStream DataSource.createStream(int streamIndex, javax.media.control.FormatControl formatControl)
          Creates a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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