|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectheader.AiffFileHeader
public class AiffFileHeader
Hilfsklasse für das Schreiben des AIFF-Dateiheaders
Constructor Summary | |
---|---|
AiffFileHeader()
|
Method Summary | |
---|---|
private void |
DoubleToLongDouble(byte[] outputValue,
double inputValue)
Umwandlung von einem 64-Bit double Wert in einen 80-Bit double Wert. |
void |
writeHeader(java.io.RandomAccessFile file,
WaveFormatEx waveFormatEx,
int numSampleFrames)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AiffFileHeader()
Method Detail |
---|
private void DoubleToLongDouble(byte[] outputValue, double inputValue)
outputValue
- Ausgabewert als Byte-Array mit 10 ElementeninputValue
- Eingabewertpublic void writeHeader(java.io.RandomAccessFile file, WaveFormatEx waveFormatEx, int numSampleFrames) throws java.io.IOException
file
- Referenz auf das RandomAccesFile-Objekt (Dateizugriffsfunktionen)waveFormatEx
- Referenz auf die FormatdatennumSampleFrames
- Anzahl der Samples
java.io.IOException
- Wird bei Zugriffsproblemen geworfen
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |