BufferSourceNode class

Constructors

BufferSourceNode.new({JSObject? $$context$$})

Properties

$$context$$ ↔ JSObject
getter/setter pair
buffer AudioBuffer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loop bool?
getter/setter pair
loopEnd num?
getter/setter pair
loopStart num?
getter/setter pair
onended ↔ dynamic
getter/setter pair
playbackRate AudioParam?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(dynamic destination) → void
disconnect() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start([num? when, num? offset, num? duration]) → void
stop([num? when]) → void
toString() String
A string representation of this object.
inherited

Operators

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