MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / JumpToTime

Method JumpToTime

src/video_controller.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

OnMouseEventMethod · 0.80
UpdateDisplayMethod · 0.80
OnActiveLineChangedMethod · 0.80
OnActivateMethod · 0.80
OnMouseEventMethod · 0.80
operator()Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected