| 215 | } |
| 216 | |
| 217 | int VideoController::TimeAtFrame(int frame, agi::vfr::Time type) const { |
| 218 | return context->project->Timecodes().TimeAtFrame(frame, type); |
| 219 | } |
| 220 | |
| 221 | int VideoController::FrameAtTime(int time, agi::vfr::Time type) const { |
| 222 | return context->project->Timecodes().FrameAtTime(time, type); |
no outgoing calls