AudioParam class

The Web Audio API's AudioParam interface represents an audio-related parameter, usually a parameter of an AudioNode (such as GainNode.gain).

MDN Reference

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

AudioParam()
factory

Properties

automationRate AutomationRate

Available on AudioParam, provided by the AudioParam$Typings extension

MDN Reference
getter/setter pair
cancelAndHoldAtTime AudioParam Function(num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
cancelScheduledValues AudioParam Function(num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
defaultValue num

Available on AudioParam, provided by the AudioParam$Typings extension

MDN Reference
no setter
exponentialRampToValueAtTime AudioParam Function(num, num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linearRampToValueAtTime AudioParam Function(num, num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
maxValue num

Available on AudioParam, provided by the AudioParam$Typings extension

MDN Reference
no setter
minValue num

Available on AudioParam, provided by the AudioParam$Typings extension

MDN Reference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setTargetAtTime AudioParam Function(num, num, num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
setValueAtTime AudioParam Function(num, num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
setValueCurveAtTime AudioParam Function(Object, num, num)

Available on AudioParam, provided by the AudioParam$Typings extension

getter/setter pair
value num

Available on AudioParam, provided by the AudioParam$Typings extension

MDN Reference
getter/setter pair

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