From 6d301a8dadf98464952912db2646e68df15b347f Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 2 Mar 2006 16:11:12 +0000 Subject: OrkTrack can now ask for tape deletion git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@189 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/AudioTape.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'orkaudio/AudioTape.h') 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(); -- cgit v1.2.3