| 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 | |
| 376 | TimeCode& SetDropFrame(bool Value = true) { Flags_.DropFrame(Value); return *this; } |
no outgoing calls
no test coverage detected