blob: 41500eec2643dea36eb609b76378e3e585ce0411 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/WICG/web-codecs
enum HevcBitstreamFormat {
"annexb",
"hevc",
};
dictionary HevcEncoderConfig {
HevcBitstreamFormat format = "hevc";
};