Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 741 Bytes

mediasourceaudioinputnode_addoutgoingconnection_702981438.md

File metadata and controls

27 lines (18 loc) · 741 Bytes
-api-id -api-type
M:Windows.Media.Audio.MediaSourceAudioInputNode.AddOutgoingConnection(Windows.Media.Audio.IAudioNode,System.Double)
winrt method

Windows.Media.Audio.MediaSourceAudioInputNode.AddOutgoingConnection

-description

Adds an outgoing connection with gain to the MediaSource input node.

-parameters

-param destination

The destination node for the connection.

-param gain

A value indicating the gain associated with the connection. This is a scalar multiplier of the audio signal. The default value is 1.0.

-remarks

-see-also

-examples