return MA_ERROR_NONE;
}
-int ma_assistant_info_get_name(ma_assistant_info_h handle, char** name) {
- if (0 != __ma_get_feature_enabled()) {
- return MA_ERROR_NOT_SUPPORTED;
- }
-
- if (NULL == handle || NULL == name)
- return MA_ERROR_INVALID_PARAMETER;
- assistant_info_t* info = (assistant_info_t*)handle;
- *name = (char*)info->name;
- return MA_ERROR_NONE;
-}
-
int ma_get_recording_audio_source_type(char** type) {
if (0 != __ma_get_feature_enabled()) {
return MA_ERROR_NOT_SUPPORTED;
ma_client_set_preprocessing_result_received_cb(g_ma, NULL, NULL);
return MA_ERROR_NONE;
-}
\ No newline at end of file
+}