Compose Media Player
Toggle table of contents
0.2.0
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Compose Media Player
Compose Media Player
/
io.github.kdroidfilter.composemediaplayer.jsinterop
/
AudioNode
Audio
Node
wasmJs
open
external
class
AudioNode
:
JsAny
Represents a generic node of the Web Audio API
Inheritors
AudioDestinationNode
MediaElementAudioSourceNode
ChannelSplitterNode
AnalyserNode
Members
Constructors
Audio
Node
Link copied to clipboard
wasmJs
constructor
(
)
Functions
connect
Link copied to clipboard
wasmJs
fun
connect
(
destination
:
AudioNode
,
output
:
Int
=
definedExternally
,
input
:
Int
=
definedExternally
)
:
AudioNode
disconnect
Link copied to clipboard
wasmJs
fun
disconnect
(
)