Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 752 Bytes

createaudiodeviceinputnoderesult_status.md

File metadata and controls

22 lines (15 loc) · 752 Bytes
-api-id -api-type
P:Windows.Media.Audio.CreateAudioDeviceInputNodeResult.Status
winrt property

Windows.Media.Audio.CreateAudioDeviceInputNodeResult.Status

-description

Gets the result status of an operation to create an AudioDeviceInputNode with a call to CreateDeviceInputNodeAsync.

-property-value

An enumeration value indicating node creation status. If the result status is Success, get the instance of the node with the DeviceInputNode property.

-remarks

-examples

-see-also