On this page

Interface OfflineAudioCompletionEventInit

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

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
renderedBuffer: AudioBuffer
Was this helpful?
SDK JS
Reference
OfflineAudioCompletionEventInit