summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioCapture.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/AudioCapture.h')
-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
{