PCMWAVEFORMAT
The PCMWAVEFORMAT
structure describes the data format for PCM waveform-audio data. This structure
has been superseded by the WAVEFORMATEX
typedef struct {
WAVEFORMAT
wf;
WORD
wBitsPerSample;
} PCMWAVEFORMAT;
Members
wf
A WAVEFORMAT
wBitsPerSample
Number of
bits per sample.
See Also