SIDEBANDAUDIO_ENDPOINT_CAPABILITIES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sidebandaudio-_sidebandaudio_endpoint_capabilities)

_SIDEBANDAUDIO_ENDPOINT_CAPABILITIES structure

Description

The SIDEBANDAUDIO_ENDPOINT_CAPABILITIES structure describes the capabilities of the sideband audio endpoint driver.

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.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h