A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/VideoDecoder below:

VideoDecoder - Web APIs | MDN

VideoDecoder

Limited availability

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 VideoDecoder Constructor
VideoDecoder()

Creates a new VideoDecoder object.

Instance properties

Inherits properties from its parent, EventTarget.

VideoDecoder.decodeQueueSize Read only

An integer representing the number of queued decode requests.

VideoDecoder.state Read only

Indicates the current state of decoder. Possible values are:

Events Static methods
VideoDecoder.isConfigSupported()

Returns a promise indicating whether the provided VideoDecoderConfig is supported.

Instance methods

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.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4