Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 661 Bytes

audiosubmixnode_removeoutgoingconnection_1321353886.md

File metadata and controls

25 lines (17 loc) · 661 Bytes
-api-id -api-type
M:Windows.Media.Audio.AudioSubmixNode.RemoveOutgoingConnection(Windows.Media.Audio.IAudioNode)
winrt method

Windows.Media.Audio.AudioSubmixNode.RemoveOutgoingConnection

-description

Removes the outgoing connection from the audio submix 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.

-examples

-see-also