IAudioEffectsChangedNotificationClient interface (audioclient.h)

A callback interface allows applications to receive notifications when the list of audio effects for the associated audio stream changes or when the resources needed to enable an effect changes, i.e. when the value of the canSetState field of the associated AUDIO_EFFECT changes.

Inheritance

The IAudioEffectsChangedNotificationClient interface inherits from the IUnknown interface.

Methods

The IAudioEffectsChangedNotificationClient interface has these methods.

 
IAudioEffectsChangedNotificationClient::OnAudioEffectsChanged

Called by the system when the list of audio effects changes or the resources needed to enable an effect changes.

Remarks

Register the callback interface by calling IAudioEffectsManager::RegisterAudioEffectsChangedNotificationCallback.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Header audioclient.h

See also

AUDIO_EFFECT

IAudioEffectsManager::RegisterAudioEffectsChangedNotificationCallback