KSAUDIOENGINE_DEVICECONTROLS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct _tagKSAUDIOENGINE_DEVICECONTROLS {
  EDeviceControlUseType Volume;
  EDeviceControlUseType Mute;
  EDeviceControlUseType PeakMeter;
} KSAUDIOENGINE_DEVICECONTROLS, *PKSAUDIOENGINE_DEVICECONTROLS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksaudioengine_devicecontrols)

Description

Describes the KSAUDIOENGINE_DEVICECONTROLS structure.

Members

Volume

Defines the EDeviceControlUseType member Volume.

Mute

Defines the EDeviceControlUseType member Mute.

PeakMeter

Defines the EDeviceControlUseType member PeakMeter.

Remarks

See also