summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioCapture.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-01-17 15:46:58 +0000
committerHenri Herscher <henri@oreka.org>2007-01-17 15:46:58 +0000
commit5c47f8ba4dbf7ce5abe26f1370b1b7be6b21fc85 (patch)
tree31d7ee354ee0b97b53e7c0daaa1c3ff9dcc10c7b /orkbasecxx/AudioCapture.h
parentd6729c5be22c879150bf358f7094097c5080fa55 (diff)
Initial version of a transcoded tape file naming scheme. This makes it possible e.g. to name transcoded files after the SIP or Skinny native Call ID.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@390 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioCapture.h')
-rw-r--r--orkbasecxx/AudioCapture.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/orkbasecxx/AudioCapture.h b/orkbasecxx/AudioCapture.h
index e9c6cee..6b69b9a 100644
--- a/orkbasecxx/AudioCapture.h
+++ b/orkbasecxx/AudioCapture.h
@@ -130,6 +130,7 @@ public:
#define ET_ENDMETADATA "endmetadata"
#define ET_READY "ready"
#define ET_UPDATE "update"
+#define ET_CALLID "callid"
#define ET_INVALID "invalid"
typedef enum
{
@@ -149,7 +150,8 @@ public:
EtEndMetadata = 13,
EtReady = 14,
EtUpdate = 15,
- EtInvalid = 16
+ EtCallId = 16,
+ EtInvalid = 17
} EventTypeEnum;
static CStdString EventTypeToString(int eventTypeEnum);
static int EventTypeToEnum(CStdString&);