Get to know MDN better
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.
The VideoDecoder interface of the WebCodecs API decodes chunks of video.
EventTarget VideoDecoderCreates a new VideoDecoder object.
Inherits properties from its parent, EventTarget.
VideoDecoder.decodeQueueSize Read onlyAn integer representing the number of queued decode requests.
VideoDecoder.state Read onlyIndicates the current state of decoder. Possible values are:
Fires to signal a decrease in VideoDecoder.decodeQueueSize.
Returns a promise indicating whether the provided VideoDecoderConfig is supported.
Inherits methods from its parent, EventTarget.
VideoDecoder.configure()Enqueues a control message to configure the video decoder for decoding chunks.
VideoDecoder.decode()Enqueues a control message to decode a given chunk of video.
VideoDecoder.flush()Returns a promise that resolves once all pending messages in the queue have been completed.
VideoDecoder.reset()Resets all states including configuration, control messages in the control message queue, and all pending callbacks.
VideoDecoder.close()Ends all pending work and releases system resources.
| WebCodecs # videodecoder-interface |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 8, 2024 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.