AudioNodeEmitter.Gain 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出發出器套用至訊號的增益。
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
屬性值
Double
double
值,表示發出器套用至訊號的增益。