Note

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

Access to this page requires authorization. You can try .

AudioGraph.CreateAsync(AudioGraphSettings) 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.

Creates an audio graph with specific settings.

public:
 static IAsyncOperation<CreateAudioGraphResult ^> ^ CreateAsync(AudioGraphSettings ^ settings);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<CreateAudioGraphResult> CreateAsync(AudioGraphSettings const& settings);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<CreateAudioGraphResult> CreateAsync(AudioGraphSettings settings);
function createAsync(settings)
Public Shared Function CreateAsync (settings As AudioGraphSettings) As IAsyncOperation(Of CreateAudioGraphResult)

Parameters

settings
AudioGraphSettings

An AudioGraphSettings object representing the source audio file.

Returns

When this operation completes, a CreateAudioGraphResult object is returned.

Attributes

Windows requirements

Requirements Description
App capabilities
backgroundMediaRecording

Applies to


Feedback

Was this page helpful?