| 14 | * Corresponds to the WebCodecs EncodedAudioChunk API. |
| 15 | */ |
| 16 | export class EncodedAudioChunkPolyfill { |
| 17 | /** |
| 18 | * Whether this chunk is a key frame ("key") or delta frame ("delta"). |
| 19 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected