Class DynamicsCompressorOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class DynamicsCompressorOptions : AudioNodeOptions
- Inheritance
-
DynamicsCompressorOptions
- Inherited Members
-
Constructors
DynamicsCompressorOptions()
public DynamicsCompressorOptions()
Fields
Attack
[Value("attack")]
public Number Attack
Field Value
- Number
Knee
[Value("knee")]
public Number Knee
Field Value
- Number
Ratio
[Value("ratio")]
public Number Ratio
Field Value
- Number
Release
[Value("release")]
public Number Release
Field Value
- Number
Threshold
[Value("threshold")]
public Number Threshold
Field Value
- Number