Note

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

Access to this page requires authorization. You can try .

CreateMediaSourceAudioInputNodeResult.Node Property

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.

Gets the MediaSource audio input node.

public:
 property MediaSourceAudioInputNode ^ Node { MediaSourceAudioInputNode ^ get(); };
MediaSourceAudioInputNode Node();
public MediaSourceAudioInputNode Node { get; }
var mediaSourceAudioInputNode = createMediaSourceAudioInputNodeResult.node;
Public ReadOnly Property Node As MediaSourceAudioInputNode

Property Value

The MediaSource audio input node.

Remarks

This value will be null if the Status property has a value other than Success.

Applies to


Feedback

Was this page helpful?