Struttura PCMWAVEFORMAT (mmeapi.h)

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

Sintassi

typedef struct pcmwaveformat_tag {
  WAVEFORMAT wf;
  WORD       wBitsPerSample;
} PCMWAVEFORMAT, *PPCMWAVEFORMAT, *NPPCMWAVEFORMAT, *LPPCMWAVEFORMAT;

Members

wf

Struttura WAVEFORMAT contenente informazioni generali sul formato dei dati.

wBitsPerSample

Numero di bit per esempio.

Requisiti

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

Vedi anche

WAVEFORMAT

WAVEFORMATEX

Waveform Audio

Strutture waveform