// sidebandaudio.h
typedef struct _SIDEBANDAUDIO_SIDETONE_DESCRIPTOR {
LONG Volume;
BOOL Mute;
} SIDEBANDAUDIO_SIDETONE_DESCRIPTOR, *PSIDEBANDAUDIO_SIDETONE_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_SIDETONE_DESCRIPTOR structure describes mute and volume components of the sidetone topology.
VolumeDescribes if Volume is supported on the endpoint.
MuteIndicates if Mute is supported with sidetone.
| Header | sidebandaudio.h |