Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SIDEBANDAUDIO_ENDPOINT_CAPABILITIES structure describes the capabilities of the sideband audio endpoint driver.
Syntax
typedef struct _SIDEBANDAUDIO_ENDPOINT_CAPABILITIES {
BOOL Volume;
BOOL Mute;
BOOL Sidetone;
BOOL Feedback;
} SIDEBANDAUDIO_ENDPOINT_CAPABILITIES;
Members
Volume
Indicates if Volume is supported on the endpoint.
Mute
Indicates if Mute is supported on the endpoint.
Sidetone
Indicates if Sidetone is supported on the endpoint.
Feedback
Indicates if Feedback is supported on the endpoint.
Requirements
Requirement | Value |
---|---|
Header | sidebandaudio.h |