introduce the notion that note additions and property changes can cause the removal...
[ardour.git] / libs / ardour / ardour / sndfileimportable.h
index 9eb67c0dea3779a91d3173d8681bbd4bfa4ae5ab..6e308415c97072956d6a1c80994aebfcdb1dfdc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -38,11 +38,14 @@ class SndFileImportableSource : public ImportableSource {
        nframes_t length() const;
        nframes_t samplerate() const;
        void      seek (nframes_t pos);
+       nframes64_t natural_position() const;
+       bool clamped_at_unity () const;
 
    protected:
        SF_INFO sf_info;
        boost::shared_ptr<SNDFILE> in;
-
+       nframes_t timecode;
+       int64_t get_timecode_info (SNDFILE*, SF_BROADCAST_INFO*, bool&);
 };
 
 }