blob: d3adc6b8a27e85bbb89070346b09a024f27c7811 [file] [log] [blame]
// Copyright 2017 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 hhttps://webaudio.github.io/web-audio-api/#dictdef-offlineaudiocontextoptions
dictionary OfflineAudioContextOptions {
unsigned long numberOfChannels = 1;
required unsigned long length;
required float sampleRate;
};