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

Method frames

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

Source from the content-addressed store, hash-verified

32 [[nodiscard]] unsigned int minutes() const { return minutes_; }
33 [[nodiscard]] unsigned int seconds() const { return seconds_; }
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;

Callers 5

MediaReaderActorMethod · 0.45
frame_countMethod · 0.45
to_stringFunction · 0.45
framesFunction · 0.45
setFramesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected