IAudioInputNode.AddOutgoingConnection 方法

定义

重载

AddOutgoingConnection(IAudioNode)

将传出连接添加到音频输入节点。

AddOutgoingConnection(IAudioNode, Double)

将带增益的传出连接添加到音频输入节点。

AddOutgoingConnection(IAudioNode)

将传出连接添加到音频输入节点。

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)

参数

destination
IAudioNode

连接的目标节点。

属性

另请参阅

适用于

AddOutgoingConnection(IAudioNode, Double)

将带增益的传出连接添加到音频输入节点。

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)

参数

destination
IAudioNode

连接的目标节点。

gain
Double

double

一个 值,该值指示与连接关联的增益。

属性

另请参阅

适用于