From: hj kim Date: Tue, 3 Apr 2018 07:27:23 +0000 (+0900) Subject: Define new operation APP_CONTROL_OPERATION_MEDIA_CONTROLLER X-Git-Tag: submit/tizen/20180427.011503~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2987c27ce304474f9480e75449653ae6ad0eb852;p=platform%2Fcore%2Fapi%2Fapp-control.git Define new operation APP_CONTROL_OPERATION_MEDIA_CONTROLLER Change-Id: I45a8999ae7dc694426d0e12d2904eb84ad54bc26 --- diff --git a/include/app_control.h b/include/app_control.h old mode 100644 new mode 100755 index 001602a..0474553 --- a/include/app_control.h +++ b/include/app_control.h @@ -355,6 +355,16 @@ typedef enum { #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 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