|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortAudioException | |
|---|---|
| net.java.sip.communicator.impl.media.protocol.portaudio | |
| net.java.sip.communicator.impl.media.protocol.portaudio.streams | |
| Uses of PortAudioException in net.java.sip.communicator.impl.media.protocol.portaudio |
|---|
| Methods in net.java.sip.communicator.impl.media.protocol.portaudio that throw PortAudioException | |
|---|---|
InputPortAudioStream |
PortAudioManager.getInputStream(int deviceIndex,
double sampleRate,
int channels)
Creates input stream from the device with given index. |
static PortAudioManager |
PortAudioManager.getInstance()
Gets the only instance of PortAudioManager, if its not already created will be created. |
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. |
static void |
PortAudio.initialize()
Used to initialize the portaudio lib. |
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,
long frames)
Write samples to an output stream. |
(package private) void |
DSAudioStream.start()
Starts the stream operation |
(package private) void |
DSAudioStream.stop()
Stops the stream operation. |
| Uses of PortAudioException in net.java.sip.communicator.impl.media.protocol.portaudio.streams |
|---|
| Methods in net.java.sip.communicator.impl.media.protocol.portaudio.streams that throw PortAudioException | |
|---|---|
byte[] |
InputPortAudioStream.read()
Block and read a buffer from the stream if there is no buffer. |
byte[] |
MasterPortAudioStream.read()
Block and read a buffer from the stream. |
void |
OutputPortAudioStream.start()
Starts the stream operation |
void |
InputPortAudioStream.start()
Starts the stream. |
(package private) void |
MasterPortAudioStream.start(InputPortAudioStream slave)
Starts the stream operation if not already started and stores the slave inputstream that starts us. |
void |
OutputPortAudioStream.stop()
Stops the stream operation. |
void |
InputPortAudioStream.stop()
Stops the stream. |
(package private) void |
MasterPortAudioStream.stop(InputPortAudioStream slave)
Stops the PortAudio stream if requested by the last stream that uses us. |
void |
OutputPortAudioStream.write(byte[] buffer)
We will split everything into parts of PortAudioManager.NUM_SAMPLES. |
| Constructors in net.java.sip.communicator.impl.media.protocol.portaudio.streams that throw PortAudioException | |
|---|---|
MasterPortAudioStream(int deviceIndex,
double sampleRate,
int channels)
Creates new stream. |
|
OutputPortAudioStream(int deviceIndex,
double sampleRate,
int channels)
Creates output stream. |
|
OutputPortAudioStream(int deviceIndex,
double sampleRate,
int channels,
long sampleFormat)
Creates output stream. |
|
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||