Class AnalyserOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class AnalyserOptions : AudioNodeOptions
- Inheritance
-
AnalyserOptions
- Inherited Members
Constructors
AnalyserOptions()
public AnalyserOptions()
Fields
FftSize
[Value("fftSize")]
public ulong FftSize
Field Value
MaxDecibels
[Value("maxDecibels")]
public Number MaxDecibels
Field Value
MinDecibels
[Value("minDecibels")]
public Number MinDecibels
Field Value
SmoothingTimeConstant
[Value("smoothingTimeConstant")]
public Number SmoothingTimeConstant