IAudioNode.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 node.
public:
property double OutgoingGain { double get(); void set(double value); };
double OutgoingGain();
void OutgoingGain(double value);
public double OutgoingGain { get; set; }
var double = iAudioNode.outgoingGain;
iAudioNode.outgoingGain = double;
Public Property OutgoingGain As Double
Property Value
Double
double
The outgoing gain value.