MediaSourceAudioInputNode.AddOutgoingConnection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AddOutgoingConnection(IAudioNode) |
將具有取得的傳出連線新增至 MediaSource 輸入節點。 |
AddOutgoingConnection(IAudioNode, Double) |
將具有取得的傳出連線新增至 MediaSource 輸入節點。 |
AddOutgoingConnection(IAudioNode)
將具有取得的傳出連線新增至 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)
參數
- destination
- IAudioNode
連接的目的地節點。
實作
- 屬性
備註
這個方法的另一個多載可讓您指定套用至透過新連線傳遞之音訊值的增益值。
適用於
AddOutgoingConnection(IAudioNode, Double)
將具有取得的傳出連線新增至 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)
參數
- 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)
- 屬性