AudioGraph.CreateBatchUpdater Method

Definition

Creates a new AudioGraphBatchUpdater for the AudioGraph which causes all subsequent modifications to all nodes in the audio graph to be accumulated and then committed once your app closes or disposes of the batch updater object.

public:
 virtual AudioGraphBatchUpdater ^ CreateBatchUpdater() = CreateBatchUpdater;
AudioGraphBatchUpdater CreateBatchUpdater();
public AudioGraphBatchUpdater CreateBatchUpdater();
function createBatchUpdater()
Public Function CreateBatchUpdater () As AudioGraphBatchUpdater

Returns

A new batch updater for the audio graph.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
backgroundMediaRecording

Applies to