Condividi tramite


struttura SIDEBANDAUDIO_SIDETONE_PARAMS (sidebandaudio.h)

La struttura SIDEBANDAUDIO_SIDETONE_PARAMS descrive l'indice dell'endpoint e il valore della proprietà sidetone.

Sintassi

typedef struct _SIDEBANDAUDIO_SIDETONE_PARAMS {
  ULONG                             EpIndex;
  BOOL                              Immediate;
  LONG                              Channel;
  SIDEBANDAUDIO_SIDETONE_DESCRIPTOR Sidetone;
} SIDEBANDAUDIO_SIDETONE_PARAMS, *PSIDEBANDAUDIO_SIDETONE_PARAMS;

Membri

EpIndex

Indice in base 0 che indica l'endpoint nel dispositivo.

Immediate

Indica se il valore corrente IOCTL è richiesto o se IRP deve essere completato al successivo cambiamento del valore.

Channel

Volume laterale e Disattiva audio per canale. Impostare come ULONG(-1) se non sono necessari valori di sidetone specifici del canale.

Sidetone

Struttura SIDEBANDAUDIO_SIDETONE_DESCRIPTOR che descrive la proprietà Sidetone nel dispositivo.

Fabbisogno

Requisito Valore
intestazione sidebandaudio.h

Vedere anche

sidebandaudio.h

SIDEBANDAUDIO_SIDETONE_DESCRIPTOR struttura