Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AudioMixerPushBufferStream
net.java.sip.communicator.impl.neomedia.conference   
 

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

Methods in net.java.sip.communicator.impl.neomedia.conference that return AudioMixerPushBufferStream
(package private)  AudioMixerPushBufferStream AudioMixer.getOutputStream()
          Gets the AudioMixerPushBufferStream, first creating it if it does not exist already, which reads data from the input DataSources of this AudioMixer and pushes it to output AudioMixingPushBufferStreams for audio mixing.
 

Methods in net.java.sip.communicator.impl.neomedia.conference with parameters of type AudioMixerPushBufferStream
(package private)  void AudioMixer.start(AudioMixerPushBufferStream outputStream)
          Starts the input DataSources of this AudioMixer.
(package private)  void AudioMixer.stop(AudioMixerPushBufferStream outputStream)
          Stops the input DataSources of this AudioMixer.
 

Constructors in net.java.sip.communicator.impl.neomedia.conference with parameters of type AudioMixerPushBufferStream
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.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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