Windows Multimedia DDK (mddkqh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PCMWAVEFORMAT
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
PCMWAVEFORMAT
 
        The PCMWAVEFORMAT structure describes the data format for PCM
        waveform data.
 
        typedef struct pcmwaveformat_tag {
            WAVEFORMAT wf;
            WORD wBitsPerSample;
        } PCMWAVEFORMAT;
 
Fields
        WAVEFORMAT wf
            Specifies a WAVEFORMAT structure containing general
            information about the format of the waveform data.
 
        WORD wBitsPerSample
            Specifies the number of bits per sample.
 
See also
        WAVEFORMAT
 
                                       -♦-