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

Class

src/video_frame.ts:41–41  ·  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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected