summaryrefslogtreecommitdiff
path: root/include/metadata_extractor.h
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2016-04-26 13:44:31 +0900
committerMinje Ahn <minje.ahn@samsung.com>2016-04-26 17:34:12 +0900
commit229300a38d0fe15528f26a643cb325ee09c81af0 (patch)
tree89c3dd01c4352864f6ed1360f4e6ebbed38e1f0e /include/metadata_extractor.h
parentd0b921ba01aa08e758df2c1fa222069de5568255 (diff)
downloadmetadata-extractor-229300a38d0fe15528f26a643cb325ee09c81af0.tar.gz
metadata-extractor-229300a38d0fe15528f26a643cb325ee09c81af0.tar.bz2
metadata-extractor-229300a38d0fe15528f26a643cb325ee09c81af0.zip
Change-Id: Ifc7408abe65087bc2c378d047e8c7120ef414758 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'include/metadata_extractor.h')
-rwxr-xr-xinclude/metadata_extractor.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/metadata_extractor.h b/include/metadata_extractor.h
index b238fa4..da63d8f 100755
--- a/include/metadata_extractor.h
+++ b/include/metadata_extractor.h
@@ -39,7 +39,7 @@ extern "C" {
/**
* @brief Creates metadata.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @remarks You must release @a metadata using metadata_extractor_destroy().
*
* @param[in] metadata The handle to metadata
@@ -55,7 +55,7 @@ int metadata_extractor_create(metadata_extractor_h *metadata);
/**
* @brief Sets the file path to extract.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @param [in] metadata The handle to metadata
* @param [in] path The path to extract metadata
* @return @c 0 on success,
@@ -73,7 +73,7 @@ int metadata_extractor_set_path(metadata_extractor_h metadata, const char *path)
/**
* @brief Sets the buffer to extract.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @param [in] metadata The handle to metadata
* @param [in] buffer The buffer to extract metadata
* @param [in] size The buffer size
@@ -91,7 +91,7 @@ int metadata_extractor_set_buffer(metadata_extractor_h metadata, const void *buf
/**
* @brief Destroys metadata.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @param [in] metadata The handle to metadata
* @return @c 0 on success,
* otherwise a negative error value
@@ -106,7 +106,7 @@ int metadata_extractor_destroy(metadata_extractor_h metadata);
/**
* @brief Gets metadata.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @remarks You must release @a value using @c free(). \n
* In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
@@ -130,7 +130,7 @@ int metadata_extractor_get_metadata(metadata_extractor_h metadata, metadata_extr
/**
* @brief Gets the artwork image in a media file.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @remarks You must release @a artwork and @a artwork_mime using @c free(). \n
* In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
@@ -155,7 +155,7 @@ int metadata_extractor_get_artwork(metadata_extractor_h metadata, void **artwork
/**
* @brief Gets the frame of a video media file.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @remarks You must release @a frame using @c free().
* In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
@@ -179,7 +179,7 @@ int metadata_extractor_get_frame(metadata_extractor_h metadata, void **frame, in
/**
* @brief Gets the synclyrics of a media file.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @remarks You must release @a lyrics using @c free().
* In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
@@ -204,7 +204,7 @@ int metadata_extractor_get_synclyrics(metadata_extractor_h metadata, int index,
/**
* @brief Gets the frame of a video media.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @remarks You must release @a frame using @c free().
* In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n