/*! * 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/. */ export { polyfillWebCodecsApi } from './polyfill.js'; export { VideoDecoderPolyfill } from './video_decoder.js'; export { VideoEncoderPolyfill } from './video_encoder.js'; export { AudioDecoderPolyfill } from './audio_decoder.js'; export { AudioEncoderPolyfill } from './audio_encoder.js'; export { EncodedVideoChunkPolyfill } from './encoded_video_chunk.js'; export { EncodedAudioChunkPolyfill } from './encoded_audio_chunk.js'; export { VideoFramePolyfill } from './video_frame.js'; export { AudioDataPolyfill } from './audio_data.js'; export { VideoColorSpacePolyfill } from './video_color_space.js'; export { DOMRectReadOnlyPolyfill } from './dom_rect_read_only.js';