summaryrefslogtreecommitdiff
path: root/src/audio/include/stream_message.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/include/stream_message.hpp')
-rw-r--r--src/audio/include/stream_message.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/audio/include/stream_message.hpp b/src/audio/include/stream_message.hpp
new file mode 100644
index 00000000..f59aba8d
--- /dev/null
+++ b/src/audio/include/stream_message.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+namespace audio {
+
+ enum MessageType {
+ TYPE_UNKNOWN,
+ TYPE_CHUNK_HEADER,
+ TYPE_STREAM_INFO,
+ };
+
+} // namespace audio