|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaveFormatEx | |
---|---|
aiff | |
header | |
wav |
Uses of WaveFormatEx in aiff |
---|
Fields in aiff declared as WaveFormatEx | |
---|---|
private WaveFormatEx |
SinusAiff.waveFormatEx
Ein WaveFormatEx-Objekt enthält die Formatdaten der Audiodatei |
Uses of WaveFormatEx in header |
---|
Methods in header with parameters of type WaveFormatEx | |
---|---|
int |
WavFileHeader.readHeader(java.io.RandomAccessFile file,
WaveFormatEx waveFormatEx)
Liest den Waveheader einer Datei und füllt das WaveFormatEx-Objekt mit Daten |
void |
WavFileHeader.writeHeader(java.io.RandomAccessFile file,
WaveFormatEx waveFormatEx)
Schreibt den Waveheader |
void |
AiffFileHeader.writeHeader(java.io.RandomAccessFile file,
WaveFormatEx waveFormatEx,
int numSampleFrames)
|
Uses of WaveFormatEx in wav |
---|
Fields in wav declared as WaveFormatEx | |
---|---|
private WaveFormatEx |
SinusWav.waveFormatEx
Das WaveFormatEx-Objekt enthält die Formatdaten der Audiodatei |
protected WaveFormatEx |
MixWav.waveFormatEx
Das WaveFormatEx-Objekt enthält die Formatdaten der Audiodatei |
protected WaveFormatEx |
AmplifyWav.waveFormatEx
Das WaveFormatEx-Objekt enthält die Formatdaten der Audiodatei |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |