summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioCapture.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-06-06 13:43:28 +0000
committerHenri Herscher <henri@oreka.org>2007-06-06 13:43:28 +0000
commit9845d2476c05c14226ab2456dcc4636677f34897 (patch)
tree2e930cd3dc3762d2ed353a5f0e61c6b491520bcd /orkbasecxx/AudioCapture.h
parent2501598d00dac0b63904efc01cbc95ac15e2e19b (diff)
Enhanced configurable tape file naming and added configurable tape path naming support.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@443 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioCapture.h')
-rw-r--r--orkbasecxx/AudioCapture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/orkbasecxx/AudioCapture.h b/orkbasecxx/AudioCapture.h
index cb4cfc0..1d6ae78 100644
--- a/orkbasecxx/AudioCapture.h
+++ b/orkbasecxx/AudioCapture.h
@@ -107,12 +107,16 @@ public:
#define DIR_IN "in"
#define DIR_OUT "out"
#define DIR_UNKN "unkn"
+#define DIR_IN_SHORT "I"
+#define DIR_OUT_SHORT "O"
+#define DIR_UNKN_SHORT "U"
typedef enum {
DirIn = 0,
DirOut = 1,
DirUnkn = 2
} DirectionEnum;
static CStdString DirectionToString(int);
+ static CStdString DirectionToShortString(int direction);
static int DirectionToEnum(CStdString& dir);
#define ET_UNKNOWN "unknown"