PortAudio 2.0
Data Fields
com.portaudio.StreamParameters Class Reference

Data Fields

int device = 0
 
int channelCount = 2
 
int sampleFormat = PortAudio.FORMAT_FLOAT_32
 
double suggestedLatency = 0.050
 

Detailed Description

Equivalent to PaStreamParameters

See also
PortAudio
Author
Phil Burk

Definition at line 51 of file StreamParameters.java.

Field Documentation

◆ channelCount

int com.portaudio.StreamParameters.channelCount = 2

Definition at line 54 of file StreamParameters.java.

◆ device

int com.portaudio.StreamParameters.device = 0

Definition at line 53 of file StreamParameters.java.

◆ sampleFormat

int com.portaudio.StreamParameters.sampleFormat = PortAudio.FORMAT_FLOAT_32

Definition at line 55 of file StreamParameters.java.

◆ suggestedLatency

double com.portaudio.StreamParameters.suggestedLatency = 0.050

Definition at line 56 of file StreamParameters.java.


The documentation for this class was generated from the following file:

Generated for PortAudio by  doxygen1.9.2