public class SampleAudioFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
bigEndian |
int |
bitDepth |
int |
channels |
float |
sampleRate |
boolean |
signed |
Constructor and Description |
---|
SampleAudioFormat(float sampleRate,
int bitDepth,
int channels) |
SampleAudioFormat(float sampleRate,
int bitDepth,
int channels,
boolean signed,
boolean bigEndian) |