IAudioEffectsManager::UnregisterAudioEffectsChangedNotificationCallback method (audioclient.h)

Unregisters an IAudioEffectsChangedNotificationClient interface.

Syntax

HRESULT UnregisterAudioEffectsChangedNotificationCallback(
  IAudioEffectsChangedNotificationClient *client
);

Parameters

client

The IAudioEffectsChangedNotificationClient interface to unregister.

Return value

Value Description
S_OK Success
AUDCLNT_E_DEVICE_INVALIDATED The associated audio stream has been destroyed.

Remarks

Register the callback interface by calling RegisterAudioEffectsChangedNotificationCallback.

Requirements

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