Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AudioFileOutputNode.Stop Method

Definition

Namespace:
Windows.Media.Audio

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Stops the audio file output node.

public:
 virtual void Stop() = Stop;
void Stop();
public void Stop();
function stop()
Public Sub Stop ()

Implements

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.

Applies to


Feedback

Was this page helpful?