Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 808 Bytes

createmediasourceaudioinputnoderesult_status.md

File metadata and controls

24 lines (16 loc) · 808 Bytes
-api-id -api-type
P:Windows.Media.Audio.CreateMediaSourceAudioInputNodeResult.Status
winrt property

Windows.Media.Audio.CreateMediaSourceAudioInputNodeResult.Status

-description

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

-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.

-see-also

-examples