Rachel
Toggle table of contents
3.5.0
android
common
desktop
ios
web
Target filter
android
common
desktop
ios
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.media
/
love.yinlin.compose.ui.media
/
VideoController
Video
Controller
android
common
desktop
ios
web
@
Stable
actual
abstract
class
VideoController
:
VideoState
@
Stable
expect
abstract
class
VideoController
:
VideoState
@
Stable
@
NativeLibApi
actual
abstract
class
VideoController
:
VideoState
@
Stable
actual
abstract
class
VideoController
:
VideoState
@
Stable
actual
abstract
class
VideoController
:
VideoState
Members
Constructors
Video
Controller
Link copied to clipboard
android
desktop
ios
web
constructor
(
context
:
Context
,
topBar
:
VideoActionBar
?
,
bottomBar
:
VideoActionBar
?
)
constructor
(
context
:
Context
,
topBar
:
VideoActionBar
?
,
bottomBar
:
VideoActionBar
?
)
constructor
(
context
:
Context
,
topBar
:
VideoActionBar
?
,
bottomBar
:
VideoActionBar
?
)
constructor
(
context
:
Context
,
topBar
:
VideoActionBar
?
,
bottomBar
:
VideoActionBar
?
)
Properties
bottom
Bar
Link copied to clipboard
android
common
desktop
ios
web
val
bottomBar
:
VideoActionBar
?
val
bottomBar
:
VideoActionBar
?
val
bottomBar
:
VideoActionBar
?
val
bottomBar
:
VideoActionBar
?
val
bottomBar
:
VideoActionBar
?
duration
Link copied to clipboard
android
common
desktop
ios
web
var
duration
:
Long
var
duration
:
Long
var
duration
:
Long
var
duration
:
Long
var
duration
:
Long
error
Link copied to clipboard
android
common
desktop
ios
web
var
error
:
Throwable
?
var
error
:
Throwable
?
var
error
:
Throwable
?
var
error
:
Throwable
?
var
error
:
Throwable
?
image
Link copied to clipboard
desktop
var
image
:
Bitmap
?
is
Playing
Link copied to clipboard
android
common
desktop
ios
web
var
isPlaying
:
Boolean
var
isPlaying
:
Boolean
var
isPlaying
:
Boolean
var
isPlaying
:
Boolean
var
isPlaying
:
Boolean
orientation
Controller
Link copied to clipboard
android
common
desktop
ios
web
val
orientationController
:
OrientationController
val
orientationController
:
OrientationController
val
orientationController
:
OrientationController
val
orientationController
:
OrientationController
val
orientationController
:
OrientationController
position
Link copied to clipboard
android
common
desktop
ios
web
var
position
:
Long
var
position
:
Long
var
position
:
Long
var
position
:
Long
var
position
:
Long
top
Bar
Link copied to clipboard
android
common
desktop
ios
web
val
topBar
:
VideoActionBar
?
val
topBar
:
VideoActionBar
?
val
topBar
:
VideoActionBar
?
val
topBar
:
VideoActionBar
?
val
topBar
:
VideoActionBar
?
url
Link copied to clipboard
android
common
desktop
ios
web
var
url
:
String
?
var
url
:
String
?
var
url
:
String
?
var
url
:
String
?
var
url
:
String
?
view
Link copied to clipboard
web
abstract
val
view
:
PlatformView
<
HTMLVideoElement
>
Functions
load
Link copied to clipboard
android
common
desktop
ios
web
abstract
fun
load
(
path
:
String
)
abstract
fun
load
(
path
:
String
)
abstract
fun
load
(
path
:
String
)
abstract
fun
load
(
path
:
String
)
abstract
fun
load
(
path
:
String
)
pause
Link copied to clipboard
android
common
desktop
ios
web
abstract
fun
pause
(
)
abstract
fun
pause
(
)
abstract
fun
pause
(
)
abstract
fun
pause
(
)
abstract
fun
pause
(
)
play
Link copied to clipboard
android
common
desktop
ios
web
abstract
fun
play
(
)
abstract
fun
play
(
)
abstract
fun
play
(
)
abstract
fun
play
(
)
abstract
fun
play
(
)
release
Link copied to clipboard
android
common
desktop
ios
web
actual
open
override
fun
release
(
)
expect
open
override
fun
release
(
)
actual
open
override
fun
release
(
)
actual
open
override
fun
release
(
)
actual
open
override
fun
release
(
)
seek
Link copied to clipboard
android
common
desktop
ios
web
abstract
fun
seek
(
position
:
Long
)
abstract
fun
seek
(
position
:
Long
)
abstract
fun
seek
(
position
:
Long
)
abstract
fun
seek
(
position
:
Long
)
abstract
fun
seek
(
position
:
Long
)
stop
Link copied to clipboard
android
common
desktop
ios
web
abstract
fun
stop
(
)
abstract
fun
stop
(
)
abstract
fun
stop
(
)
abstract
fun
stop
(
)
abstract
fun
stop
(
)
Video
Player
Controls
Link copied to clipboard
android
common
desktop
ios
web
@
Composable
fun
VideoPlayerControls
(
modifier
:
Modifier
=
Modifier
)
@
Composable
fun
VideoPlayerControls
(
modifier
:
Modifier
=
Modifier
)
@
Composable
fun
VideoPlayerControls
(
modifier
:
Modifier
=
Modifier
)
@
Composable
fun
VideoPlayerControls
(
modifier
:
Modifier
=
Modifier
)
@
Composable
fun
VideoPlayerControls
(
modifier
:
Modifier
=
Modifier
)