A RetroSearch Logo

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

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/VideoEncoder below:

VideoEncoder - Web APIs | MDN

VideoEncoder

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 VideoEncoder interface of the WebCodecs API encodes VideoFrame objects into EncodedVideoChunks.

EventTarget VideoEncoder Constructor
VideoEncoder()

Creates a new VideoEncoder object.

Instance properties

Inherits properties from its parent, EventTarget.

VideoEncoder.encodeQueueSize Read only

An integer representing the number of encode queue requests.

VideoEncoder.state Read only

Represents the state of the underlying codec and whether it is configured for encoding.

Events Static methods
VideoEncoder.isConfigSupported()

Returns a promise indicating whether the provided VideoEncoderConfig is supported.

Instance methods

Inherits methods from its parent, EventTarget.

VideoEncoder.configure()

Asynchronously prepares the encoder to accept video frames for encoding with the specified parameters.

VideoEncoder.encode()

Asynchronously encodes a VideoFrame.

VideoEncoder.flush()

Returns a promise that resolves once all pending encodes have been completed.

VideoEncoder.reset()

Cancels all pending encodes and callbacks.

VideoEncoder.close()

Ends all pending work and releases system resources.

Specifications Browser compatibility See also

Video processing with WebCodecs


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