Change-Id: Ib37343deb2542e84e6c2abba0c80d6bfef15ab9f
#define APP_CONTROL_OPERATION_GET_INPUT "http://tizen.org/appcontrol/operation/get_input"
+/**
+ * @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 4.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