[Go to site: main page, start]

Interface AudioTimeoutOptions

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

Properties

Properties

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