VideoEncoder.flush()
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The flush() method of the VideoEncoder interface returns a Promise that resolves once all pending messages in the queue have been completed.
Syntax
VideoEncoder.flush()
Parameters
None.
Return Value
A Promise that resolves with undefined.
Exceptions
InvalidStateErrorDOMException-
Returned if the Promise is rejected because the
stateis notconfigured.
Examples
The following example flushes the VideoEncoder.
VideoEncoder.flush();
Specifications
| Specification |
|---|
| WebCodecs # dom-videoencoder-flush |
Browser compatibility
BCD tables only load in the browser