Interface OfflineAudioCompletionEventInit

    interface OfflineAudioCompletionEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        renderedBuffer: AudioBuffer;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    renderedBuffer: AudioBuffer