Add MM_SESSION_TYPE_REPLACED_BY_STREAM in mm_session_private.h
[platform/core/multimedia/libmm-session.git] / mm_session_private.h
index 4cbe223..8980999 100644 (file)
@@ -35,6 +35,11 @@ extern "C" {
 #endif
 
 #include <mm_session.h>
+#include <stdbool.h>
+
+/* This private definition is for marking that this process is using the stream info. created by sound-manager.
+ * It'll be maintained for backward compatibility regarding session feature that is deprecated since tizen 3.0. */
+#define MM_SESSION_TYPE_REPLACED_BY_STREAM    1111
 
 typedef enum {
        MM_SUBSESSION_TYPE_VOICE = 0,