Inheritance
Annotations
  • DocsEditable()
  • DomName('AudioParam')
  • Experimental()

Static Methods

internalCreateAudioParam() AudioParam

Constructors

AudioParam.internal_()

Properties

read / write, inherited
defaultValue num

read-only
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
value num

read / write

Operators

operator ==(other) bool

The equality operator.

Methods

cancelScheduledValues(num startTime) → void

exponentialRampToValueAtTime(num value, num time) → void

linearRampToValueAtTime(num value, num time) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
setTargetAtTime(num target, num time, num timeConstant) → void

setValueAtTime(num value, num time) → void

setValueCurveAtTime(Float32List values, num time, num duration) → void

toString() String

Returns a string representation of this object.

inherited