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

Class

src/audio_encoder.ts:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 * Corresponds to the WebCodecs AudioEncoder API.
60 */
61export class AudioEncoderPolyfill extends EventTarget {
62 private init: AudioEncoderInit;
63 private config: AudioEncoderConfig | null = null;
64 private codecContext: CodecContext | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected