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

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.