IAudioInputNode.AddOutgoingConnection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
值,表示與連接相關聯的取得。
- 屬性