Click or drag to resize

wclAudioHardwareFeature Enumeration

The hardware support features for an audio endpoint device.

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
[FlagsAttribute]
public enum wclAudioHardwareFeature
Members
Member nameValueDescription
hfVolume1 The audio endpoint device supports a hardware volume control.
hfMute2 The audio endpoint device supports a hardware mute control.
hfMeter4 The audio endpoint device supports a hardware peak meter.
See Also