Table of Contents

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

ulong

MaxDecibels

[Value("maxDecibels")]
public Number MaxDecibels

Field Value

Number

MinDecibels

[Value("minDecibels")]
public Number MinDecibels

Field Value

Number

SmoothingTimeConstant

[Value("smoothingTimeConstant")]
public Number SmoothingTimeConstant

Field Value

Number