PCMWAVEFORMAT

The PCMWAVEFORMAT structure describes the data format for PCM waveform-audio data. This structure has been superseded by the WAVEFORMATEX structure.

typedef struct { 
    WAVEFORMAT wf; 
    WORD       wBitsPerSample; 
} PCMWAVEFORMAT; 
 

Members

wf

A WAVEFORMAT structure containing general information about the format of the data.

wBitsPerSample

Number of bits per sample.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Mmsystem.h; include Windows.h.

See Also

Waveform Audio, Waveform Structures, WAVEFORMAT, WAVEFORMATEX