X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmainwindow.h;h=b6a053bd0f68ded9cc7d9d851d597bb8ebad4ff0;hb=948d715655a84b93d8292e64731ea3c32b45deb7;hp=a0c090fcd86a138e8c230708061bf126d172274e;hpb=db2997d7290315086635ec914137b80f855cee37;p=nageru diff --git a/nageru/mainwindow.h b/nageru/mainwindow.h index a0c090f..b6a053b 100644 --- a/nageru/mainwindow.h +++ b/nageru/mainwindow.h @@ -145,7 +145,7 @@ private: void next_page(); // Called from DiskSpaceEstimator. - void report_disk_space(off_t free_bytes, double estimated_seconds_left); + void report_disk_space(off_t free_bytes, double estimated_seconds_left, double file_length_seconds); // Called from the mixer. void audio_level_callback(float level_lufs, float peak_db, std::vector bus_levels, float global_level_lufs, float range_low_lufs, float range_high_lufs, float final_makeup_gain_db, float correlation);