summaryrefslogtreecommitdiff
path: root/orkaudio/AudioTape.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-03-02 16:11:12 +0000
committerHenri Herscher <henri@oreka.org>2006-03-02 16:11:12 +0000
commit6d301a8dadf98464952912db2646e68df15b347f (patch)
tree1f0f3bb33c567bfecbf1e302c657324bda2975e9 /orkaudio/AudioTape.h
parent8dcf8fc31fca9820efe23b6aa82633624bbc15ff (diff)
OrkTrack can now ask for tape deletion
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@189 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/AudioTape.h')
-rw-r--r--orkaudio/AudioTape.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/AudioTape.h b/orkaudio/AudioTape.h
index 899fda0..adf9b85 100644
--- a/orkaudio/AudioTape.h
+++ b/orkaudio/AudioTape.h
@@ -88,6 +88,8 @@ public:
void GetMessage(MessageRef& msg);
/** Returns an identifier for the tape which corresponds to the filename without extension */
CStdString GetIdentifier();
+ /** Returns the full filename (including relative path) to the post-compression audio file */
+ CStdString GetFilename();
CStdString GetPath();
AudioFileRef GetAudioFileRef();
bool IsReadyForBatchProcessing();