Struttura PCMWAVEFORMAT (mmreg.h)

La struttura PCMWAVEFORMAT descrive il formato dati per i dati audio waveform PCM. Questa struttura è stata sostituita dalla struttura WAVEFORMATEX .

Sintassi

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

Members

wf

Struttura WAVEFORMAT contenente informazioni generali sul formato dei dati.

wBitsPerSample

Numero di bit per campione.

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione mmreg.h (include Mmreg.h, Windows.h)

Vedi anche

WAVEFORMAT

WAVEFORMATEX

Waveform Audio

Strutture waveform