Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 973 Bytes

audiodeviceoutputnode_enableeffectsbydefinition_1376948293.md

File metadata and controls

24 lines (17 loc) · 973 Bytes
-api-id -api-type
M:Windows.Media.Audio.AudioDeviceOutputNode.EnableEffectsByDefinition(Windows.Media.Effects.IAudioEffectDefinition)
winrt method

Windows.Media.Audio.AudioDeviceOutputNode.EnableEffectsByDefinition

-description

Enables all effects in the EffectDefinitions list with the specified effect definition.

-parameters

-param definition

The effect definition of the effects to enable.

-remarks

Apply an audio effect to a node by adding an object that implements IAudioEffectDefinition to the EffectDefinitions collection. Disable effects by calling DisableEffectsByDefinition.

-examples

-see-also