Compose Media Player
Toggle table of contents
ios
Platform filter
ios
Switch theme
Search in API
Compose Media Player
Compose Media Player
/
io.github.kdroidfilter.composemediaplayer
/
VideoPlayerSurfaceImpl
Video
Player
Surface
Impl
ios
@
Composable
fun
VideoPlayerSurfaceImpl
(
playerState
:
VideoPlayerState
,
modifier
:
Modifier
,
contentScale
:
ContentScale
,
overlay
:
@
Composable
(
)
->
Unit
,
isInFullscreenView
:
Boolean
=
false
,
pauseOnDispose
:
Boolean
=
true
)