pan property

AudioParam pan

The pan property of the StereoPannerNode 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

AudioParam get pan;