summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunjun Ko <zzoon.ko@samsung.com>2013-04-10 13:55:28 +0900
committerHyunjun Ko <zzoon.ko@samsung.com>2013-04-10 14:09:10 +0900
commitc58c9f6a8cddbd07d7cbc5039e00f6f47aa381c6 (patch)
tree814bdbc7ce4c511449815b7739d530d4e729d8ad
parent0059b823cadf5d9dba790567d5ee712ab6981ebf (diff)
downloadmedia-content-c58c9f6a8cddbd07d7cbc5039e00f6f47aa381c6.tar.gz
media-content-c58c9f6a8cddbd07d7cbc5039e00f6f47aa381c6.tar.bz2
media-content-c58c9f6a8cddbd07d7cbc5039e00f6f47aa381c6.zip
New api image_meta_get_title
Change-Id: I5a39bd639760678eb3ed7f7380d26f8edaa18be0
-rwxr-xr-xinclude/media_image.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/media_image.h b/include/media_image.h
index c54562f..75bc1ce 100755
--- a/include/media_image.h
+++ b/include/media_image.h
@@ -117,6 +117,21 @@ int image_meta_get_orientation(image_meta_h image, media_content_orientation_e *
int image_meta_get_date_taken(image_meta_h image, char **date_taken);
/**
+ * @brief Gets the title.
+ *
+ * @remarks @a title must be released with free() by you.
+ *
+ * @param[in] media The handle to image metadata
+ * @param[out] title title of image
+ * @return 0 on success, otherwise a negative error value.
+ * @retval #MEDIA_CONTENT_ERROR_NONE Successful
+ * @retval #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY Out of memory
+ * @retval #MEDIA_CONTENT_ERROR_INVALID_PARAMETER Invalid parameter
+ *
+ */
+int image_meta_get_title(image_meta_h image, char **title);
+
+/**
* @brief Gets the burst shot id.
*
* @remarks @a burst id must be released with free() by you.