Sign in
chromium
/
chromium
/
src
/
c4c33e3cb156870aae722cfcebd6dd5649b66449
/
.
/
third_party
/
blink
/
renderer
/
modules
/
webcodecs
/
codec_state.idl
blob: 143d681cc55b38303d823d3125c8f0b13eb41a16 [
file
] [
log
] [
blame
]
// Copyright 2020 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
CodecState
{
"unconfigured"
,
"configured"
,
"closed"
};