aboutsummaryrefslogtreecommitdiffstats
path: root/src/sm-def.h
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-02-26 20:49:19 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-02-26 20:49:19 +0900
commit73372541fe01b60a9f84d53f174668aa873f0375 (patch)
tree935c52e577118b88f51a4c9da03ca47009b3d13e /src/sm-def.h
parent21560b8ca2f7cc803e0c288a9ec96aa68e9c19c6 (diff)
Add sream open function
This is not completed and tested yet Change-Id: I05e93fbe9a94b13c94a23a2e0405432d8f8d9bd2 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/sm-def.h')
-rw-r--r--src/sm-def.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sm-def.h b/src/sm-def.h
index 0c4a5e3..a735cdd 100644
--- a/src/sm-def.h
+++ b/src/sm-def.h
@@ -55,4 +55,17 @@
#define KEY_CONNECTION_FORMAT "connectionFormat"
#define KEY_EVENT "event"
+#ifdef ENABLE_AGL_AHL
+#define KEY_AHL_AUDIO_ROLE "audio_role"
+#define KEY_AHL_ENDPOINT_ID "endpoint_id"
+#define KEY_AHL_ENDPOINT_TYPE "endpoint_type"
+
+typedef enum {
+ ENDPOINT_SINK,
+ ENDPOINT_SOURCE,
+} EndPointType;
+#endif
+
+#define MAX_LENGTH_STRING 256
+
#endif // SOUNDMANAGER_DEFINE_H \ No newline at end of file