IAudioSystemEffects3::SetAudioSystemEffectState method (audioengineextensionapo.h)
Implemented by System Effects Audio Processing Object (sAPO) audio effects to allow the caller to set the state of effects.
Syntax
HRESULT SetAudioSystemEffectState(
GUID effectId,
AUDIO_SYSTEMEFFECT_STATE state
);
Parameters
effectId
The GUID identifier for an audio effect. Audio effect GUIDs are defined in ksmedia.h.
state
A value from the AUDIO_SYSTEMEFFECT_STATE enumerating specifying the state to set.
Return value
An HRESULT.
Requirements
| Minimum supported client | Windows Build 22000 |
| Header | audioengineextensionapo.h |