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

Method dropframe

include/xstudio/utility/timecode.hpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 [[nodiscard]] unsigned int frames() const { return frames_; }
35 [[nodiscard]] double framerate() const { return frame_rate_; }
36 [[nodiscard]] bool dropframe() const { return drop_frame_; }
37 [[nodiscard]] unsigned int total_frames() const;
38
39 void hours(const unsigned int h) { hours_ = h; }

Callers 4

register_timecode_classFunction · 0.80
to_jsonMethod · 0.80
dropFrameFunction · 0.80
setDropFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected