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