MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill /

Class

src/video_frame.ts:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 * Corresponds to the WebCodecs VideoFrame API.
71 */
72export class VideoFramePolyfill {
73 /** @internal */
74 data!: Frame | BufferFrameResource | null;
75 private closed = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected