| 87 | * Corresponds to the WebCodecs VideoEncoder API. |
| 88 | */ |
| 89 | export class VideoEncoderPolyfill extends EventTarget { |
| 90 | private init: VideoEncoderInit; |
| 91 | private config: VideoEncoderConfig | null = null; |
| 92 | private codecContext: CodecContext | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected