Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>PannerOptions

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface PannerOptions
implements AudioNodeOptions
import { type PannerOptions } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.ts";

Properties

optional
coneInnerAngle: number
optional
coneOuterAngle: number
optional
coneOuterGain: number
optional
distanceModel: DistanceModelType
optional
maxDistance: number
optional
orientationX: number
optional
orientationY: number
optional
orientationZ: number
optional
panningModel: PanningModelType
optional
positionX: number
optional
positionY: number
optional
positionZ: number
optional
refDistance: number
optional
rolloffFactor: number