AudioParam class

Constructors

AudioParam(AudioContext ctx, int nodeId, int paramId)

Properties

ctx AudioContext
getter/setter pair
defaultValue double
no setter
hashCode int
The hash code for this object.
no setterinherited
maxValue double
no setter
minValue double
no setter
nodeId int
final
paramId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
getter/setter pair

Methods

cancelScheduledValues([double time = 0.0]) → dynamic
exponentialRampToValueAtTime(double value, double time) → dynamic
linearRampToValueAtTime(double value, double time) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetSmoothedValue() → dynamic
setSmoothingConstant(double k) → dynamic
setTargetAtTime(double value, double time, double timeConstant) → dynamic
setValue(double value) → dynamic
setValueAtTime(double value, double time) → dynamic
setValueCurveAtTime(List<double> values, double time, double duration) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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