AUDIO_SYSTEMEFFECT_STATE enumeration (audioengineextensionapo.h)
Specifies the state of a System Effects Audio Processing Object (sAPO) audio effect.
Syntax
typedef enum AUDIO_SYSTEMEFFECT_STATE {
AUDIO_SYSTEMEFFECT_STATE_OFF,
AUDIO_SYSTEMEFFECT_STATE_ON
} ;
Constants
AUDIO_SYSTEMEFFECT_STATE_OFF The audio effect is off. |
AUDIO_SYSTEMEFFECT_STATE_ON The audio effect is on. |
Remarks
For more information on the Windows 11 APIs for the Audio Processing Objects (APOs) that can ship with audio drivers, see Windows 11 APIs for Audio Processing Objects.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Header | audioengineextensionapo.h |