// sidebandaudio.h
typedef struct _SIDEBANDAUDIO_ENDPOINT_CAPABILITIES {
BOOL Volume;
BOOL Mute;
BOOL Sidetone;
BOOL Feedback;
} SIDEBANDAUDIO_ENDPOINT_CAPABILITIES;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_ENDPOINT_CAPABILITIES structure describes the capabilities of the sideband audio endpoint driver.
VolumeIndicates if Volume is supported on the endpoint.
MuteIndicates if Mute is supported on the endpoint.
SidetoneIndicates if Sidetone is supported on the endpoint.
FeedbackIndicates if Feedback is supported on the endpoint.
| Header | sidebandaudio.h |