Add new macro to get value for integer 64bit type 18/218818/1 accepted/tizen/unified/20191202.140856 submit/tizen/20191202.031214
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 28 Nov 2019 09:08:13 +0000 (18:08 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 28 Nov 2019 09:08:50 +0000 (18:08 +0900)
[Version] 0.3.16
[Profile] Common
[Issue Type] Update

Change-Id: Ie18f7804936e71d716258bd1bc812ff83da31019
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
muse/include/muse_recorder_msg.h
packaging/mmsvc-recorder.spec

index b63cc4f..b1150b1 100644 (file)
@@ -121,6 +121,14 @@ typedef const char* STRING;
  * @param[in] param The key to query, the variable name should be matched to the message's one.
  * @param[out] buf The string of message buffer.
  */
+#define muse_recorder_msg_get_int64(param, buf) \
+       muse_core_msg_deserialize(#param, buf, NULL, NULL, MUSE_TYPE_INT64, &param)
+
+/**
+ * @brief Query the specific value from the input message via ipc.
+ * @param[in] param The key to query, the variable name should be matched to the message's one.
+ * @param[out] buf The string of message buffer.
+ */
 #define muse_recorder_msg_get_double(param, buf) \
        muse_core_msg_deserialize(#param, buf, NULL, NULL, MUSE_TYPE_DOUBLE, &param)
 
index 20d3df1..ed3744c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmsvc-recorder
 Summary:    A Recorder module for muse server
-Version:    0.3.15
+Version:    0.3.16
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0