| 59 | * Corresponds to the WebCodecs AudioEncoder API. |
| 60 | */ |
| 61 | export class AudioEncoderPolyfill extends EventTarget { |
| 62 | private init: AudioEncoderInit; |
| 63 | private config: AudioEncoderConfig | null = null; |
| 64 | private codecContext: CodecContext | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected