AudioSubmixNode.OutgoingGain Property

Definition

Gets or sets the outgoing gain for the audio submix node.

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

void OutgoingGain(double value);
public double OutgoingGain { get; set; }
var double = audioSubmixNode.outgoingGain;
audioSubmixNode.outgoingGain = double;
Public Property OutgoingGain As Double

Property Value

Double

double

The outgoing gain value.

Implements

Remarks

This value is a linear multiplier of the audio data leaving the node. By default, the outgoing gain is 1.0.

Applies to