Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 871 Bytes

audiodeviceoutputnode_consumeinput.md

File metadata and controls

23 lines (16 loc) · 871 Bytes
-api-id -api-type
P:Windows.Media.Audio.AudioDeviceOutputNode.ConsumeInput
winrt property

Windows.Media.Audio.AudioDeviceOutputNode.ConsumeInput

-description

Gets or sets a value indicating if the audio device output node consumes input.

-property-value

True if the audio device output node consumes input, and false otherwise.

-remarks

You can stop all audio processing of a node by calling Stop. Set ConsumeInput to false to mute the input of the node instead. This can be useful in scenarios such as when the node has an effect with a decay applied, such as delay or reverb. Setting ConsumeInput to false will stop the node from consuming audio data while allowing effects to continue processing.

-examples

-see-also