Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 724 Bytes

audiosubmixnode_addoutgoingconnection_877485530.md

File metadata and controls

25 lines (18 loc) · 724 Bytes
-api-id -api-type
M:Windows.Media.Audio.AudioSubmixNode.AddOutgoingConnection(Windows.Media.Audio.IAudioNode)
winrt method

Windows.Media.Audio.AudioSubmixNode.AddOutgoingConnection

-description

Adds an outgoing connection to the audio submix node.

-parameters

-param destination

The destination node for the connection.

-remarks

The other overload of this method allows you to specify a gain value that is applied to the audio values passing through the new connection.

-examples

-see-also

AddOutgoingConnection(IAudioNode, Double)