SIDEBANDAUDIO_ENDPOINT_CAPABILITIES structure (sidebandaudio.h)

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

See also

sidebandaudio.h