wrote functional playback controls

This commit is contained in:
itsmattkc
2019-09-05 10:29:21 +10:00
parent faa7f798ff
commit 9fe8c102b7
6 changed files with 152 additions and 6 deletions
+5
View File
@@ -92,6 +92,11 @@ void TimeRuler::SetTimebase(const rational &r)
update();
}
const int64_t &TimeRuler::Time()
{
return time_;
}
void TimeRuler::SetTime(const int64_t &r)
{
time_ = r;