interface AudioTimeoutOptions {
    context: AudioContext;
    callback: (() => any);
}

Properties

Properties

context: AudioContext
callback: (() => any)

Type declaration

    • (): any
    • Returns any