AudioGraphConnection AudioGraphConnection AudioGraphConnection AudioGraphConnection Class

Definition

Represents a connection within an audio graph.

public : sealed class AudioGraphConnection : IAudioGraphConnectionpublic sealed class AudioGraphConnection : IAudioGraphConnectionPublic NotInheritable Class AudioGraphConnection Implements IAudioGraphConnection// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class with the OutgoingConnections property of a class that implements IAudioInputNode. These include:

Properties

Destination Destination Destination Destination

Gets the destination node for the connection.

public : IAudioNode Destination { get; }public IAudioNode Destination { get; }Public ReadOnly Property Destination As IAudioNode// You can use this property in JavaScript.
Value
IAudioNode IAudioNode IAudioNode IAudioNode

The IAudioNode interface for the destination node.

Gain Gain Gain Gain

Gets the gain associated with the audio graph connection.

public : double Gain { get; set; }public double Gain { get; set; }Public ReadWrite Property Gain As double// You can use this property in JavaScript.
Value
double double double double

A value indicating the gain.