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

Class BufferFrameResource

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

Source from the content-addressed store, hash-verified

39import { VideoColorSpacePolyfill } from './video_color_space.js';
40
41class BufferFrameResource {
42 constructor(public data: Uint8Array, public layout: ComputedPlaneLayout[]) {}
43}
44
45let lastGcErrorLog = -Infinity;
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected