AudioGraphConnection.Gain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|