AudioParam class - dart:web_audio library (original) (raw)

Annotations

Properties

defaultValuenum?

no setter

hashCodeint

The hash code for this object.

no setterinherited

maxValuenum?

no setter

minValuenum?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

valuenum?

getter/setter pair

Methods

cancelAndHoldAtTime(num startTime)→ AudioParam

cancelScheduledValues(num startTime)→ AudioParam

exponentialRampToValueAtTime(num value, num time)→ AudioParam

linearRampToValueAtTime(num value, num time)→ AudioParam

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

setTargetAtTime(num target, num time, num timeConstant)→ AudioParam

setValueAtTime(num value, num time)→ AudioParam

setValueCurveAtTime(List<num> values, num time, num duration)→ AudioParam

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited