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

Method constructor

src/video_frame.ts:42–42  ·  view source on GitHub ↗
(public data: Uint8Array, public layout: ComputedPlaneLayout[])

Source from the content-addressed store, hash-verified

40
41class BufferFrameResource {
42 constructor(public data: Uint8Array, public layout: ComputedPlaneLayout[]) {}
43}
44
45let lastGcErrorLog = -Infinity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected