MCPcopy Create free account
hub / github.com/KDE/kdenlive / getTimecodeFromFrames

Method getTimecodeFromFrames

src/utils/timecode.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211const QString Timecode::getTimecodeFromFrames(int frames) const
212{
213 return getTimecodeHH_MM_SS_FF(frames);
214}
215
216// static
217QString Timecode::getStringTimecode(int frames, const double &fps, bool showFrames)

Callers 15

slotClipInTimelineMethod · 0.80
slotInsertTimecodeMethod · 0.80
slotReAssignMethod · 0.80
clipRenamedMethod · 0.80
SlideshowClipMethod · 0.80
clipDurationMethod · 0.80
lumaDurationMethod · 0.80
setValueMethod · 0.80
setMsOffsetMethod · 0.80
setFrameOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected