Compartilhar via


MediaSourceAudioInputNode.AddOutgoingConnection Método

Definição

Sobrecargas

AddOutgoingConnection(IAudioNode)

Adiciona uma conexão de saída com ganho ao nó de entrada MediaSource .

AddOutgoingConnection(IAudioNode, Double)

Adiciona uma conexão de saída com ganho ao nó de entrada MediaSource .

AddOutgoingConnection(IAudioNode)

Adiciona uma conexão de saída com ganho ao nó de entrada MediaSource .

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)

Parâmetros

destination
IAudioNode

O nó de destino para a conexão.

Implementações

Atributos

Comentários

A outra sobrecarga desse método permite que você especifique um valor de ganho aplicado aos valores de áudio que passam pela nova conexão.

Aplica-se a

AddOutgoingConnection(IAudioNode, Double)

Adiciona uma conexão de saída com ganho ao nó de entrada MediaSource .

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)

Parâmetros

destination
IAudioNode

O nó de destino para a conexão.

gain
Double

double

Um valor que indica o ganho associado à conexão. Esse é um multiplicador escalar do sinal de áudio. O valor padrão é 1.0.

Implementações

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

Aplica-se a