Share via


estructura SIDEBANDAUDIO_SIDETONE_PARAMS (sidebandaudio.h)

La estructura SIDEBANDAUDIO_SIDETONE_PARAMS describe el índice del punto de conexión y el valor de tono lateral.

Sintaxis

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

Miembros

EpIndex

Índice basado en 0 que indica el punto de conexión en el dispositivo.

Immediate

Indica si se solicita el valor actual de IOCTL o IRP debe completarse tras el siguiente cambio en el valor.

Channel

Volumen de tono lateral y Silenciar por canal. Se establece como ULONG(-1) si no se requieren valores de tono lateral específicos del canal.

Sidetone

Estructura SIDEBANDAUDIO_SIDETONE_DESCRIPTOR que describe el tono lateral en el dispositivo.

Requisitos

Requisito Valor
Header sidebandaudio.h

Consulte también

sidebandaudio.h

estructura de SIDEBANDAUDIO_SIDETONE_DESCRIPTOR