| 370 | void SetFrames(int32_t Value) { Frames_ = Value; } |
| 371 | |
| 372 | uint32_t GetFramesMax() const { return FramesMax_; } |
| 373 | void SetFramesMax(uint32_t Value = 0) { FramesMax_ = Value; } |
| 374 | float GetFrameRate() const { return (float)(((uint64_t)GetFramesMax() + 1) / (Is1001fps() ? 1.001 : 1.000)); } |
| 375 |
no outgoing calls
no test coverage detected