public class DynamicsCompressorNode extends AudioNode
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<AudioParam> |
attack |
Objs.Property<AudioParam> |
knee |
Objs.Property<AudioParam> |
ratio |
Objs.Property<AudioParam> |
reduction |
Objs.Property<AudioParam> |
release |
Objs.Property<AudioParam> |
threshold |
context, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs
Modifier | Constructor and Description |
---|---|
protected |
DynamicsCompressorNode(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static DynamicsCompressorNode |
$as(Object obj) |
AudioParam |
attack() |
AudioParam |
knee() |
AudioParam |
ratio() |
AudioParam |
reduction() |
AudioParam |
release() |
AudioParam |
threshold() |
connect, connect, connect, context, disconnect, disconnect, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<AudioParam> attack
public Objs.Property<AudioParam> knee
public Objs.Property<AudioParam> ratio
public Objs.Property<AudioParam> reduction
public Objs.Property<AudioParam> release
public Objs.Property<AudioParam> threshold
protected DynamicsCompressorNode(Objs.Constructor<?> c, Object js)
public static DynamicsCompressorNode $as(Object obj)
public AudioParam attack()
public AudioParam knee()
public AudioParam ratio()
public AudioParam reduction()
public AudioParam release()
public AudioParam threshold()
Copyright © 2018. All rights reserved.