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