From 79850e4156f27dfb2d236c7bd89b478275656993 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Thu, 13 Jun 2019 16:59:09 +0900 Subject: [PATCH] [ACR-1378] Modify description Change-Id: I65f51d154a8871d1f6c3b480595fe8e38eafb5ab Signed-off-by: Minje Ahn --- include/media_info.h | 8 ++++---- include_product/media_info.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/media_info.h b/include/media_info.h index 2664f2a..0ffe010 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -1107,10 +1107,10 @@ int media_info_generate_thumbnail(media_info_h media); * %http://tizen.org/privilege/mediastorage \n * %http://tizen.org/privilege/externalstorage * - * @remarks If you want to destroy the media handle before callback invoked, you must cancel the face detection request by using media_info_cancel_face_detection(). \n - * If face detection fails, the face_count argument in media_face_detection_completed_cb() will be set to 0. \n - * Media items in external storage are not supported, with the exception of MMC items. \n - * Since 5.5, if the format is unsupported, this function returns an error and callback will not be invoked. + * @remarks If you want to destroy the media handle before the callback invoked, you must cancel the face detection request using media_info_cancel_face_detection(). \n + * If the face detection fails, the @a face_count argument in media_face_detection_completed_cb() will be set to 0. \n + * The face detection of media items in external storage except MMC is not supported. \n + * Since 5.5, if the format of media data is unsupported, this function returns an error and the callback will not be invoked. * * @param[in] media The handle to the media info * @param[in] callback The callback function to be invoked when detection is completed diff --git a/include_product/media_info.h b/include_product/media_info.h index 2664f2a..0ffe010 100755 --- a/include_product/media_info.h +++ b/include_product/media_info.h @@ -1107,10 +1107,10 @@ int media_info_generate_thumbnail(media_info_h media); * %http://tizen.org/privilege/mediastorage \n * %http://tizen.org/privilege/externalstorage * - * @remarks If you want to destroy the media handle before callback invoked, you must cancel the face detection request by using media_info_cancel_face_detection(). \n - * If face detection fails, the face_count argument in media_face_detection_completed_cb() will be set to 0. \n - * Media items in external storage are not supported, with the exception of MMC items. \n - * Since 5.5, if the format is unsupported, this function returns an error and callback will not be invoked. + * @remarks If you want to destroy the media handle before the callback invoked, you must cancel the face detection request using media_info_cancel_face_detection(). \n + * If the face detection fails, the @a face_count argument in media_face_detection_completed_cb() will be set to 0. \n + * The face detection of media items in external storage except MMC is not supported. \n + * Since 5.5, if the format of media data is unsupported, this function returns an error and the callback will not be invoked. * * @param[in] media The handle to the media info * @param[in] callback The callback function to be invoked when detection is completed -- 2.7.4