coneOuterAngle property

double 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;
void coneOuterAngle=(num value)

Implementation

set coneOuterAngle(num value);