Update API documentation 30/214930/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 30 Sep 2019 02:10:43 +0000 (11:10 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 30 Sep 2019 02:20:11 +0000 (11:20 +0900)
Change-Id: Ic7a3cb1d51a56c0374321bd5abe8426b9d06c574

include/multi_assistant.h
include/multi_assistant_common.h

index ff7b35b5f808315b9ed436835a359bad2329b848..7eba706d9acca57e9b50b096ec47fcca63182107 100644 (file)
@@ -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
index d020b243d5e8b03ebc801700acb3294244e9ed04..abc4a9aa29dd5d3dab957885a1adb109a738fbfe 100644 (file)
@@ -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