VideoEncoder: encodeQueueSize property - Web APIs | MDN
Value
An integer containing the number of requests.
Examples
The following example prints the size of the queue to the console.
js
console.log(VideoEncoder.encodeQueueSize);
Specifications
| Specification |
|---|
| WebCodecs # dom-videoencoder-encodequeuesize |