次の方法で共有


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

接続に関連付けられているゲインを示す値。

属性

こちらもご覧ください

適用対象