globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / export_status.h
index 99642a2d7c31fd6ad38e40644efda46a15c2df57..90e6c1b56aac431587c443b9b3e72ee6da5b039f 100644 (file)
@@ -72,11 +72,11 @@ class LIBARDOUR_API ExportStatus {
        volatile uint32_t       timespan;
        std::string             timespan_name;
 
-       volatile framecnt_t     total_frames;
-       volatile framecnt_t     processed_frames;
+       volatile samplecnt_t     total_samples;
+       volatile samplecnt_t     processed_samples;
 
-       volatile framecnt_t     total_frames_current_timespan;
-       volatile framecnt_t     processed_frames_current_timespan;
+       volatile samplecnt_t     total_samples_current_timespan;
+       volatile samplecnt_t     processed_samples_current_timespan;
 
        volatile uint32_t       total_postprocessing_cycles;
        volatile uint32_t       current_postprocessing_cycle;