Freigeben über


IAudioInputNode.AddOutgoingConnection Methode

Definition

Überlädt

AddOutgoingConnection(IAudioNode)

Fügt dem Audioeingabeknoten eine ausgehende Verbindung hinzu.

AddOutgoingConnection(IAudioNode, Double)

Fügt dem Audioeingabeknoten eine ausgehende Verbindung mit Verstärkung hinzu.

AddOutgoingConnection(IAudioNode)

Fügt dem Audioeingabeknoten eine ausgehende Verbindung hinzu.

public:
 void AddOutgoingConnection(IAudioNode ^ destination);
/// [Windows.Foundation.Metadata.Overload("AddOutgoingConnection")]
void AddOutgoingConnection(IAudioNode const& destination);
[Windows.Foundation.Metadata.Overload("AddOutgoingConnection")]
public void AddOutgoingConnection(IAudioNode destination);
function addOutgoingConnection(destination)
Public Sub AddOutgoingConnection (destination As IAudioNode)

Parameter

destination
IAudioNode

Der Zielknoten für die Verbindung.

Attribute

Weitere Informationen

Gilt für:

AddOutgoingConnection(IAudioNode, Double)

Fügt dem Audioeingabeknoten eine ausgehende Verbindung mit Verstärkung hinzu.

public:
 void AddOutgoingConnection(IAudioNode ^ destination, double gain);
/// [Windows.Foundation.Metadata.Overload("AddOutgoingConnectionWithGain")]
void AddOutgoingConnection(IAudioNode const& destination, double const& gain);
[Windows.Foundation.Metadata.Overload("AddOutgoingConnectionWithGain")]
public void AddOutgoingConnection(IAudioNode destination, double gain);
function addOutgoingConnection(destination, gain)
Public Sub AddOutgoingConnection (destination As IAudioNode, gain As Double)

Parameter

destination
IAudioNode

Der Zielknoten für die Verbindung.

gain
Double

double

Ein -Wert, der den der Verbindung zugeordneten Gewinn angibt.

Attribute

Weitere Informationen

Gilt für: