offset property
AudioParam
get
offset
The read-only offset property of the ConstantSourceNode
interface returns a AudioParam object indicating the numeric
a-rate
value which is always returned
by the source when asked for the next sample.
Note: While the
AudioParamnamedoffsetis read-only, thevalueproperty within is not. So you can change the value ofoffsetby setting the value ofConstantSourceNode.offset.value:myConstantSourceNode.offset.value = newValue;
Implementation
external AudioParam get offset;