All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.web.audio.OfflineAudioContext.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.audio

import js.core.Void
import web.events.EventHandler
import kotlin.js.Promise

external class OfflineAudioContext(
    contextOptions: OfflineAudioContextOptions,
) : BaseAudioContext {
    constructor(
        numberOfChannels: Number,
        length: Number,
        sampleRate: Number,
    )

    val length: Int
    var oncomplete: EventHandler?
    fun resume(): Promise
    fun startRendering(): Promise
    fun suspend(suspendTime: Number): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy