summaryrefslogtreecommitdiff
path: root/orkbasecxx
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-12-18 20:54:10 +0000
committerHenri Herscher <henri@oreka.org>2006-12-18 20:54:10 +0000
commit179e05d310e852573838d417c38744ed77c8dc30 (patch)
treeac392034ad653a670059698a2e622150a7539e44 /orkbasecxx
parent0b1f069bf332eb6c21357d17b7b8a5795f165efc (diff)
RTP mixer is now flushed at the end of streams so we don't miss a small chunk of audio at the end of the transcoded file. Also, introduced VoIP QOS logging in the RTP mixer.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@372 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx')
-rw-r--r--orkbasecxx/AudioCapture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkbasecxx/AudioCapture.h b/orkbasecxx/AudioCapture.h
index 4ebc639..89277b9 100644
--- a/orkbasecxx/AudioCapture.h
+++ b/orkbasecxx/AudioCapture.h
@@ -36,6 +36,7 @@ typedef enum
* Serialization friendly details struct
*/
#define MEDIA_CHUNK_MARKER 0x2A2A2A2A // corresponds to "****"
+#define MEDIA_CHUNK_EOS_MARKER 0x454F534D /// corresponds to "EOSM"
class DLL_IMPORT_EXPORT_ORKBASE AudioChunkDetails
{