// ksmedia.h
typedef struct _tagKSAUDIOENGINE_DEVICECONTROLS {
EDeviceControlUseType Volume;
EDeviceControlUseType Mute;
EDeviceControlUseType PeakMeter;
} KSAUDIOENGINE_DEVICECONTROLS, *PKSAUDIOENGINE_DEVICECONTROLS;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the KSAUDIOENGINE_DEVICECONTROLS structure.
VolumeDefines the EDeviceControlUseType member Volume.
MuteDefines the EDeviceControlUseType member Mute.
PeakMeterDefines the EDeviceControlUseType member PeakMeter.