Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 945 Bytes

createmediasourceaudioinputnoderesult.md

File metadata and controls

27 lines (18 loc) · 945 Bytes
-api-id -api-type
T:Windows.Media.Audio.CreateMediaSourceAudioInputNodeResult
winrt class

Windows.Media.Audio.CreateMediaSourceAudioInputNodeResult

-description

Represents the result of attempting to create a MediaSourceAudioInputNode.

-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

-see-also

-examples