共用方式為


AudioDeviceInputNode.AddOutgoingConnection 方法

定義

多載

AddOutgoingConnection(IAudioNode)

將傳出連線新增至音訊裝置輸入節點。

AddOutgoingConnection(IAudioNode, Double)

將具有取得的傳出連線新增至音訊裝置輸入節點。

AddOutgoingConnection(IAudioNode)

將傳出連線新增至音訊裝置輸入節點。

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)

參數

destination
IAudioNode

連接的目的地節點。

實作

屬性

備註

這個方法的另一個多載可讓您指定套用至透過新連線傳遞之音訊值的增益值。

另請參閱

適用於

AddOutgoingConnection(IAudioNode, Double)

將具有取得的傳出連線新增至音訊裝置輸入節點。

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)

參數

destination
IAudioNode

連接的目的地節點。

gain
Double

double

值,表示與連接相關聯的增益。 這是音訊訊號的純量乘數。 預設值為 1.0。

實作

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

另請參閱

適用於