PCMWAVEFORMAT
PCMWAVEFORMAT
Defines the format of PCM waveform-audio data.
typedef struct pcmwaveformat_tag {
WAVEFORMAT wf;
WORD wBitsPerSample;
} PCMWAVEFORMAT, *PPCMWAVEFORMAT, NEAR *NPPCMWAVEFORMAT, FAR *LPPCMWAVEFORMAT;
Members
- wf
WAVEFORMAT structure that describes the format of waveform-audio data. - wBitsPerSample
Number of bits per sample.
Requirements
Header: Declared in Audiodefs.h.