| 219 | } |
| 220 | |
| 221 | int VideoController::FrameAtTime(int time, agi::vfr::Time type) const { |
| 222 | return context->project->Timecodes().FrameAtTime(time, type); |
| 223 | } |
| 224 | |
| 225 | void VideoController::OnVideoError(VideoProviderErrorEvent const& err) { |
| 226 | wxLogError( |
no outgoing calls