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

Class

src/video_encoder.ts:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 * Corresponds to the WebCodecs VideoEncoder API.
88 */
89export class VideoEncoderPolyfill extends EventTarget {
90 private init: VideoEncoderInit;
91 private config: VideoEncoderConfig | null = null;
92 private codecContext: CodecContext | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected