DynamicsCompressorNode class

Inherits properties from its parent, AudioNode.

MDN Reference

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

DynamicsCompressorNode(BaseAudioContext context, [DynamicsCompressorOptions? options])
factory

Properties

addEventListener ↔ void Function(String, [Object?, Object?])

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
attack AudioParam

Available on DynamicsCompressorNode, provided by the DynamicsCompressorNode$Typings extension

MDN Reference
no setter
channelCount num

Available on AudioNode, provided by the AudioNode$Typings extension

MDN Reference
getter/setter pair
channelCountMode ChannelCountMode

Available on AudioNode, provided by the AudioNode$Typings extension

MDN Reference
getter/setter pair
channelInterpretation ChannelInterpretation

Available on AudioNode, provided by the AudioNode$Typings extension

MDN Reference
getter/setter pair
connect → ({void Function(AudioParam destinationParam, [num? output]) $1, AudioNode Function(AudioNode destinationNode, [num? output, num? input]) $2})

Available on AudioNode, provided by the AudioNode$Typings extension

Overload accessor: $1, $2
no setter
context BaseAudioContext

Available on AudioNode, provided by the AudioNode$Typings extension

MDN Reference
no setter
disconnect → ({void Function() $1, void Function(num output) $2, void Function(AudioNode destinationNode) $3, void Function(AudioParam destinationParam) $4, void Function(AudioNode destinationNode, num output) $5, void Function(AudioParam destinationParam, num output) $6, void Function(AudioNode destinationNode, num output, num input) $7})

Available on AudioNode, provided by the AudioNode$Typings extension

Overload accessor: $1, $2, $3, $4, $5, $6, $7
no setter
dispatchEvent bool Function(Event)

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
knee AudioParam

Available on DynamicsCompressorNode, provided by the DynamicsCompressorNode$Typings extension

MDN Reference
no setter
numberOfInputs num

Available on AudioNode, provided by the AudioNode$Typings extension

MDN Reference
no setter
numberOfOutputs num

Available on AudioNode, provided by the AudioNode$Typings extension

MDN Reference
no setter
ratio AudioParam

Available on DynamicsCompressorNode, provided by the DynamicsCompressorNode$Typings extension

MDN Reference
no setter
reduction num

Available on DynamicsCompressorNode, provided by the DynamicsCompressorNode$Typings extension

MDN Reference
no setter
release AudioParam

Available on DynamicsCompressorNode, provided by the DynamicsCompressorNode$Typings extension

MDN Reference
no setter
removeEventListener ↔ void Function(String, [Object?, Object?])

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold AudioParam

Available on DynamicsCompressorNode, provided by the DynamicsCompressorNode$Typings extension

MDN Reference
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited