MediaSourceAudioInputNode.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 MediaSource audio input node to the specified node.
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)
Parameters
- destination
- IAudioNode
The audio node for which the outgoing connection is removed.
Implements
Remarks
Add an outgoing connection by calling AddOutgoingConnection.