| 31 | [[nodiscard]] unsigned int hours() const { return hours_; } |
| 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_; } |
no outgoing calls
no test coverage detected