public class AudioSinkWants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
channels |
private int |
samplesPerSec |
| Constructor and Description |
|---|
AudioSinkWants() |
AudioSinkWants(int samplesPerSec,
int channels) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannels() |
int |
getSamplesPerSec() |
void |
setChannels(int channels) |
void |
setSamplesPerSec(int samplesPerSec) |