summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.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/AudioTape.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/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index b179e46..2e212a2 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -60,7 +60,8 @@ public:
StateInvalid = 5
} StateEnum;
- AudioTape(CStdString &portId);
+ AudioTape(CStdString& portId);
+ AudioTape(CStdString& portId, CStdString& file);
void AddAudioChunk(AudioChunkRef chunkRef);
void Write();