| 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; } |
no outgoing calls
no test coverage detected