AudioFrameOutputNode.OutgoingGain 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 or sets the outgoing gain for the audio frame output node.
public:
property double OutgoingGain { double get(); void set(double value); };
double OutgoingGain();
void OutgoingGain(double value);
public double OutgoingGain { get; set; }
var double = audioFrameOutputNode.outgoingGain;
audioFrameOutputNode.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.