CreateAudioDeviceInputNodeResult.Status Property

Definition

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.

Applies to