Define new operation APP_CONTROL_OPERATION_MEDIA_CONTROLLER 15/174615/5
authorhj kim <backto.kim@samsung.com>
Tue, 3 Apr 2018 07:27:23 +0000 (16:27 +0900)
committerhj kim <backto.kim@samsung.com>
Fri, 6 Apr 2018 04:17:53 +0000 (13:17 +0900)
Change-Id: I45a8999ae7dc694426d0e12d2904eb84ad54bc26

include/app_control.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 001602a..0474553
@@ -356,6 +356,16 @@ typedef enum {
 
 
 /**
+ * @brief Definition for the application control operation: launch controller server or client.
+ * @details Input: APP_CONTROL_DATA_TYPE in extra is the text of launch type("server" or "client"). This is a mandatory field.\n
+ *                  In some cases, URI is used to inform the path to play for the media controller server.\n
+ *          Output: Nothing\n
+ * @since_tizen 5.0
+ */
+#define APP_CONTROL_OPERATION_MEDIA_CONTROLLER "http://tizen.org/appcontrol/operation/media_control"
+
+
+/**
  * @brief Definition for the app_control data: Subject.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */