X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmedia_info.h;h=c7d081f23a02ace05634f51d7f81e5c4e61e8938;hb=8472301bb1cc6eead8fcfaf57f3a7547098a64f4;hp=2664f2a560f4e66be05f01127e42c27b7992db97;hpb=ff0dd77ef1d4fa79e81e1ed0877ec7468d497a8f;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include/media_info.h b/include/media_info.h index 2664f2a..c7d081f 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -1042,7 +1042,7 @@ int media_info_create_thumbnail(media_info_h media, media_thumbnail_completed_cb * @privlevel public * @privilege %http://tizen.org/privilege/content.write * - * @remarks If you request cancel for the already thumbnail created media, this function return MEDIA_CONTENT_ERROR_INVALID_OPERATION + * @remarks If you request cancel for the already thumbnail created media, this function returns #MEDIA_CONTENT_ERROR_INVALID_OPERATION * * @param[in] media The handle to the media info * @@ -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 @@ -1147,7 +1147,7 @@ int media_info_start_face_detection(media_info_h media, media_face_detection_com * @privlevel public * @privilege %http://tizen.org/privilege/content.write * - * @remarks If face detection is already done when you request the cancellation, this function return MEDIA_CONTENT_ERROR_INVALID_OPERATION + * @remarks If face detection is already done when you request the cancellation, this function returns #MEDIA_CONTENT_ERROR_INVALID_OPERATION * * @param[in] media The handle to the media info *