AudioSubmixNode.RemoveOutgoingConnection(IAudioNode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從音訊副混音節點移除傳出連線到指定的節點。
public:
virtual void RemoveOutgoingConnection(IAudioNode ^ destination) = RemoveOutgoingConnection;
void RemoveOutgoingConnection(IAudioNode const& destination);
public void RemoveOutgoingConnection(IAudioNode destination);
function removeOutgoingConnection(destination)
Public Sub RemoveOutgoingConnection (destination As IAudioNode)
參數
- destination
- IAudioNode
移除傳出連線的音訊節點。
實作
備註
呼叫 AddOutgoingConnection以新增連出連線。