CreateAudioDeviceOutputNodeResult.DeviceOutputNode Property

Definition

Gets the audio device output node.

public:
 property AudioDeviceOutputNode ^ DeviceOutputNode { AudioDeviceOutputNode ^ get(); };
AudioDeviceOutputNode DeviceOutputNode();
public AudioDeviceOutputNode DeviceOutputNode { get; }
var audioDeviceOutputNode = createAudioDeviceOutputNodeResult.deviceOutputNode;
Public ReadOnly Property DeviceOutputNode As AudioDeviceOutputNode

Property Value

An object representing the audio device output node.

Remarks

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

Applies to