Private
cachePrivate
finalizationPrivate
prevAn object containing the options to use when creating the PannerNode.
A new PannerNode instance with the specified options.
const panner = audio.createPanner({
positionX: 0,
positionY: 0,
positionZ: 0,
orientationX: 0,
orientationY: 0,
orientationZ: 0,
});
Creates a PannerNode with the specified options.