Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 861 Bytes

audiofileoutputnode_consumeinput.md

File metadata and controls

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

Windows.Media.Audio.AudioFileOutputNode.ConsumeInput

-description

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

-property-value

True if the audio file 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