From: Ji-hoon Lee Date: Mon, 30 Sep 2019 02:10:43 +0000 (+0900) Subject: Update API documentation X-Git-Tag: submit/tizen/20191002.080047~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=528e7e9cbff8b0014677a313490171422b4766be;p=platform%2Fcore%2Fuifw%2Fmulti-assistant.git Update API documentation Change-Id: Ic7a3cb1d51a56c0374321bd5abe8426b9d06c574 --- diff --git a/include/multi_assistant.h b/include/multi_assistant.h index ff7b35b..7eba706 100644 --- a/include/multi_assistant.h +++ b/include/multi_assistant.h @@ -642,8 +642,10 @@ int ma_unset_preprocessing_information_changed_cb(void); int ma_send_preprocessing_result(bool is_success); /** - * @brief Sets the wake word audio require flag. + * @brief Sets whether multi-assistant service should send wake word audio data. * @details If set to true, wake word audio data will be included in audio streaming data. + * Use ma_set_audio_streaming_data_section_changed_cb() to be informed about + * switching between wake word and regular audio data. * @since_tizen 5.5 * * @param[in] require The require value to be set diff --git a/include/multi_assistant_common.h b/include/multi_assistant_common.h index d020b24..abc4a9a 100644 --- a/include/multi_assistant_common.h +++ b/include/multi_assistant_common.h @@ -275,7 +275,7 @@ typedef int (*ma_assistant_info_list_cb)(ma_assistant_info_h handle, void* user_ typedef void (*ma_preprocessing_information_changed_cb)(const char* app_id, void* user_data); /** - * @brief Called when the section information of audio streaming data is changed. + * @brief Called when the section of audio streaming data is changed. * @since_tizen 5.5 * * @param[in] section The current section information of audio streaming data