File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 60496049an [=active=] or [=inactive=] codec and/or a [=background=] codec.
60506050
60516051An < dfn lt ="active codec|active "> active codec</ dfn > is a codec that has
6052- received a call to `encode()`, `decode()`, `configure()`, `flush()` or `reset()`
6053- in the past `10 seconds`, or has called its `output()` callback in the past `10
6054- seconds`. Addionally, {{VideoEncoder}}s are considered [=active=] if they are
6055- making progress in encoding queued {{VideoFrame}}s.
6056-
6057- NOTE: Encoding large {{VideoFrame}}s can take more than `10s` per frame. The
6058- special case for {{VideoEncoder}}s ensures that they are not reclaimed if more
6059- than `10 seconds` elapses between each `output()` callback.
6052+ made progress on the [=[[codec work queue]]=] in the past `10 seconds`.
6053+
6054+ NOTE: A reliable sign of the working queue's progress is a call to `output()`
6055+ callback.
60606056
60616057An < dfn lt ="inactive codec|inactive "> inactive codec</ dfn > is any codec that does
60626058not meet the definition of an [=active codec=].
You can’t perform that action at this time.
0 commit comments