| 110 | } |
| 111 | |
| 112 | void VideoController::JumpToTime(int ms, agi::vfr::Time end) { |
| 113 | JumpToFrame(FrameAtTime(ms, end)); |
| 114 | } |
| 115 | |
| 116 | void VideoController::NextFrame() { |
| 117 | if (!provider || IsPlaying() || frame_n == provider->GetFrameCount()) |
no outgoing calls
no test coverage detected