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

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

AudioParam.internal_()

Properties

defaultValue num

@DocsEditable(), @DomName('AudioParam.defaultValue'), read-only
value num

@DocsEditable(), @DomName('AudioParam.value'), read / write
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

cancelScheduledValues(num startTime) AudioParam

@DocsEditable(), @DomName('AudioParam.cancelScheduledValues')
exponentialRampToValueAtTime(num value, num time) AudioParam

@DocsEditable(), @DomName('AudioParam.exponentialRampToValueAtTime')
linearRampToValueAtTime(num value, num time) AudioParam

@DocsEditable(), @DomName('AudioParam.linearRampToValueAtTime')
setTargetAtTime(num target, num time, num timeConstant) AudioParam

setValueAtTime(num value, num time) AudioParam

@DocsEditable(), @DomName('AudioParam.setValueAtTime')
setValueCurveAtTime(Float32List values, num time, num duration) AudioParam

@DocsEditable(), @DomName('AudioParam.setValueCurveAtTime')
noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited