| 37 | * Corresponds to the WebCodecs AudioData API. |
| 38 | */ |
| 39 | export class AudioDataPolyfill { |
| 40 | /** @internal */ |
| 41 | _data: Uint8Array<ArrayBuffer> | Frame | null = null; |
| 42 | private closed: boolean = false; |
nothing calls this directly
no outgoing calls
no test coverage detected