coneOuterAngle property
The coneOuterAngle
property of the PannerNode is a double
value describing the angle, in degrees, of a cone outside of which the
volume will be reduced by a constant value, defined by the
PannerNode.coneOuterGain property.
The coneOuterAngle
property's default value is 0
.
Implementation
double get coneOuterAngle;
Implementation
set coneOuterAngle(num value);