Remove links in document 15/243215/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121549 accepted/tizen/6.0/unified/hotfix/20201103.003810 accepted/tizen/6.0/unified/hotfix/20201103.050641 accepted/tizen/unified/20200906.032704 submit/tizen/20200904.051854 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 03:43:49 +0000 (12:43 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 03:43:49 +0000 (12:43 +0900)
Change-Id: I1557d130209f4896144f77b073a7f7bc796d6f57

include/metadata_extractor.h

index c91f555..650203d 100755 (executable)
@@ -113,7 +113,7 @@ int metadata_extractor_destroy(metadata_extractor_h metadata);
  *
  * @remarks The @a value should be released using free(). \n
  *                   In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
- *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] attribute The key attribute name to get
@@ -138,7 +138,7 @@ int metadata_extractor_get_metadata(metadata_extractor_h metadata, metadata_extr
  *
  * @remarks The @a artwork and @a mime_type should be released using free(). \n
  *                   In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
- *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage.
  *
  * @param[in] metadata The handle to metadata
  * @param[out] artwork The encoded artwork image
@@ -164,7 +164,7 @@ int metadata_extractor_get_artwork(metadata_extractor_h metadata, void **artwork
  *
  * @remarks The @a frame should be released using free().
  *                   In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
- *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage.
  *
  * @param[in] metadata The handle to metadata
  * @param[out] frame The raw frame data in RGB888
@@ -189,7 +189,7 @@ int metadata_extractor_get_frame(metadata_extractor_h metadata, void **frame, in
  *
  * @remarks The @a lyrics should be released using free().
  *                   In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
- *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] index The index of time/lyrics to set
@@ -215,7 +215,7 @@ int metadata_extractor_get_synclyrics(metadata_extractor_h metadata, int index,
  *
  * @remarks The @a frame should be released using free().
  *                   In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
- *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   For example, if you get the specific path by using storage_get_directory(). you should add privilege %http://tizen.org/privilege/mediastorage or %http://tizen.org/privilege/externalstorage.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] timestamp The timestamp in milliseconds