summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2008-03-26 17:23:13 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2008-03-26 17:23:13 +0000
commit057840f43ee07b67813c8757d5f74b9007edc58f (patch)
tree82d58b5f356a53b2fbbf88c585c9d9275624b2d3 /orkbasecxx/AudioTape.h
parentf416ed5475454942a66707a5e9267a790eeae81c (diff)
Added new public function, SetExtension(), to AudioTape class to allow "outsiders" e.g Tape Processors to change the extension of the AudioTape file name.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@530 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index 91a78c2..13e12c3 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -76,6 +76,7 @@ public:
CStdString GetFilename();
CStdString GetPath();
CStdString GetExtension();
+ void SetExtension(CStdString& ext);
AudioFileRef GetAudioFileRef();
bool IsReadyForBatchProcessing();
void GetDetails(TapeMsg* msg);