CreateMediaSourceAudioInputNodeResult Class

Definition

Represents the result of attempting to create a MediaSourceAudioInputNode.

public ref class CreateMediaSourceAudioInputNodeResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CreateMediaSourceAudioInputNodeResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CreateMediaSourceAudioInputNodeResult
Public NotInheritable Class CreateMediaSourceAudioInputNodeResult
Inheritance
Object Platform::Object IInspectable CreateMediaSourceAudioInputNodeResult
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

Get an instance of this class by calling AudioGraph.CreateMediaSourceAudioInputNodeAsync. Check the Status property to determine if the node was successfully created, and if so, get the instance of the node with the Node property.

Version history

Windows version SDK version Value added
1809 17763 ExtendedError

Properties

ExtendedError

Gets the extended error code associated with the creation of a MediaSourceAudioInputNode object.

Node

Gets the MediaSource audio input node.

Status

Gets the result status of an operation to create a MediaSourceAudioInputNode with a call to AudioGraph.CreateMediaSourceAudioInputNodeAsync.

Applies to