Rachel
Toggle table of contents
3.6.0
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.media
/
love.yinlin.compose.ui.media
/
DesktopVideoController
Desktop
Video
Controller
desktop
@
Stable
@
NativeLibApi
abstract
class
DesktopVideoController
(
topBar
:
ERROR CLASS: Symbol not found for VideoActionBar.Factory
,
bottomBar
:
ERROR CLASS: Symbol not found for VideoActionBar.Factory
)
:
VideoController
Members
Constructors
Desktop
Video
Controller
Link copied to clipboard
desktop
constructor
(
topBar
:
ERROR CLASS: Symbol not found for VideoActionBar.Factory
,
bottomBar
:
ERROR CLASS: Symbol not found for VideoActionBar.Factory
)
Types
Companion
Link copied to clipboard
desktop
object
Companion
Properties
duration
Link copied to clipboard
desktop
var
duration
:
Long
error
Link copied to clipboard
desktop
var
error
:
Throwable
?
image
Link copied to clipboard
desktop
var
image
:
Bitmap
?
is
Playing
Link copied to clipboard
desktop
var
isPlaying
:
Boolean
is
Show
Controls
Link copied to clipboard
desktop
var
isShowControls
:
Boolean
position
Link copied to clipboard
desktop
var
position
:
Long
url
Link copied to clipboard
desktop
var
url
:
String
?
Functions
load
Link copied to clipboard
desktop
abstract
fun
load
(
path
:
String
)
pause
Link copied to clipboard
desktop
abstract
fun
pause
(
)
play
Link copied to clipboard
desktop
abstract
fun
play
(
)
Player
Controls
Link copied to clipboard
desktop
@
Composable
fun
PlayerControls
(
modifier
:
Modifier
=
Modifier
)
release
Link copied to clipboard
desktop
fun
release
(
)
seek
Link copied to clipboard
desktop
abstract
fun
seek
(
position
:
Long
)
stop
Link copied to clipboard
desktop
abstract
fun
stop
(
)
Surface
Content
Link copied to clipboard
desktop
@
Composable
open
override
fun
SurfaceContent
(
modifier
:
Modifier
=
Modifier
)