*
* @param[in] server_name The app_id of the updated media controller server, it can be used only in the callback. To use outside, make a copy.
* @param[in] state The state of the updated media controller server
- * @param[in] user_data The user data passed from the mc_client_set_server_update_cb() fuction
+ * @param[in] user_data The user data passed from the mc_client_set_server_update_cb() function
*
* @pre mc_client_set_server_update_cb()
*
*
* @param[in] server_name The app_id of the updated media controller server, it can be used only in the callback. To use outside, make a copy.
* @param[in] playback The playback information of the updated media controller server
- * @param[in] user_data The user data passed from the mc_client_set_playback_update_cb() fuction
+ * @param[in] user_data The user data passed from the mc_client_set_playback_update_cb() function
*
* @pre mc_client_set_playback_update_cb()
*
*
* @param[in] server_name The app_id of the updated media controller server, it can be used only in the callback. To use outside, make a copy.
* @param[in] metadata the metadata of the updated media controller server
- * @param[in] user_data The user data passed from the mc_client_set_metadata_update_cb() fuction
+ * @param[in] user_data The user data passed from the mc_client_set_metadata_update_cb() function
*
* @pre mc_client_set_metadata_update_cb()
*
*
* @param[in] server_name The app_id of the updated media controller server, it can be used only in the callback. To use outside, make a copy.
* @param[in] mode The shuffle mode of the updated media controller server
- * @param[in] user_data The user data passed from the mc_client_set_shuffle_mode_update_cb() fuction
+ * @param[in] user_data The user data passed from the mc_client_set_shuffle_mode_update_cb() function
*
* @pre mc_client_set_shuffle_mode_update_cb()
*
*
* @param[in] server_name The app_id of the updated media controller server, it can be used only in the callback. To use outside, make a copy.
* @param[in] mode The repeat mode of the updated media controller server
- * @param[in] user_data The user data passed from the mc_client_set_repeat_mode_update_cb() fuction
+ * @param[in] user_data The user data passed from the mc_client_set_repeat_mode_update_cb() function
*
* @pre mc_client_set_repeat_mode_update_cb()
*
* @remarks The callback is called in the dbus event loop.
*
* @param[in] server_name The app_id of the activated media controller server, it can be used only in the callback. To use outside, make a copy.
- * @param[in] user_data The user data passed from the mc_client_foreach_server() fuction
+ * @param[in] user_data The user data passed from the mc_client_foreach_server() function
*
* @return @c true to continue with the next iteration of the loop,
* otherwise @c false to break out of the loop
* @param[in] server_name The app_id of the updated media controller server, it can be used only in the callback. To use outside, make a copy.
* @param[in] result_code The result code of custom command
* @param[in] data The extra data
- * @param[in] user_data The user data passed from the mc_client_send_custom_command() fuction
+ * @param[in] user_data The user data passed from the mc_client_send_custom_command() function
*
* @pre mc_client_send_custom_command()
*
* @remarks The callback is called in the dbus event loop.
*
* @param[in] server_name The app_id of the subscribed media controller server, it can be used only in the callback. To use outside, make a copy.
- * @param[in] user_data The user data passed from the mc_client_foreach_server_subscribed() fuction
+ * @param[in] user_data The user data passed from the mc_client_foreach_server_subscribed() function
*
* @return @c true to continue with the next iteration of the loop,
* otherwise @c false to break out of the loop
/**
* @brief Sets the callback for monitoring status of the media controller server.
- * @details If media controller client call this function, basically the media controller client recieve the callback from all media controller servers.
+ * @details If media controller client call this function, basically the media controller client receive the callback from all media controller servers.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
/**
* @brief Sets the callback for monitoring playback status of the media controller server.
- * @details If media controller client call this function, basically the media controller client recieve the callback from all media controller servers. \n
+ * @details If media controller client call this function, basically the media controller client receive the callback from all media controller servers. \n
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
/**
* @brief Sets the callback for monitoring metadata status of the media controller server.
- * @details If media controller client call this function, basically the media controller client recieve the callback from all media controller servers.
+ * @details If media controller client call this function, basically the media controller client receive the callback from all media controller servers.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
/**
* @brief Sets the callback for monitoring shuffle mode of the media controller server.
- * @details If media controller client call this function, basically the media controller client recieve the callback from all media controller servers.
+ * @details If media controller client call this function, basically the media controller client receive the callback from all media controller servers.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
/**
* @brief Sets the callback for monitoring repeat mode of the media controller server.
- * @details If media controller client call this function, basically the media controller client recieve the callback from all media controller servers.
+ * @details If media controller client call this function, basically the media controller client receive the callback from all media controller servers.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
/**
* @brief Subscribes media controller server for monitoring status.
* @details If media controller client subscribe media controller server, \n
- * the media controller client recieve callback from subscribed media controller server. \n
+ * the media controller client receive callback from subscribed media controller server. \n
* If media controller client subscribe media controller server one or more, \n
- * the media controller client can recieve callback from only subscribed media controller server. \n
+ * the media controller client can receive callback from only subscribed media controller server. \n
* If you want to subscribe for the all media controller server again, \n
* unset mode update callback and set the callback for the monitoring status again. \n
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
/**
* @brief Unsubscribes media controller server for monitoring status.
* @details If media controller client unsubscribe media controller server, \n
- * the media controller client don't recieve callback from unsubscribed media controller server. \n
- * If media controller client unsubscribe all subscibed media controller server, \n
- * the media controller client don't recieve callback from all media controller server. \n
- * After unset and set update callback function is called again, the media controller client can recieve callback from all media controller servers. \n
+ * the media controller client don't receive callback from unsubscribed media controller server. \n
+ * If media controller client unsubscribe all subscribed media controller server, \n
+ * the media controller client don't receive callback from all media controller server. \n
+ * After unset and set update callback function is called again, the media controller client can receive callback from all media controller servers. \n
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
/**
* @brief Sends the custom command to server.
- * @details If there is the result for comand from server, the media controller client will get the result of the custom command by mc_command_reply_received_cb() callback.
+ * @details If there is the result for command from server, the media controller client will get the result of the custom command by mc_command_reply_received_cb() callback.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @privlevel public
*
* @param[in] client_name The app_id of the media controller client, it can be used only in the callback. To use outside, make a copy.
* @param[in] state The received playback state
- * @param[in] user_data The user data passed from the mc_server_set_playback_state_command_received_cb() fuction
+ * @param[in] user_data The user data passed from the mc_server_set_playback_state_command_received_cb() function
*
* @pre mc_server_set_playback_state_command_received_cb()
*
*
* @param[in] client_name The app_id of the media controller client, it can be used only in the callback. To use outside, make a copy.
* @param[in] position The received playback position
- * @param[in] user_data The user data passed from the mc_server_set_playback_position_command_received_cb() fuction
+ * @param[in] user_data The user data passed from the mc_server_set_playback_position_command_received_cb() function
*
* @pre mc_server_set_playback_position_command_received_cb()
*
*
* @param[in] client_name The app_id of the media controller client, it can be used only in the callback. To use outside, make a copy.
* @param[in] shuffle_mode The received shuffle_mode
- * @param[in] user_data The user data passed from the mc_server_set_shuffle_mode_command_received_cb() fuction
+ * @param[in] user_data The user data passed from the mc_server_set_shuffle_mode_command_received_cb() function
*
* @pre mc_server_set_shuffle_mode_command_received_cb()
*
*
* @param[in] client_name The app_id of the media controller client, it can be used only in the callback. To use outside, make a copy.
* @param[in] repeat_mode The received repeat mode
- * @param[in] user_data The user data passed from the mc_server_set_repeat_mode_command_received_cb() fuction
+ * @param[in] user_data The user data passed from the mc_server_set_repeat_mode_command_received_cb() function
*
* @pre mc_server_set_repeat_mode_command_received_cb()
*
* @param[in] client_name The app_id of the media controller client, it can be used only in the callback. To use outside, make a copy.
* @param[in] command The received command
* @param[in] data The extra data
- * @param[in] user_data The user data passed from the mc_server_set_custom_command_received_cb() fuction
+ * @param[in] user_data The user data passed from the mc_server_set_custom_command_received_cb() function
*
* @pre mc_server_set_custom_command_received_cb()
*
* @privlevel public
* @privilege %http://tizen.org/privilege/mediacontroller.server
*
- * @remarks When server recieve command, this function can be called by mc_server_custom_command_received_cb().
+ * @remarks When server receive command, this function can be called by mc_server_custom_command_received_cb().
*
* @param[in] server The handle to media controller server
* @param[in] client_name The app_id of the media controller client