upZ property

AudioParam upZ

The upZ read-only property of the AudioListener is an AudioParam representing the z value of the direction vector defining the up direction the listener is pointing in.

Note: The parameter is a-rate when used with a PannerNode whose PannerNode.panningModel is set to equalpower, or k-rate otherwise.

Implementation

AudioParam get upZ;