Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 771 Bytes

audiofileoutputnode_stop_1201535524.md

File metadata and controls

22 lines (15 loc) · 771 Bytes
-api-id -api-type
M:Windows.Media.Audio.AudioFileOutputNode.Stop
winrt method

Windows.Media.Audio.AudioFileOutputNode.Stop

-description

Stops the audio file output node.

-remarks

To mute the input of the node, while allowing audio processing to continue, set the ConsumeInput property to false. This is useful when effects with decay, such as reverb or delay, are applied to the node because effect processing will continue after the input is muted. Calling Stop immediately stops all processing for the node, including effects.

To stop all processing for all nodes of the graph, call AudioGraph.Stop.

-examples

-see-also