CreateAudioDeviceInputNodeResult.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 an AudioDeviceInputNode with a call to CreateDeviceInputNodeAsync.
public:
property AudioDeviceNodeCreationStatus Status { AudioDeviceNodeCreationStatus get(); };
AudioDeviceNodeCreationStatus Status();
public AudioDeviceNodeCreationStatus Status { get; }
var audioDeviceNodeCreationStatus = createAudioDeviceInputNodeResult.status;
Public ReadOnly Property Status As AudioDeviceNodeCreationStatus
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.