|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortAudioException | |
|---|---|
| net.java.sip.communicator.impl.neomedia.portaudio | |
| Uses of PortAudioException in net.java.sip.communicator.impl.neomedia.portaudio |
|---|
| Methods in net.java.sip.communicator.impl.neomedia.portaudio that throw PortAudioException | |
|---|---|
static void |
PortAudio.Pa_AbortStream(long stream)
Terminates audio processing immediately without waiting for pending buffers to complete. |
static void |
PortAudio.Pa_CloseStream(long stream)
Closes an audio stream. |
static int |
PortAudio.Pa_GetDeviceCount()
Retrieve the number of available devices. |
static long |
PortAudio.Pa_OpenStream(long inputParameters,
long outputParameters,
double sampleRate,
long framesPerBuffer,
long streamFlags,
PortAudioStreamCallback streamCallback)
Opens a stream for either input, output or both. |
static void |
PortAudio.Pa_ReadStream(long stream,
byte[] buffer,
long frames)
Read samples from an input stream. |
static void |
PortAudio.Pa_StartStream(long stream)
Commences audio processing. |
static void |
PortAudio.Pa_StopStream(long stream)
Terminates audio processing. |
static void |
PortAudio.Pa_WriteStream(long stream,
byte[] buffer,
int offset,
long frames,
int numberOfWrites)
Writes samples to an output stream. |
static void |
PortAudio.Pa_WriteStream(long stream,
byte[] buffer,
long frames)
Write samples to an output stream. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||