VideoDecoder: thuộc tính decodeQueueSize
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is available in Dedicated Web Workers.
Thuộc tính chỉ đọc decodeQueueSize của giao diện VideoDecoder trả về số lượng yêu cầu giải mã đang chờ trong hàng đợi.
Giá trị
Một số nguyên chứa số lượng yêu cầu.
Ví dụ
Ví dụ sau đây in kích thước hàng đợi ra console.
js
console.log(VideoDecoder.decodeQueueSize);
Thông số kỹ thuật
| Specification |
|---|
| WebCodecs> # dom-videodecoder-decodequeuesize> |