PCMWAVEFORMAT  9LW24Q 

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

typedef struct { 

    WAVEFORMAT wf;

    WORD       wBitsPerSample;

} PCMWAVEFORMAT;

 

Members

wf

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

wBitsPerSample

Number of bits per sample.

 

See Also

WAVEFORMAT, WAVEFORMATEX