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
/
AudioContext
Audio
Context
wasmJs
external
class
AudioContext
:
JsAny
Represents the main audio context
Members
Constructors
Audio
Context
Link copied to clipboard
wasmJs
constructor
(
)
Properties
destination
Link copied to clipboard
wasmJs
val
destination
:
AudioDestinationNode
state
Link copied to clipboard
wasmJs
val
state
:
String
Functions
close
Link copied to clipboard
wasmJs
fun
close
(
)
create
Analyser
Link copied to clipboard
wasmJs
fun
createAnalyser
(
)
:
AnalyserNode
create
Channel
Splitter
Link copied to clipboard
wasmJs
fun
createChannelSplitter
(
numberOfOutputs
:
Int
=
definedExternally
)
:
ChannelSplitterNode
create
Media
Element
Source
Link copied to clipboard
wasmJs
fun
createMediaElementSource
(
mediaElement
:
HTMLMediaElement
)
:
MediaElementAudioSourceNode
resume
Link copied to clipboard
wasmJs
fun
resume
(
)