summaryrefslogtreecommitdiff
path: root/orkbasecxx/audiofile/AudioFile.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-07-26 16:23:53 +0000
committerHenri Herscher <henri@oreka.org>2006-07-26 16:23:53 +0000
commit71001d96e240d03a98a73688060d476dd5f7c875 (patch)
tree6643ce2ec2ba8a3da7aed6a3648ea6219a797358 /orkbasecxx/audiofile/AudioFile.h
parent0f20be2ec5d75afc343cbe7ec35e3480723b4e99 (diff)
Added command line mcf file transcoding -
The syntax is: #orkaudio transcode myfile.mcf - The output has the format specified in config.xml. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@310 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/audiofile/AudioFile.h')
-rw-r--r--orkbasecxx/audiofile/AudioFile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkbasecxx/audiofile/AudioFile.h b/orkbasecxx/audiofile/AudioFile.h
index 3d3b566..ef43373 100644
--- a/orkbasecxx/audiofile/AudioFile.h
+++ b/orkbasecxx/audiofile/AudioFile.h
@@ -53,6 +53,7 @@ public:
/** Move the file to a new name including ".orig" suffix */
void MoveOrig();
+ void SetFilename(CStdString&);
void Delete();
virtual CStdString GetExtension() = 0;
virtual int GetSampleRate();