CreateMediaSourceAudioInputNodeResult.Status 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 result status of an operation to create a MediaSourceAudioInputNode with a call to AudioGraph.CreateMediaSourceAudioInputNodeAsync.
public:
property MediaSourceAudioInputNodeCreationStatus Status { MediaSourceAudioInputNodeCreationStatus get(); };
MediaSourceAudioInputNodeCreationStatus Status();
public MediaSourceAudioInputNodeCreationStatus Status { get; }
var mediaSourceAudioInputNodeCreationStatus = createMediaSourceAudioInputNodeResult.status;
Public ReadOnly Property Status As MediaSourceAudioInputNodeCreationStatus
Property Value
An enumeration value indicating audio graph creation status.
Remarks
If the result status is Success, get the instance of the node with the Node property.