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_SIDETONE_DESCRIPTOR structure describes mute and volume components of the sidetone topology.
Syntax
typedef struct _SIDEBANDAUDIO_SIDETONE_DESCRIPTOR {
LONG Volume;
BOOL Mute;
} SIDEBANDAUDIO_SIDETONE_DESCRIPTOR, *PSIDEBANDAUDIO_SIDETONE_DESCRIPTOR;
Members
Volume
Describes if Volume is supported on the endpoint.
Mute
Indicates if Mute is supported with sidetone.
Requirements
Requirement | Value |
---|---|
Header | sidebandaudio.h |