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

Class

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

Source from the content-addressed store, hash-verified

41 * Corresponds to the WebCodecs VideoDecoder API.
42 */
43export class VideoDecoderPolyfill extends EventTarget {
44 private init: VideoDecoderInit;
45 private codecContext: CodecContext | null = null;
46 private mutex = new AsyncMutex();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected