added a non-functioning video control to presenter

This commit is contained in:
Chris Cochrun 2022-07-14 07:15:06 -05:00
parent db73165b63
commit e1ce631b16
2 changed files with 37 additions and 0 deletions

View file

@ -29,6 +29,7 @@ Item {
property int mpvPosition: mpv.position
property int mpvDuration: mpv.duration
property var mpvLoop: mpv.getProperty("loop")
property bool mpvIsPlaying: mpv.isPlaying
// These properties help to determine the state of the slide
property string itemType