blob: 46bd4647e7fa63a180a86d889eb8a06047fc9f25 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
Exposed=(Window,DedicatedWorker),
SecureContext,
RuntimeEnabled=WebCodecsVideoEncoderBuffers
] interface VideoEncoderBuffer {
readonly attribute DOMString id;
};