AudioGraph.Stop Method

Definition

Stops the audio graph.

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

Windows requirements

App capabilities
backgroundMediaRecording

Remarks

Starting and stopping the audio graph does not affect the state of the individual nodes in the graph. Calling Start on the audio graph causes all nodes that are in the started state to be processed.

Applies to