coneOuterAngle property
The coneOuterAngle property of the PannerNode interface 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
external double get coneOuterAngle;
Implementation
external set coneOuterAngle(num value);