summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfileimportable.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-01 20:40:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-01 20:40:51 +0000
commit3b54a75aa9c03edb32d3960c5aacba640e1901e0 (patch)
treeb03e8a4ce943d38349afea7b0af89e9953d67c43 /libs/ardour/ardour/sndfileimportable.h
parent44b07cb30c549e28be936d071c39346850a3d328 (diff)
i/o button naming patch and imported file BWF timecode retention patch from nickm, both reworked for 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@5711 d708f5d6-7413-0410-9779-e7cbd77b26cf
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&);
};
}