struttura SIDEBANDAUDIO_ENDPOINT_CAPABILITIES (sidebandaudio.h)
La struttura SIDEBANDAUDIO_ENDPOINT_CAPABILITIES descrive le funzionalità del driver dell'endpoint audio sideband.
Sintassi
typedef struct _SIDEBANDAUDIO_ENDPOINT_CAPABILITIES {
BOOL Volume;
BOOL Mute;
BOOL Sidetone;
BOOL Feedback;
} SIDEBANDAUDIO_ENDPOINT_CAPABILITIES;
Membri
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.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | sidebandaudio.h |