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 an audio effect.
Syntax
typedef enum AUDIO_EFFECT_STATE {
AUDIO_EFFECT_STATE_OFF,
AUDIO_EFFECT_STATE_ON
} ;
Constants
AUDIO_EFFECT_STATE_OFFThe audio effect is off. |
AUDIO_EFFECT_STATE_ONThe audio effect is on. |
Remarks
Get the state of an audio effect by calling IAudioEffectsManager::GetAudioEffects and checking the state field of the returned AUDIO_EFFECT structures.
Set the state of an audio effect by calling IAudioEffectsManager::SetAudioEffectState.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Header | audioclient.h |
See also
IAudioEffectsManager::GetAudioEffects