summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2018-02-12 11:31:27 +0900
committerMinje Ahn <minje.ahn@samsung.com>2018-02-12 11:31:27 +0900
commitc78aa868bc610480df94a7f207b4270836b7d316 (patch)
tree828cedba6b1fe0dddffbdd35ef97dc1f9caa8178
parent5bedc92255d4b48a7c1e330a8c3ecd4a11e3d5c9 (diff)
downloadmetadata-extractor-c78aa868bc610480df94a7f207b4270836b7d316.tar.gz
metadata-extractor-c78aa868bc610480df94a7f207b4270836b7d316.tar.bz2
metadata-extractor-c78aa868bc610480df94a7f207b4270836b7d316.zip
Change-Id: I173802c42821e71d7e6977c3d04089ee3531756e Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
-rwxr-xr-xinclude/metadata_extractor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/metadata_extractor.h b/include/metadata_extractor.h
index ef12c0c..933bfdd 100755
--- a/include/metadata_extractor.h
+++ b/include/metadata_extractor.h
@@ -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 previlege 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 previlege 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 previlege 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 previlege 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 previlege 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