SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.portaudio.streams.OutputPortAudioStream

Packages that use OutputPortAudioStream
net.java.sip.communicator.impl.neomedia.portaudio   
net.java.sip.communicator.impl.neomedia.portaudio.streams   
 

Uses of OutputPortAudioStream in net.java.sip.communicator.impl.neomedia.portaudio
 

Methods in net.java.sip.communicator.impl.neomedia.portaudio that return OutputPortAudioStream
 OutputPortAudioStream PortAudioManager.getOutputStream(int deviceIndex, double sampleRate, int channels)
          Creates output stream from the device with given index.
 OutputPortAudioStream PortAudioManager.getOutputStream(int deviceIndex, double sampleRate, int channels, long sampleFormat)
          Creates output stream from the device with given index.
 

Methods in net.java.sip.communicator.impl.neomedia.portaudio with parameters of type OutputPortAudioStream
 void PortAudioManager.closedOutputPortAudioStream(OutputPortAudioStream st)
          Output stream is closed.
 

Uses of OutputPortAudioStream in net.java.sip.communicator.impl.neomedia.portaudio.streams
 

Methods in net.java.sip.communicator.impl.neomedia.portaudio.streams with parameters of type OutputPortAudioStream
 void MasterPortAudioStream.setParams(OutputPortAudioStream out, boolean deNoiseEnabled, boolean echoCancelEnabled, int frameSize, int filterLength)
          Sets parameters to the underlying stream.
 


SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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