blob: 7687d4949b34f619ef80c85f84c905313e2ee305 [file] [log] [blame]
// Copyright 2020 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 spec in developement at https://github.com/WICG/web-codecs/blob/master/index.bs
// and https://github.com/WICG/web-codecs/blob/master/explainer.md.
dictionary VideoTrackWriterParameters {
boolean releaseFrames = true;
};