summaryrefslogtreecommitdiff
path: root/orkbasecxx
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-12-27 18:20:31 +0000
committerHenri Herscher <henri@oreka.org>2006-12-27 18:20:31 +0000
commit4da9cdff7f824859048184371fc524fbe5d326f3 (patch)
treed558b08fac0840afda498609c80eaf4d422028fc /orkbasecxx
parent01a349cf321b83e96957940869c4086ee0ef8a87 (diff)
It is now possible to have multiple streams with different codecs being correctly transcribed into one single recording.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@379 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx')
-rw-r--r--orkbasecxx/AudioCapture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkbasecxx/AudioCapture.h b/orkbasecxx/AudioCapture.h
index 89277b9..52485c7 100644
--- a/orkbasecxx/AudioCapture.h
+++ b/orkbasecxx/AudioCapture.h
@@ -38,6 +38,8 @@ typedef enum
#define MEDIA_CHUNK_MARKER 0x2A2A2A2A // corresponds to "****"
#define MEDIA_CHUNK_EOS_MARKER 0x454F534D /// corresponds to "EOSM"
+#define RTP_PAYLOAD_TYPE_MAX 127
+
class DLL_IMPORT_EXPORT_ORKBASE AudioChunkDetails
{
public: