Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_OFFThe audio effect is off. |
AUDIO_SYSTEMEFFECT_STATE_ONThe 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 |