summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webaudio/stereo_panner_node.idl
blob: 2753d919ae437fd3472eace170b4b0a026d85daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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/#stereopannernode
[
    Constructor(BaseAudioContext context, optional StereoPannerOptions options),
    RaisesException=Constructor,
    Measure
]
interface StereoPannerNode : AudioNode {

    readonly attribute AudioParam pan;

};