blob: 74f23549179a8a48f61674559f61a7e4f510fe16 [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.
[
NoInterfaceObject,
Conditional=WEB_AUDIO
] interface StereoPannerNode : AudioNode {
readonly attribute AudioParam pan;
};