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