TwclAudioHardwareFeature Enumeration

The hardware support features for an audio endpoint device.

Namespace: wclAudio
type
 TwclAudioHardwareFeature = (
 hfVolume,
 hfMute,
 hfMeter
 );

The TwclAudioHardwareFeature type exposes the following members.

Show:
 NameDescription
hfMeter

The audio endpoint device supports a hardware peak meter.

hfMute

The audio endpoint device supports a hardware mute control.

hfVolume

The audio endpoint device supports a hardware volume control.

Top