sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.devices.base
/
IVideoController
IVideo
Controller
interface
IVideoController
Inheritors
AbstractDeviceController
Members
Types
IVideo
Status
Update
Listener
Link copied to clipboard
interface
IVideoStatusUpdateListener
Functions
is
Video
Playing
Link copied to clipboard
abstract
fun
isVideoPlaying
(
)
:
Boolean
pause
Link copied to clipboard
abstract
fun
pause
(
video
:
VideoInfo
)
play
Link copied to clipboard
abstract
fun
play
(
video
:
VideoInfo
)
seek
Link copied to clipboard
abstract
fun
seek
(
video
:
VideoInfo
,
position
:
Long
)
start
Link copied to clipboard
abstract
fun
start
(
video
:
VideoInfo
)
abstract
fun
start
(
video
:
VideoInfo
,
position
:
Long
)
stop
Link copied to clipboard
abstract
fun
stop
(
video
:
VideoInfo
,
reason
:
String
)