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

Method CloseTimecodes

src/project.cpp:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void Project::CloseTimecodes() {
374 timecodes = video_provider ? video_provider->GetFPS() : agi::vfr::Framerate{};
375 SetPath(timecodes_file, "", "", "");
376 AnnounceTimecodesModified(timecodes);
377}
378
379void Project::DoLoadKeyframes(agi::fs::path const& path) {
380 keyframes = agi::keyframe::Load(path);

Callers 1

operator()Function · 0.80

Calls 1

GetFPSMethod · 0.45

Tested by

no test coverage detected