change Audio backend sample time methods to use a 64 bit timeline
[ardour.git] / libs / ardour / ardour / audio_backend.h
index 8070a1c3aa3b78f5e46196d8b21c9ce26f9c3857..e0e7d8e90404efc02ddbd32f28e3e7c5e5636d23 100644 (file)
@@ -477,12 +477,12 @@ class LIBARDOUR_API AudioBackend : public PortEngine {
      *
      * Can be called from any thread.
      */
-    virtual pframes_t sample_time () = 0;
+    virtual framepos_t sample_time () = 0;
 
     /** Return the time according to the sample clock in use when the most
      * recent buffer process cycle began. Can be called from any thread.
      */
-    virtual pframes_t sample_time_at_cycle_start () = 0;
+    virtual framepos_t sample_time_at_cycle_start () = 0;
 
     /** Return the time since the current buffer process cycle started,
      * in samples, according to the sample clock in use.