Condividi tramite


SIDEBANDAUDIO_SIDETONE_PARAMS struttura (sidebandaudio.h)

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

Sintassi

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

Members

EpIndex

Indice basato su 0 che indica l'endpoint nel dispositivo.

Immediate

Indica se il valore corrente IOCTL è richiesto o IRP deve essere completato al termine della modifica successiva del valore.

Channel

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

Sidetone

Struttura SIDEBANDAUDIO_SIDETONE_DESCRIPTOR che descrive sidetone nel dispositivo.

Requisiti

Requisito Valore
Intestazione sidebandaudio.h

Vedi anche

sidebandaudio.h

struttura SIDEBANDAUDIO_SIDETONE_DESCRIPTOR