blob: 355fb12d2002a28efde81d94ec7faa3b13d51df8 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// See https://webaudio.github.io/web-audio-api/#the-stereopannernode-interface
[
Constructor(BaseAudioContext context, optional StereoPannerOptions options),
RaisesException=Constructor,
Measure
]
interface StereoPannerNode : AudioNode {
readonly attribute AudioParam pan;
};