AudioGraphConnection.Gain Property

Definition

Gets the gain associated with the audio graph connection.

public:
 property double Gain { double get(); void set(double value); };
double Gain();

void Gain(double value);
public double Gain { get; set; }
var double = audioGraphConnection.gain;
audioGraphConnection.gain = double;
Public Property Gain As Double

Property Value

Double

double

A value indicating the gain.

Windows requirements

App capabilities
backgroundMediaRecording

Applies to