IAudioInputNode.OutgoingConnections Property

Definition

Gets outgoing connections for the audio input node.

public:
 property IVectorView<AudioGraphConnection ^> ^ OutgoingConnections { IVectorView<AudioGraphConnection ^> ^ get(); };
IVectorView<AudioGraphConnection> OutgoingConnections();
public IReadOnlyList<AudioGraphConnection> OutgoingConnections { get; }
var iVectorView = iAudioInputNode.outgoingConnections;
Public ReadOnly Property OutgoingConnections As IReadOnlyList(Of AudioGraphConnection)

Property Value

A collection of audio graph connection objects representing the outgoing connections.

Applies to