coneOuterAngle property

double get coneOuterAngle

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;
set coneOuterAngle (num value)

Implementation

set coneOuterAngle(num value);