| 70 | * Corresponds to the WebCodecs VideoFrame API. |
| 71 | */ |
| 72 | export class VideoFramePolyfill { |
| 73 | /** @internal */ |
| 74 | data!: Frame | BufferFrameResource | null; |
| 75 | private closed = false; |
nothing calls this directly
no outgoing calls
no test coverage detected