stagexl package
documentation
stagexl
Video
pause method
pause
stagexl package
documentation
stagexl
Video
pause method
Video class
Properties
currentTime
hashCode
isPlaying
loop
muted
onEnded
onError
onPause
onPlay
runtimeType
videoElement
volume
Methods
clone
noSuchMethod
pause
play
toString
Operators
operator ==
Static properties
defaultLoadOptions
Static methods
load
pause
method
void
pause
(
)
Pause the video.
Implementation
void pause() { if (isPlaying) { videoElement.pause(); } }