VideoEncoder: state property - Web APIs | MDN

Value

A string containing one of the following values:

"unconfigured"

The codec is not configured for decoding.

"configured"

The codec has a valid configuration and is ready.

"closed"

The codec is no longer usable and system resources have been released.

Examples

The following example prints the state of the VideoEncoder to the console.

js

console.log(VideoEncoder.state);

Specifications

Specification
WebCodecs
# dom-videoencoder-state

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.