CreateMediaSourceAudioInputNodeResult.Node Property
Definition
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.