Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource

Packages that use AudioMixingPushBufferDataSource
net.java.sip.communicator.impl.neomedia.conference   
net.java.sip.communicator.impl.neomedia.device   
 

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

Fields in net.java.sip.communicator.impl.neomedia.conference declared as AudioMixingPushBufferDataSource
 AudioMixingPushBufferDataSource InputDataSourceDesc.outputDataSource
          The AudioMixingPushBufferDataSource in which the mix contributions of InputDataSourceDesc.inputDataSource are to not be included.
 

Methods in net.java.sip.communicator.impl.neomedia.conference that return AudioMixingPushBufferDataSource
 AudioMixingPushBufferDataSource AudioMixer.createOutputDataSource()
          Creates a new AudioMixingPushBufferDataSource which gives access to a single audio stream representing the mix of the audio streams input into this AudioMixer through its input DataSources.
 AudioMixingPushBufferDataSource AudioMixingPushBufferStream.getDataSource()
          Gets the AudioMixingPushBufferDataSource which created and owns this instance and defines the input data which is to not be mixed in the output of this PushBufferStream.
 AudioMixingPushBufferDataSource AudioMixer.getLocalOutputDataSource()
          Gets the AudioMixingPushBufferDataSource containing the mix of all input DataSources excluding the CaptureDevice of this AudioMixer and is thus meant for playback on the local peer in a call.
 AudioMixingPushBufferDataSource InputStreamDesc.getOutputDataSource()
          Gets the AudioMixingPushBufferDataSource in which the mix contribution of the SourceStream described by this instance is to not be included.
 

Methods in net.java.sip.communicator.impl.neomedia.conference with parameters of type AudioMixingPushBufferDataSource
(package private)  void AudioMixer.addInputDataSource(javax.media.protocol.DataSource inputDataSource, AudioMixingPushBufferDataSource outputDataSource)
          Adds a new input DataSource to the collection of input DataSources from which this instance reads audio.
 

Constructors in net.java.sip.communicator.impl.neomedia.conference with parameters of type AudioMixingPushBufferDataSource
AudioMixingPushBufferStream(AudioMixerPushBufferStream audioMixerStream, AudioMixingPushBufferDataSource dataSource)
          Initializes a new AudioMixingPushBufferStream mixing the input data of a specific AudioMixerPushBufferStream and excluding from the mix the audio contributions of a specific AudioMixingPushBufferDataSource.
InputDataSourceDesc(javax.media.protocol.DataSource inputDataSource, AudioMixingPushBufferDataSource outputDataSource)
          Initializes a new InputDataSourceDesc instance which is to describe additional information about a specific input DataSource of an AudioMixer.
 

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

Methods in net.java.sip.communicator.impl.neomedia.device that return AudioMixingPushBufferDataSource
 AudioMixingPushBufferDataSource AudioMixerMediaDevice.createOutputDataSource()
          Creates a DataSource instance for this MediaDevice which gives access to the captured media.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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