SIDEBANDAUDIO_SIDETONE_DESCRIPTOR structure (sidebandaudio.h)

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

See also

sidebandaudio.h