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

Method TimeAtFrame

src/video_controller.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

ConvertTimeMethod · 0.45
CommitTimesMethod · 0.45
ConvertLineMethod · 0.45
ReadFileMethod · 0.45
ShowVideoDetailsDialogFunction · 0.45
UpdateMethod · 0.45
ProcessMethod · 0.45
UpdateTimeBoxesMethod · 0.45
ms_from_frameFunction · 0.45
OnSubToolMethod · 0.45
InitializeDragMethod · 0.45
SetFrameMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36