AudioNodeEmitter.Gain Property

Definition

Gets or sets a value indicating the gain applied to the signal by the emitter.

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

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

Property Value

Double

double

A value indicating the gain applied to the signal by the emitter.

Applies to