PCMWAVEFORMAT structure
Applies to: desktop apps only
The PCMWAVEFORMAT structure describes the data format for PCM waveform-audio data. This structure has been superseded by the WAVEFORMATEX structure.
Syntax
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
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012