AudioEffect
AudioEffect
AudioEffect
AudioEffect
Class
Definition
Represents an audio effect.
public : sealed class AudioEffect : IAudioEffectpublic sealed class AudioEffect : IAudioEffectPublic NotInheritable Class AudioEffect Implements IAudioEffect// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
The AudioCaptureEffectsManager and AudioRenderEffectsManager classes can be used to discovery the audio processing chain on a device.
See the Audio effects discovery sample for an example of how to query and monitor audio effects on render and capture audio devices.
Properties
AudioEffectType AudioEffectType AudioEffectType AudioEffectType
Gets the type of the audio effect.
public : AudioEffectType AudioEffectType { get; }public AudioEffectType AudioEffectType { get; }Public ReadOnly Property AudioEffectType As AudioEffectType// You can use this property in JavaScript.
The type of the audio effect