IAudioSystemEffects2 interface
Provides functionality for discovering the effects applied to an APO.
Members
The IAudioSystemEffects2 interface inherits from IAudioSystemEffect. IAudioSystemEffects2 also has these types of members:
Methods
The IAudioSystemEffects2 interface has these methods.
| Method | Description |
|---|---|
| GetEffectsList |
Gets the list of signal processing effects currently active and stores an event to be signaled if the list changes. |
Remarks
APOs support IAudioSystemEffects2 if they support signal processing modes and effects discovery.
When an APO supports this interface, it must accept the APOInitSystemEffects2 structure in its implementation of IAudioProcessingObject::Initialize.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also