/**
- * @brief Definition for the application control operation: launch controller server or client.
+ * @brief Definition for the application control operation: launches 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
/**
- * @brief Creates an app_control handle from an app_control_uri handle.
+ * @brief Creates an app_control handle using the URI in app_control_uri handle.
*
* @since_tizen 5.5
* @remarks The @a app_control must be released using app_control_destroy().
/**
- * @brief Sets the URI by the app_control_uri handle.
+ * @brief Sets the URI of the app_control handle as the URI in the app_control_uri handle.
*
* @since_tizen 5.5
* @param[in] app_control The app_control handle
const char *key, const char *val);
/**
- * @brief Creates a URI handle with the attributes set by calling URI builder functions.
+ * @brief Creates a URI handle using the attributes of URI builder handle.
* @since_tizen 5.5
*
* @remarks The @a app_control_uri should be released using app_control_uri_destroy().
int app_control_uri_builder_destroy(app_control_uri_builder_h handle);
/**
- * @brief Creates a URI handle from an encoded URI string.
+ * @brief Creates a URI handle from the encoded URI string.
* @since_tizen 5.5
*
* @remarks The @a handle should be released using app_control_uri_destroy().