Condividi tramite


struttura SIDEBANDAUDIO_ENDPOINT_CAPABILITIES (sidebandaudio.h)

La struttura SIDEBANDAUDIO_ENDPOINT_CAPABILITIES descrive le funzionalità del driver dell'endpoint audio a banda laterale.

Sintassi

typedef struct _SIDEBANDAUDIO_ENDPOINT_CAPABILITIES {
  BOOL Volume;
  BOOL Mute;
  BOOL Sidetone;
  BOOL Feedback;
} SIDEBANDAUDIO_ENDPOINT_CAPABILITIES;

Members

Volume

Indica se Volume è supportato nell'endpoint.

Mute

Indica se l'audio è supportato nell'endpoint.

Sidetone

Indica se Sidetone è supportato nell'endpoint.

Feedback

Indica se il feedback è supportato nell'endpoint.

Requisiti

Requisito Valore
Intestazione sidebandaudio.h

Vedi anche

sidebandaudio.h