summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfileimportable.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/sndfileimportable.h')
-rw-r--r--libs/ardour/ardour/sndfileimportable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/sndfileimportable.h b/libs/ardour/ardour/sndfileimportable.h
index 9eb67c0dea..42ce83c0ee 100644
--- a/libs/ardour/ardour/sndfileimportable.h
+++ b/libs/ardour/ardour/sndfileimportable.h
@@ -38,11 +38,13 @@ class SndFileImportableSource : public ImportableSource {
nframes_t length() const;
nframes_t samplerate() const;
void seek (nframes_t pos);
+ nframes64_t natural_position() const;
protected:
SF_INFO sf_info;
boost::shared_ptr<SNDFILE> in;
-
+ nframes_t timecode;
+ int64_t get_timecode_info (SNDFILE*, SF_BROADCAST_INFO*, bool&);
};
}