|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectheader.WaveFormatEx
public class WaveFormatEx
Formatdaten für Wavedateien
Field Summary | |
---|---|
short |
cbSize
Bytelänge von zusätzlichen Formatangaben |
int |
nAvgBytesPerSec
Anzahl der übertragenen Bytes pro Sekunde. |
short |
nBlockAlign
Anzahl der Bytes je Block. |
short |
nChannels
Anzahl der Kanäle (1 = mono, 2 = stereo) |
int |
nSamplesPerSec
Abtastrate (z.B. 32000, 44100 oder 48000 Hz) |
short |
wBitsPerSample
Anzahl der Bits je Sample (8 bei 8-Bit und 16 bei 16-Bit) |
short |
wFormatTag
Kennung des Formats (z.B. 1 für PCM) |
Constructor Summary | |
---|---|
WaveFormatEx()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short cbSize
public int nAvgBytesPerSec
public short nBlockAlign
public short nChannels
public int nSamplesPerSec
public short wBitsPerSample
public short wFormatTag
Constructor Detail |
---|
public WaveFormatEx()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |