| 87 | } |
| 88 | |
| 89 | int TimeEdit::GetFrame() const { |
| 90 | return c->project->Timecodes().FrameAtTime(time, isEnd ? agi::vfr::END : agi::vfr::START); |
| 91 | } |
| 92 | |
| 93 | void TimeEdit::SetFrame(int fn) { |
| 94 | SetTime(c->project->Timecodes().TimeAtFrame(fn, isEnd ? agi::vfr::END : agi::vfr::START)); |
no test coverage detected