Uses of Class
header.WaveFormatEx

Packages that use WaveFormatEx
header   
modeling   
 

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 modeling
 

Fields in modeling declared as WaveFormatEx
(package private)  WaveFormatEx AcousticObject.waveFormatEx