File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3696
3696
:: The presentation timestamp, given in microseconds. For decode,
3697
3697
timestamp is copied from the {{EncodedVideoChunk}} corresponding
3698
3698
to this {{VideoFrame}}. For encode, timestamp is copied to the
3699
- {{EncodedVideoChunk}}s corresponding to this {{VideoFrame}}.
3699
+ {{EncodedVideoChunk}}s corresponding to this {{VideoFrame}}.
3700
3700
3701
3701
The {{VideoFrame/timestamp}} getter steps are to return
3702
3702
{{VideoFrame/[[timestamp]]}}.
6035
6035
received a call to `encode()`, `decode()`, `configure()`, `flush()` or `reset()`
6036
6036
in the past `10 seconds`, or has called its `output()` callback in the past `10
6037
6037
seconds`. Addionally, {{VideoEncoder}}s are considered [=active=] if they are
6038
- making progress in encoding queued {{VideoFrame}}s.
6038
+ making progress in encoding queued {{VideoFrame}}s. Newly created codecs are not
6039
+ considered [=active=] until they call an output callback for the first time.
6039
6040
6040
6041
NOTE: Encoding large {{VideoFrame}}s can take more than `10s` per frame. The
6041
6042
special case for {{VideoEncoder}}s ensures that they are not reclaimed if more
You can’t perform that action at this time.
0 commit comments