| 71 | } |
| 72 | |
| 73 | std::chrono::duration<unsigned int, std::nano> getFrameTime() const override |
| 74 | { |
| 75 | return this->frame_time; |
| 76 | } |
| 77 | unsigned getFrameCount() const override { return this->frame_count; } |
| 78 | Vec2<int> getVideoSize() const override { return this->frame_size; } |
| 79 |