@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface DynamicsCompressorOptions
extends AudioNodeOptions
| Modifier and Type | Method and Description |
|---|---|
float |
attack() |
default DynamicsCompressorOptions |
attack(float attack) |
default DynamicsCompressorOptions |
channelCount(int channelCount) |
default DynamicsCompressorOptions |
channelCountMode(java.lang.String channelCountMode) |
default DynamicsCompressorOptions |
channelInterpretation(java.lang.String channelInterpretation) |
static DynamicsCompressorOptions |
create() |
float |
knee() |
default DynamicsCompressorOptions |
knee(float knee) |
float |
ratio() |
default DynamicsCompressorOptions |
ratio(float ratio) |
float |
release() |
default DynamicsCompressorOptions |
release(float release) |
void |
setAttack(float attack) |
void |
setKnee(float knee) |
void |
setRatio(float ratio) |
void |
setRelease(float release) |
void |
setThreshold(float threshold) |
float |
threshold() |
default DynamicsCompressorOptions |
threshold(float threshold) |
channelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull static DynamicsCompressorOptions create()
create in interface AudioNodeOptions@JsProperty(name="attack") float attack()
@JsProperty void setAttack(float attack)
@JsOverlay @Nonnull default DynamicsCompressorOptions attack(float attack)
@JsProperty(name="knee") float knee()
@JsProperty void setKnee(float knee)
@JsOverlay @Nonnull default DynamicsCompressorOptions knee(float knee)
@JsProperty(name="ratio") float ratio()
@JsProperty void setRatio(float ratio)
@JsOverlay @Nonnull default DynamicsCompressorOptions ratio(float ratio)
@JsProperty(name="release") float release()
@JsProperty void setRelease(float release)
@JsOverlay @Nonnull default DynamicsCompressorOptions release(float release)
@JsProperty(name="threshold") float threshold()
@JsProperty void setThreshold(float threshold)
@JsOverlay @Nonnull default DynamicsCompressorOptions threshold(float threshold)
@JsOverlay @Nonnull default DynamicsCompressorOptions channelCount(int channelCount)
channelCount in interface AudioNodeOptions@JsOverlay @Nonnull default DynamicsCompressorOptions channelCountMode(@ChannelCountMode @Nonnull java.lang.String channelCountMode)
channelCountMode in interface AudioNodeOptions@JsOverlay @Nonnull default DynamicsCompressorOptions channelInterpretation(@ChannelInterpretation @Nonnull java.lang.String channelInterpretation)
channelInterpretation in interface AudioNodeOptions