Note

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

Access to this page requires authorization. You can try .

AudioGraph.CreateDeviceOutputNodeAsync 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 a new AudioDeviceOutputNode that outputs audio data from the audio graph to the system's default output device, such as speakers or headphones.

public:
 virtual IAsyncOperation<CreateAudioDeviceOutputNodeResult ^> ^ CreateDeviceOutputNodeAsync() = CreateDeviceOutputNodeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CreateAudioDeviceOutputNodeResult> CreateDeviceOutputNodeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CreateAudioDeviceOutputNodeResult> CreateDeviceOutputNodeAsync();
function createDeviceOutputNodeAsync()
Public Function CreateDeviceOutputNodeAsync () As IAsyncOperation(Of CreateAudioDeviceOutputNodeResult)

Returns

An asynchronous operation that returns a CreateAudioDeviceOutputNodeResult on completion. This object exposes a Status property, that indicates either that the operation was successful or the reason why the operation failed. The DeviceOutputNode property provides a reference to the created output node on success.

Attributes

Windows requirements

Requirements Description
App capabilities
backgroundMediaRecording

Applies to


Feedback

Was this page helpful?