/*! * Copyright (c) 2025-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** * Installs the WebCodecs API polyfills on the global object. * * This adds VideoDecoder, AudioDecoder, VideoEncoder, AudioEncoder, * EncodedVideoChunk, EncodedAudioChunk, VideoFrame, VideoColorSpace, * AudioData, and DOMRectReadOnly to the global scope, but only if they * don't already exist. */ export declare const polyfillWebCodecsApi: () => void;