Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 735 Bytes

mediasourceaudioinputnode_removeoutgoingconnection_1321353886.md

File metadata and controls

26 lines (17 loc) · 735 Bytes
-api-id -api-type
M:Windows.Media.Audio.MediaSourceAudioInputNode.RemoveOutgoingConnection(Windows.Media.Audio.IAudioNode)
winrt method

Windows.Media.Audio.MediaSourceAudioInputNode.RemoveOutgoingConnection

-description

Removes the outgoing connection from the MediaSource audio input node to the specified node.

-parameters

-param destination

The audio node for which the outgoing connection is removed.

-remarks

Add an outgoing connection by calling AddOutgoingConnection.

-see-also

-examples