SIDEBANDAUDIO_SIDETONE_DESCRIPTOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sidebandaudio.h

typedef struct _SIDEBANDAUDIO_SIDETONE_DESCRIPTOR {
  LONG Volume;
  BOOL Mute;
} SIDEBANDAUDIO_SIDETONE_DESCRIPTOR, *PSIDEBANDAUDIO_SIDETONE_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SIDEBANDAUDIO_SIDETONE_DESCRIPTOR structure

Description

The SIDEBANDAUDIO_SIDETONE_DESCRIPTOR structure describes mute and volume components of the sidetone topology.

Members

Volume

Describes if Volume is supported on the endpoint.

Mute

Indicates if Mute is supported with sidetone.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h