// sidebandaudio.h
typedef struct _SIDEBANDAUDIO_SIDETONE_PARAMS {
ULONG EpIndex;
BOOL Immediate;
LONG Channel;
SIDEBANDAUDIO_SIDETONE_DESCRIPTOR Sidetone;
} SIDEBANDAUDIO_SIDETONE_PARAMS, *PSIDEBANDAUDIO_SIDETONE_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_SIDETONE_PARAMS structure describes the endpoint index and sidetone value.
EpIndex0 based index indicating the Endpoint on device.
ImmediateIndicates whether IOCTL current value is requested or IRP should complete upon next change in value.
ChannelSidetone Volume and Mute per channel. Set as ULONG(-1) if channel specific sidetone values are not required.
SidetoneA SIDEBANDAUDIO_SIDETONE_DESCRIPTOR structure that describes the Sidetone on the device.
| Header | sidebandaudio.h |
SIDEBANDAUDIO_SIDETONE_DESCRIPTOR structure