interface dom.OfflineAudioCompletionEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { OfflineAudioCompletionEvent } = dom;
The Web Audio API OfflineAudioCompletionEvent interface represents events that occur when the processing of an OfflineAudioContext is terminated. The complete event implements this interface.
Properties
readonly
renderedBuffer: AudioBuffer