* limitations under the License.
*/
-#ifndef __TIZEN_MEDIA_METADATA_EXTRACTOR_H__
-#define __TIZEN_MEDIA_METADATA_EXTRACTOR_H__
+#ifndef __TIZEN_MULTIMEDIA_METADATA_EXTRACTOR_H__
+#define __TIZEN_MULTIMEDIA_METADATA_EXTRACTOR_H__
#include <tizen.h>
/**
* @brief Creates metadata.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks You must release @a metadata using metadata_extractor_destroy().
+ * @remarks The @a metadata should be released using metadata_extractor_destroy().
*
* @param[in] metadata The handle to metadata
*
* @brief Sets the file path to extract.
* @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
+ * @param[in] metadata The handle to metadata
+ * @param[in] path The path to extract metadata
*
* @return @c 0 on success, otherwise a negative error value
* @retval #METADATA_EXTRACTOR_ERROR_NONE Successful
* @brief Sets the buffer to extract.
* @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
+ * @param[in] metadata The handle to metadata
+ * @param[in] buffer The buffer to extract metadata
+ * @param[in] size The buffer size
*
* @return @c 0 on success, otherwise a negative error value
* @retval #METADATA_EXTRACTOR_ERROR_NONE Successful
* @brief Destroys metadata.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
- * @param [in] metadata The handle to metadata
+ * @param[in] metadata The handle to metadata
*
* @return @c 0 on success, otherwise a negative error value
* @retval #METADATA_EXTRACTOR_ERROR_NONE Successful
* @brief Gets metadata.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
- * @remarks You must release @a value using @c free(). \n
+ * @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.
*
* @brief Gets the artwork image in a media file.
* @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
+ * @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.
*
* @param[in] metadata The handle to metadata
* @param[out] artwork The encoded artwork image
* @param[out] size The encoded artwork size
- * @param[out] mime_type The mime type of artwork
+ * @param[out] mime_type The MIME of the artwork
* @return @c 0 on success, otherwise a negative error value
*
* @retval #METADATA_EXTRACTOR_ERROR_NONE Successful
* @brief Gets the frame of a video media file.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
- * @remarks You must release @a frame using @c free().
+ * @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.
*
* @brief Gets the synclyrics of a media file.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
- * @remarks You must release @a lyrics using @c free().
+ * @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.
*
* @brief Gets the frame of a video media.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
- * @remarks You must release @a frame using @c free().
+ * @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.
*
}
#endif /* __cplusplus */
-#endif /* __TIZEN_MEDIA_METADATA_EXTRACTOR_H__ */
+#endif /* __TIZEN_MULTIMEDIA_METADATA_EXTRACTOR_H__ */