IAudioInputNode.RemoveOutgoingConnection(IAudioNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the outgoing connection from the audio input node to the specified node.
public:
void RemoveOutgoingConnection(IAudioNode ^ destination);
void RemoveOutgoingConnection(IAudioNode const& destination);
public void RemoveOutgoingConnection(IAudioNode destination);
function removeOutgoingConnection(destination)
Public Sub RemoveOutgoingConnection (destination As IAudioNode)
Parameters
- destination
- IAudioNode
The audio node for which the outgoing connection is removed.
Remarks
Add an outgoing connection by calling AddOutgoingConnection.