| 63 | virtual double getFramerate() const { return -1; } |
| 64 | |
| 65 | int getMaxPoc() const { return this->maxPOC; } |
| 66 | |
| 67 | bool isFileChanged() { return this->file.getAndResetFileChangedFlag(); } |
| 68 | void updateSettings() { this->file.updateFileWatchSetting(); } |