Sign in
chromium
/
chromium
/
src
/
main
/
.
/
third_party
/
blink
/
renderer
/
modules
/
webcodecs
/
latency_mode.idl
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"
};