Compose Media Player
Toggle table of contents
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Compose Media Player
Compose Media Player
/
io.github.kdroidfilter.composemediaplayer
/
setupVideoElement
setup
Video
Element
wasmJs
fun
setupVideoElement
(
video
:
HTMLVideoElement
,
playerState
:
VideoPlayerState
,
scope
:
CoroutineScope
,
enableAudioDetection
:
Boolean
=
true
,
useCors
:
Boolean
=
true
,
onCorsError
:
(
)
->
Unit
=
{}
)