Uses of Class
org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Packages that use AudioMixingPushBufferDataSource Package Description org.jitsi.impl.neomedia.conference org.jitsi.impl.neomedia.device -
-
Uses of AudioMixingPushBufferDataSource in org.jitsi.impl.neomedia.conference
Methods in org.jitsi.impl.neomedia.conference that return AudioMixingPushBufferDataSource Modifier and Type Method Description AudioMixingPushBufferDataSourceAudioMixer. createOutDataSource()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.AudioMixingPushBufferDataSourceAudioMixingPushBufferStream. 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.AudioMixingPushBufferDataSourceAudioMixer. getLocalOutDataSource()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. -
Uses of AudioMixingPushBufferDataSource in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return AudioMixingPushBufferDataSource Modifier and Type Method Description AudioMixingPushBufferDataSourceAudioMixerMediaDevice. createOutputDataSource()Creates a DataSource instance for this MediaDevice which gives access to the captured media.
-