blob: 8293ea68458deec5d1261aa5b21d420c03fdba46 [file] [log] [blame]
// Copyright 2021 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 LatencyMode {
"quality",
"realtime"
};