-
Notifications
You must be signed in to change notification settings - Fork 0
SVideo
Amoh Gyebi Ampofo edited this page Apr 21, 2021
·
6 revisions
import soloman 2.5
SVideo {
id: vid
}
Button {
text: "Play"
onClicked: vid.play("path/to/soccer.mp4")
}
play(filename)
filename
can either be a folder, a video, or an image. In the case of either a folder or an image, SVideo will attempt to play as stills.
- currentFrame [str]
- aspectRation [bool]
- tile [int]
- tileEnumeration [READONLY | int]