Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 917 Bytes

createaudiodeviceinputnoderesult.md

File metadata and controls

26 lines (18 loc) · 917 Bytes
-api-id -api-type
T:Windows.Media.Audio.CreateAudioDeviceInputNodeResult
winrt class

Windows.Media.Audio.CreateAudioDeviceInputNodeResult

-description

Represents the result of attempting to create an audio device input node.

-remarks

Get an instance of this class by calling AudioGraph.CreateDeviceInputNodeAsync. Check the Status property to determine if the node was successfully created, and if so, get the instance of the node with the DeviceInputNode property.

Version history

Windows version SDK version Value added
1809 17763 ExtendedError

-examples

-see-also