MediaSourceAudioInputNode.AddOutgoingConnection Methode

Definition

Überlädt

AddOutgoingConnection(IAudioNode)

Fügt dem MediaSource-Eingabeknoten eine ausgehende Verbindung mit Verstärkung hinzu.

AddOutgoingConnection(IAudioNode, Double)

Fügt dem MediaSource-Eingabeknoten eine ausgehende Verbindung mit Verstärkung hinzu.

AddOutgoingConnection(IAudioNode)

Fügt dem MediaSource-Eingabeknoten eine ausgehende Verbindung mit Verstärkung hinzu.

public:
 virtual void AddOutgoingConnection(IAudioNode ^ destination) = AddOutgoingConnection;
/// [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.

Implementiert

Attribute

Hinweise

Mit der anderen Überladung dieser Methode können Sie einen Verstärkungswert angeben, der auf die Audiowerte angewendet wird, die die neue Verbindung durchlaufen.

Gilt für:

AddOutgoingConnection(IAudioNode, Double)

Fügt dem MediaSource-Eingabeknoten eine ausgehende Verbindung mit Verstärkung hinzu.

public:
 virtual void AddOutgoingConnection(IAudioNode ^ destination, double gain) = AddOutgoingConnection;
/// [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 Verstärkung angibt. Dies ist ein skalarer Multiplikator des Audiosignals. Der Standardwert ist 1,0.

Implementiert

M:Windows.Media.Audio.IAudioInputNode.AddOutgoingConnection(Windows.Media.Audio.IAudioNode,System.Double) M:Windows.Media.Audio.IAudioInputNode.AddOutgoingConnection(Windows.Media.Audio.IAudioNode,double)
Attribute

Gilt für: