coneOuterGain property
double
get
coneOuterGain
The coneOuterGain
property of the PannerNode is a double
value, describing the amount of volume reduction outside the cone, defined
by the PannerNode.coneOuterAngle attribute.
The coneOuterGain
property's default value is 0
, meaning that no sound
can be heard outside the cone.
Implementation
double get coneOuterGain;
set
coneOuterGain
(num value)
Implementation
set coneOuterGain(num value);