CreateAudioDeviceInputNodeResult.DeviceInputNode Property

Definition

Gets the audio device input node.

public:
 property AudioDeviceInputNode ^ DeviceInputNode { AudioDeviceInputNode ^ get(); };
AudioDeviceInputNode DeviceInputNode();
public AudioDeviceInputNode DeviceInputNode { get; }
var audioDeviceInputNode = createAudioDeviceInputNodeResult.deviceInputNode;
Public ReadOnly Property DeviceInputNode As AudioDeviceInputNode

Property Value

An object representing the audio device input node.

Remarks

This value will be null if the Status property has a value other than Success.

Applies to