
jsMain.web.audio.MediaElementAudioSourceNode.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.audio
import web.html.HTMLMediaElement
external class MediaElementAudioSourceNode(
context: AudioContext,
options: MediaElementAudioSourceOptions,
) : AudioNode {
val mediaElement: HTMLMediaElement
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy