MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / max_frames

Method max_frames

src/utility/src/timecode.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86unsigned int Timecode::max_frames() const {
87 return Timecode(23, 59, 59, nominal_framerate() - 1, frame_rate_, drop_frame_)
88 .total_frames();
89}
90
91void Timecode::validate() {
92 if (frames_ >= nominal_framerate()) {

Callers

nothing calls this directly

Calls 2

total_framesMethod · 0.80
TimecodeClass · 0.50

Tested by

no test coverage detected