blob: 3af64a9fea0f7819f979fb2bcac0467e5b20edf5 [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// 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/#dictdef-gainoptions
dictionary GainOptions : AudioNodeOptions {
float gain = 1;
};