// acxelements.h
typedef enum _ACX_CONSTRICTOR_OPTION {
AcxConstrictorOptionNone,
AcxConstrictorOptionMute
} ACX_CONSTRICTOR_OPTION;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_CONSTRICTOR_OPTION enumeration defines the options for the loopback protection status of a stream audio engine node.
AcxConstrictorOptionNoneThis is the default state for the loopback protection status of a stream. When all active streams are in this state it indicates that the loopback tap contains meaningful data.
AcxConstrictorOptionMuteWhen an active stream is in this state it indicates that the loopback tap for the audio output will emit silence.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.