rolloffFactor property

double get rolloffFactor

The rolloffFactor property of the PannerNode interface is a double value describing how quickly the volume is reduced as the source moves away from the listener. This value is used by all distance models. The rolloffFactor property's default value is 1.

Implementation

external double get rolloffFactor;
set rolloffFactor (num value)

Implementation

external set rolloffFactor(num value);