pan property
AudioParam
get
pan
The pan
property of the StereoPannerNode interface is an
a-rate
AudioParam representing the amount of panning to apply. The value can
range between -1
(full left pan) and 1
(full right pan).
Implementation
external AudioParam get pan;