Change folder_id to row id instead of uuid
[platform/core/api/media-content.git] / include_product / media_content_type.h
index 0dd0ffd..2c7887c 100755 (executable)
@@ -15,8 +15,8 @@
 */
 
 
-#ifndef __TIZEN_MEDIA_CONTENT_TYPE_H__
-#define __TIZEN_MEDIA_CONTENT_TYPE_H__
+#ifndef __TIZEN_CONTENT_MEDIA_CONTENT_TYPE_H__
+#define __TIZEN_CONTENT_MEDIA_CONTENT_TYPE_H__
 
 #include <time.h>
 #include <tizen.h>
 extern "C" {
 #endif /* __cplusplus */
 
-#if 0
-#ifndef _USE_SENIOR_MODE
-#define _USE_SENIOR_MODE
-#endif
-#endif
-
 /**
  * @file media_content_type.h
  * @brief This file contains API related to media-content enumerations for media data types, groups, orientations, \n
  *        classes of errors and definitions of media-data. \n
  *        Listed APIs are called when iterating over lists of album, group, bookmark and other media,  \n
- *        when media items and burst shot are inserted completely and when notification of media DB change is subscribed.
+ *        when media items are inserted completely and when notification of media DB change is subscribed.
  */
 
 /**
@@ -48,20 +42,27 @@ extern "C" {
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for the media file format.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, #MEDIA_CONTENT_TYPE_OTHERS is related to the following feature:\n
+ *          %http://tizen.org/feature/content.scanning.others\n
+ *          If this feature is not supported on the device, #MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  */
 typedef enum {
-       MEDIA_CONTENT_TYPE_IMAGE                = 0,    /**<The type of an image */
-       MEDIA_CONTENT_TYPE_VIDEO                = 1,    /**<The type of a video */
+       MEDIA_CONTENT_TYPE_IMAGE        = 0,    /**<The type of an image */
+       MEDIA_CONTENT_TYPE_VIDEO        = 1,    /**<The type of a video */
        MEDIA_CONTENT_TYPE_SOUND        = 2,    /**<The type of sound */
-       MEDIA_CONTENT_TYPE_MUSIC                = 3,    /**<The type of music */
+       MEDIA_CONTENT_TYPE_MUSIC        = 3,    /**<The type of music */
        MEDIA_CONTENT_TYPE_OTHERS       = 4,    /**<The type of other */
-       MEDIA_CONTENT_TYPE_PVR                  = 5,            /**<The type of PVR */
-       MEDIA_CONTENT_TYPE_UHD                  = 6,            /**<The type of UHD */
-       MEDIA_CONTENT_TYPE_SCSA                 = 7,            /**<The type of SCSA */
+       MEDIA_CONTENT_TYPE_BOOK         = 5,    /**<The type of book (Since 6.5)*/
+       MEDIA_CONTENT_TYPE_PVR          = 1001, /**<The type of PVR */
+       MEDIA_CONTENT_TYPE_UHD          = 1002, /**<The type of UHD */
+       MEDIA_CONTENT_TYPE_SCSA         = 1003, /**<The type of SCSA */
+       MEDIA_CONTENT_TYPE_APK      = 1004,     /**<The type of ARK*/
+       MEDIA_CONTENT_TYPE_DOC      = 1005,     /**<The type of DOC*/
 } media_content_type_e;
 
 /**
- * @ingroup CAPI_CONTENT_MEDIA_CONTENT_MODULE
+ * @ingroup CAPI_MEDIA_CONTENT_MODULE
+ * @deprecated Deprecated since 5.0.
  * @brief Enumeration for the storage type.
  * @details This information is used to establish where the folder is.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
@@ -70,7 +71,6 @@ typedef enum {
        MEDIA_CONTENT_STORAGE_INTERNAL  = 0,    /**< The device's internal storage */
        MEDIA_CONTENT_STORAGE_EXTERNAL  = 1,    /**< The device's external storage like sd card*/
        MEDIA_CONTENT_STORAGE_EXTERNAL_USB = 2, /**< The external USB storage (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */
-       MEDIA_CONTENT_STORAGE_CLOUD     = 100,  /**< The Cloud storage (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, Deprecated since 4.0) */
 } media_content_storage_e;
 
 /**
@@ -81,6 +81,7 @@ typedef enum {
 typedef enum {
        MEDIA_ITEM_FILE         = 0,            /**< File type, an item updated to DB */
        MEDIA_ITEM_DIRECTORY    = 1,            /**< Directory type, an item updated to DB */
+       MEDIA_ITEM_STORAGE      = 2,            /**< Storage type, an item updated to DB */
 } media_content_db_update_item_type_e;
 
 /**
@@ -119,7 +120,7 @@ typedef enum {
 typedef enum {
        MEDIA_CONTENT_ORDER_ASC   = 0,      /**< Ascending order*/
        MEDIA_CONTENT_ORDER_DESC  = 1,      /**< Descending order*/
-       MEDIA_CONTENT_ORDER_OTHER = 2,          /** order by order key**/
+       MEDIA_CONTENT_ORDER_OTHER = 2,          /**< order by order key**/
 } media_content_order_e;
 
 /**
@@ -134,6 +135,12 @@ typedef enum {
        MEDIA_CONTENT_COLLATE_LOCALIZED = 3,        /**< Collation LOCALIZATION, NOCASE also applied */
 } media_content_collation_e;
 
+/**
+* @brief Error class.
+* @details Class for Media Content error
+* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+*
+*/
 #define MEDIA_CONTENT_ERROR_CLASS                              TIZEN_ERROR_MEDIA_CONTENT
 
 /**
@@ -180,21 +187,9 @@ typedef enum {
        MEDIA_CONTENT_GROUP_LONGITUDE,           /**< Media group ID for the longitude*/
        MEDIA_CONTENT_GROUP_LATITUDE,            /**< Media group ID for the latitude*/
        MEDIA_CONTENT_GROUP_ALTITUDE,            /**< Media group ID for the altitude*/
-       MEDIA_CONTENT_GROUP_BURST_IMAGE,         /**< Media group ID for the burst shot*/
-       MEDIA_CONTENT_GROUP_RATING,              /**< Media group ID for a rating*/
-       MEDIA_CONTENT_GROUP_AUTHOR,              /**< Media group ID for an author*/
-       MEDIA_CONTENT_GROUP_PROVIDER,            /**< Media group ID for a provider*/
-       MEDIA_CONTENT_GROUP_CONTENT_NAME,        /**< Media group ID for the content name (Deprecated since 4.0)*/
-       MEDIA_CONTENT_GROUP_CATEGORY,            /**< Media group ID for a category*/
-       MEDIA_CONTENT_GROUP_LOCATION_TAG,        /**< Media group ID for a location tag*/
-       MEDIA_CONTENT_GROUP_AGE_RATING,          /**< Media group ID for an age rating*/
-       MEDIA_CONTENT_GROUP_KEYWORD,             /**< Media group ID for a keyword (Deprecated since 4.0)*/
-       MEDIA_CONTENT_GROUP_WEATHER,             /**< Media group ID for the weather*/
-       MEDIA_CONTENT_GROUP_MODIFIED_MONTH,              /**< Media group ID for the modified time*/
+       MEDIA_CONTENT_GROUP_RATING = 20,              /**< Media group ID for a rating*/
+       MEDIA_CONTENT_GROUP_MODIFIED_MONTH = 29,                 /**< Media group ID for the modified time*/
        MEDIA_CONTENT_GROUP_MODIFIED_DATE,               /**< Media group ID for the modified date*/
-#ifdef _USE_SENIOR_MODE
-       MEDIA_CONTENT_GROUP_CONTACT,
-#endif
        MEDIA_CONTENT_GROUP_ALBUM,
        MEDIA_CONTENT_GROUP_MAX,                /**< Invalid media group ID*/
        MEDIA_PVR_GROUP_DURATION,
@@ -293,7 +288,7 @@ typedef struct media_bookmark_s *media_bookmark_h;
 typedef struct media_album_s *media_album_h;
 
 /**
- * @ingroup CAPI_CONTENT_MEDIA_IMAGE_MODULE
+ * @ingroup CAPI_CONTENT_MEDIA_IMAGE_META_MODULE
  * @brief The structure type for the Image metadata handle.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
@@ -314,6 +309,13 @@ typedef struct video_meta_s *video_meta_h;
 typedef struct audio_meta_s *audio_meta_h;
 
 /**
+ * @ingroup CAPI_CONTENT_MEDIA_BOOK_META_MODULE
+ * @brief The structure type for the Book metadata handle.
+ * @since_tizen 6.5
+ */
+typedef struct book_meta_s *book_meta_h;
+
+/**
  * @ingroup CAPI_CONTENT_MEDIA_FILTER_MODULE
  * @brief The structure type for the Media filter handle.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
@@ -322,6 +324,7 @@ typedef struct filter_s *filter_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_STORAGE_MODULE
+ * @deprecated Deprecated since 5.0.
  * @brief The structure type for the Media storage handle.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
@@ -335,7 +338,7 @@ typedef void *media_storage_h;
 typedef void *media_face_h;
 
 /**
- * @ingroup CAPI_CONTENT_MEDIA_CONTENT_MODULE
+ * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief The structure type for the Media content noti handle.
  * @since_tizen 3.0
  */
@@ -344,38 +347,47 @@ typedef void *media_content_noti_h;
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Called when the media scanning is finished.
+ * @details The following error codes can be received: \n
+ *             #MEDIA_CONTENT_ERROR_NONE : Success \n
+ *             #MEDIA_CONTENT_ERROR_INVALID_PARAMETER : Invalid parameter \n
+ *             #MEDIA_CONTENT_ERROR_INVALID_OPERATION : Invalid operation \n
+ *             #MEDIA_CONTENT_ERROR_PERMISSION_DENIED : Permission denied \n
+ *             #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY : Out of memory \n
+ *             #MEDIA_CONTENT_ERROR_DB_FAILED : DB Operation failed \n
+ *             #MEDIA_CONTENT_ERROR_DB_BUSY : DB Operation busy \n
+ *             #MEDIA_CONTENT_ERROR_NETWORK : Network fail \n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
- * @param[in] error     The error code
+ * @param[in] error The error code
  * @param[in] user_data The user data passed from the foreach function
  *
- * @pre media_content_scan().
- *
- * @see media_content_scan()
- *
+ * @pre media_content_scan_folder().
+ * @see media_content_scan_folder()
  */
 typedef void (*media_scan_completed_cb)(media_content_error_e error, void * user_data);
 
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Called when the notification of the media DB change is subscribed.
+ * @details The following error codes can be received: \n
+ *             #MEDIA_CONTENT_ERROR_NONE : Success \n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
- * @param[in] error       The error code
- * @param[in] pid         The PID which publishes notification
+ * @param[in] error The error code
+ * @param[in] pid The PID which publishes notification
  * @param[in] update_item The update item of notification
  * @param[in] update_type The update type of notification
- * @param[in] media_type  The type of the media content (#media_content_type_e)
- * @param[in] uuid        The UUID of media or directory, which is updated
- * @param[in] path        The path of the media or directory
- * @param[in] mime_type   The mime type of the media info
- * @param[in] user_data   The user data passed from the foreach function
+ * @param[in] media_type The type of the media content (#media_content_type_e)
+ * @param[in] uuid The ID of media or directory, which is updated
+ * @param[in] path The path of the media or directory
+ * @param[in] mime_type The MIME of the media info
+ * @param[in] user_data The user data passed from the foreach function
  *
- * @pre media_content_db_update_subscribe().
- * @see media_content_db_update_subscribe()
+ * @pre media_content_add_db_updated_cb().
+ * @see media_content_add_db_updated_cb()
  */
 typedef void (*media_content_db_update_cb)(
                                media_content_error_e error,
@@ -383,7 +395,7 @@ typedef void (*media_content_db_update_cb)(
                                media_content_db_update_item_type_e update_item,
                                media_content_db_update_type_e update_type,
                                media_content_type_e media_type,
-                               char *uuid,
+                               char *id,
                                char *path,
                                char *mime_type,
                                void *user_data);
@@ -398,7 +410,7 @@ typedef void (*media_content_db_update_cb)(
  * @remarks To use the @a media outside this function, copy the handle with media_info_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] media     The handle to the media info
+ * @param[in] media The handle to the media info
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
@@ -420,39 +432,31 @@ typedef bool (*media_info_cb)(media_info_h media, void *user_data);
 /**
  * @ingroup CAPI_CONTENT_MEDIA_INFO_MODULE
  * @brief Called when media items are inserted completely.
+ * @details The following error codes can be received: \n
+ *             #MEDIA_CONTENT_ERROR_NONE : Success \n
+ *             #MEDIA_CONTENT_ERROR_INVALID_PARAMETER : Invalid parameter \n
+ *             #MEDIA_CONTENT_ERROR_INVALID_OPERATION : Invalid operation \n
+ *             #MEDIA_CONTENT_ERROR_PERMISSION_DENIED : Permission denied \n
+ *             #MEDIA_CONTENT_ERROR_OUT_OF_MEMORY : Out of memory \n
+ *             #MEDIA_CONTENT_ERROR_DB_FAILED : DB Operation failed \n
+ *             #MEDIA_CONTENT_ERROR_DB_BUSY : DB Operation busy \n
+ *             #MEDIA_CONTENT_ERROR_NETWORK : Network fail \n
+ *             #MEDIA_CONTENT_ERROR_NOT_SUPPORTED : Not supported \n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
- * @param[in] media     The handle to the media info
+ * @param[in] error The error code
  * @param[in] user_data The user data passed from the foreach function
  *
  * @pre media_info_insert_batch_to_db()
- *
  * @see media_info_insert_batch_to_db()
  */
 typedef void (*media_insert_completed_cb)(media_content_error_e error, void * user_data);
 
 
 /**
- * @ingroup CAPI_CONTENT_MEDIA_INFO_MODULE
- * @brief Called when the burst shot is inserted completely.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- * @remarks The callback is called in a separate thread(not in the main loop).
- *
- * @param[in] media     The handle to the media info
- * @param[in] user_data The user data passed from the foreach function
- *
- * @pre media_info_insert_burst_shot_to_db()
- *
- * @see media_info_insert_burst_shot_to_db()
- *
- */
-typedef void (*media_insert_burst_shot_completed_cb)(media_content_error_e error, void * user_data);
-
-
-/**
+ * @deprecated Deprecated since 5.0.
  * @ingroup CAPI_CONTENT_MEDIA_INFO_MODULE
  * @brief Called when creating a thumbnail image.
  * @details This callback is called for completion of generating the thumbnail image.
@@ -467,12 +471,11 @@ typedef void (*media_insert_burst_shot_completed_cb)(media_content_error_e error
  *
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
- * @param[in] error     The error code
- * @param[in] path      The path of the thumbnail which is generated
+ * @param[in] error The error code
+ * @param[in] path The path of the thumbnail which is generated
  * @param[in] user_data The user data passed from the foreach function
  *
  * @pre media_info_create_thumbnail()
- *
  * @see media_info_create_thumbnail()
  */
 typedef void (*media_thumbnail_completed_cb)(media_content_error_e error, const char *path, void *user_data);
@@ -493,12 +496,11 @@ typedef void (*media_thumbnail_completed_cb)(media_content_error_e error, const
  *
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
- * @param[in] error     The error code
- * @param[in] face_count      The number of all detected faces
+ * @param[in] error The error code
+ * @param[in] face_count The number of all detected faces
  * @param[in] user_data The user data passed from the foreach function
  *
  * @pre media_info_start_face_detection()
- *
  * @see media_info_start_face_detection()
  */
 typedef void (*media_face_detection_completed_cb)(media_content_error_e error, const int face_count, void *user_data);
@@ -514,7 +516,7 @@ typedef void (*media_face_detection_completed_cb)(media_content_error_e error, c
  * @remarks To use the @a folder outside this function, copy the handle with the media_folder_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] folder    The handle to the media folder
+ * @param[in] folder The handle to the media folder
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
@@ -536,7 +538,7 @@ typedef bool (*media_folder_cb)(media_folder_h folder, void *user_data);
  * @remarks To use the @a playlist outside this function, copy the handle with the media_playlist_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] playlist  The handle to the media playlist
+ * @param[in] playlist The handle to the media playlist
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
@@ -559,9 +561,9 @@ typedef bool (*media_playlist_cb)(media_playlist_h playlist, void *user_data);
  * @remarks To use the @a media outside this function, copy the handle with the media_info_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] playlist_member_id The ID to member of the playlist
- * @param[in] media              The handle to the media info
- * @param[in] user_data          The user data passed from the foreach function
+ * @param[in] playlist_member_id The ID of the playlist member
+ * @param[in] media The handle to the media info
+ * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
@@ -583,7 +585,7 @@ typedef bool (*playlist_member_cb)(int playlist_member_id, media_info_h media, v
  * @remarks To use the @a tag outside this function, copy the handle with the media_tag_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] tag       The handle to the media tag
+ * @param[in] tag The handle to the media tag
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
@@ -607,14 +609,13 @@ typedef bool (*media_tag_cb)(media_tag_h tag, void *user_data);
  * @remarks To use the @a bookmark outside this function, copy the handle with the media_bookmark_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] bookmark  The handle to the video bookmark
+ * @param[in] bookmark The handle to the media bookmark
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
  *
  * @pre media_info_foreach_bookmark_from_db() will invoke this function.
- *
  * @see media_info_foreach_bookmark_from_db()
  */
 typedef bool (*media_bookmark_cb)(media_bookmark_h bookmark, void *user_data);
@@ -629,7 +630,7 @@ typedef bool (*media_bookmark_cb)(media_bookmark_h bookmark, void *user_data);
  * @remarks To use the @a album outside this function, copy the handle with the media_album_clone() function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] album     The handle to the media album
+ * @param[in] album The handle to the media album
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
@@ -653,19 +654,19 @@ typedef bool (*media_album_cb)(media_album_h album, void *user_data);
  *                  The callback is called in the main loop.
  *
  * @param[in] group_name The name of the media group
- * @param[in] user_data  The user data passed from the foreach function
+ * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
  *
  * @pre media_group_foreach_group_from_db() will invoke this function.
- *
  * @see media_group_foreach_group_from_db()
  */
 typedef bool (*media_group_cb)(const char *group_name, void *user_data);
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_STORAGE_MODULE
+ * @deprecated Deprecated since 5.0.
  * @brief Called for every storage in the obtained list of storages.
  * @details Iterates over a media storage list.
  *
@@ -674,14 +675,13 @@ typedef bool (*media_group_cb)(const char *group_name, void *user_data);
  * @remarks You should not destroy @a storage returned by this function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] storage     The handle of the media storage
- * @param[in] user_data  The user data passed from the foreach function
+ * @param[in] storage The handle of the media storage
+ * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
  *
  * @pre media_storage_foreach_storage_from_db() will invoke this function.
- *
  * @see media_storage_foreach_storage_from_db()
  */
 typedef bool (*media_storage_cb)(media_storage_h storage, void *user_data);
@@ -696,14 +696,13 @@ typedef bool (*media_storage_cb)(media_storage_h storage, void *user_data);
  * @remarks You should not destroy @a face returned by this function. \n
  *                  The callback is called in the main loop.
  *
- * @param[in] face     The handle of the media face
- * @param[in] user_data  The user data passed from the foreach function
+ * @param[in] face The handle of the media face
+ * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
  *
  * @pre media_info_foreach_face_from_db() will invoke this function.
- *
  * @see media_info_foreach_face_from_db()
  */
 typedef bool (*media_face_cb)(media_face_h face, void *user_data);
@@ -718,7 +717,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  */
 
  /**
- * @brief Media ID
+ * @brief Media ID.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -726,7 +725,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ID "MEDIA_ID"
 
 /**
- * @brief Media full path
+ * @brief Media full path.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -734,7 +733,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_PATH "MEDIA_PATH"
 
 /**
- * @brief The file name including the extension
+ * @brief The file name including the extension.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -742,7 +741,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_DISPLAY_NAME "MEDIA_DISPLAY_NAME"
 
 /**
- * @brief Media type
+ * @brief Media type.
  * @details There are 5 media types:\n
  *               0-image, 1-video, 2-sound, 3-music, 4-other\n
  *               You can use above define to set the condition of media filter and order keyword.
@@ -752,7 +751,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_TYPE "MEDIA_TYPE"
 
 /**
- * @brief Media MIME type
+ * @brief Media MIME type.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -761,7 +760,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 
 
 /**
- * @brief Media file size
+ * @brief Media file size.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -769,7 +768,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_SIZE "MEDIA_SIZE"
 
 /**
- * @brief The time that content file was first added to media database
+ * @brief The time that content file was first added to media database.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -777,7 +776,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ADDED_TIME "MEDIA_ADDED_TIME"
 
 /**
- * @brief The last modification time provided by the file system
+ * @brief The last modification time provided by the file system.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -785,7 +784,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_MODIFIED_TIME "MEDIA_MODIFIED_TIME"
 
 /**
- * @brief  Media created time
+ * @brief  Media created time.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -793,7 +792,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_TIMELINE "MEDIA_TIMELINE"
 
 /**
- * @brief Media thumbnail path
+ * @brief Media thumbnail path.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -801,7 +800,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_THUMBNAIL_PATH "MEDIA_THUMBNAIL_PATH"
 
 /**
- * @brief Media title get from tag or file name
+ * @brief Media title get from tag or file name.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -809,7 +808,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_TITLE "MEDIA_TITLE"
 
 /**
- * @brief Media album name
+ * @brief Media album name.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -817,7 +816,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ALBUM "MEDIA_ALBUM"
 
 /**
- * @brief Media artist
+ * @brief Media artist.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -825,7 +824,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ARTIST "MEDIA_ARTIST"
 
 /**
- * @brief Media album artist
+ * @brief Media album artist.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -833,7 +832,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ALBUM_ARTIST "MEDIA_ALBUM_ARTIST"
 
 /**
- * @brief Media genre
+ * @brief Media genre.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -841,7 +840,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_GENRE "MEDIA_GENRE"
 
 /**
- * @brief Media composer
+ * @brief Media composer.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -849,7 +848,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_COMPOSER "MEDIA_COMPOSER"
 
 /**
- * @brief Media year
+ * @brief Media year.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -857,7 +856,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_YEAR "MEDIA_YEAR"
 
 /**
- * @brief Media recorded date
+ * @brief Media recorded date.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -865,7 +864,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_RECORDED_DATE "MEDIA_RECORDED_DATE"
 
 /**
- * @brief Media copyright
+ * @deprecated Deprecated since 5.5.
+ * @brief Media copyright.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -873,7 +873,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_COPYRIGHT "MEDIA_COPYRIGHT"
 
 /**
- * @brief Media track number
+ * @brief Media track number.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -881,7 +881,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_TRACK_NUM "MEDIA_TRACK_NUM"
 
 /**
- * @brief Media description
+ * @deprecated Deprecated since 5.5.
+ * @brief Media description.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -889,7 +890,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_DESCRIPTION "MEDIA_DESCRIPTION"
 
 /**
- * @brief Media bitrate
+ * @deprecated Deprecated since 5.5.
+ * @brief Media bitrate.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -897,7 +899,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_BITRATE "MEDIA_BITRATE"
 
 /**
- * @brief Media bit per sample
+ * @deprecated Deprecated since 5.5.
+ * @brief Media bit per sample.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -905,7 +908,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_BITPERSAMPLE "MEDIA_BITPERSAMPLE"
 
 /**
- * @brief Media sample rate
+ * @deprecated Deprecated since 5.5.
+ * @brief Media sample rate.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -913,7 +917,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_SAMPLERATE "MEDIA_SAMPLERATE"
 
 /**
- * @brief Media channel
+ * @deprecated Deprecated since 5.5.
+ * @brief Media channel.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -921,7 +926,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_CHANNEL "MEDIA_CHANNEL"
 
 /**
- * @brief Media duration
+ * @brief Media duration.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -929,7 +934,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_DURATION "MEDIA_DURATION"
 
 /**
- * @brief Media longitude
+ * @brief Media longitude.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -937,7 +942,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_LONGITUDE "MEDIA_LONGITUDE"
 
 /**
- * @brief Media latitude
+ * @brief Media latitude.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -945,7 +950,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_LATITUDE "MEDIA_LATITUDE"
 
 /**
- * @brief Media altitude
+ * @brief Media altitude.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -953,7 +958,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ALTITUDE "MEDIA_ALTITUDE"
 
 /**
- * @brief Media width
+ * @brief Media width.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -961,7 +966,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_WIDTH "MEDIA_WIDTH"
 
 /**
- * @brief Media height
+ * @brief Media height.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -969,7 +974,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_HEIGHT "MEDIA_HEIGHT"
 
 /**
- * @brief Media datetaken
+ * @brief Media datetaken.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -977,7 +982,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_DATETAKEN "MEDIA_DATETAKEN"
 
 /**
- * @brief Media orientation
+ * @deprecated Deprecated since 5.5.
+ * @brief Media orientation.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -985,42 +991,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ORIENTATION "MEDIA_ORIENTATION"
 
 /**
- * @brief Media burst ID
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_BURST_ID "BURST_ID"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media playedcount
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_PLAYED_COUNT "MEDIA_PLAYED_COUNT"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media last played time
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_LAST_PLAYED_TIME "MEDIA_LAST_PLAYED_TIME"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media last played position of file
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_LAST_PLAYED_POSITION "MEDIA_LAST_PLAYED_POSITION"
-
-/**
- * @brief Media rating
+ * @deprecated Deprecated since 5.5.
+ * @brief Media rating.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -1028,7 +1000,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_RATING "MEDIA_RATING"
 
 /**
- * @brief The time to register favourite
+ * @brief The time to register favourite.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -1036,73 +1008,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_FAVOURITE "MEDIA_FAVOURITE"
 
 /**
- * @brief Media author
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_AUTHOR "MEDIA_AUTHOR"
-
-/**
- * @brief Media provider
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_PROVIDER "MEDIA_PROVIDER"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media content name
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_CONTENT_NAME "MEDIA_CONTENT_NAME"
-
-/**
- * @brief Media category
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_CATEGORY "MEDIA_CATEGORY"
-
-/**
- * @brief Media location tag
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_LOCATION_TAG "MEDIA_LOCATION_TAG"
-
-/**
- * @brief Media age rating
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_AGE_RATING "MEDIA_AGE_RATING"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media keyword
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_KEYWORD "MEDIA_KEYWORD"
-
-/**
- * @brief Media weather
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_WEATHER "MEDIA_WEATHER"
-
-/**
- * @brief Is DRM
+ * @brief Is DRM.
  * @details There are 2 types:\n
  *               0-not drm, 1-drm\n
  *               You can use above define to set the condition of media filter and order keyword.
@@ -1112,9 +1018,10 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_IS_DRM "MEDIA_IS_DRM"
 
 /**
- * @brief Media storage
- * @details There are 2 types:\n
- *               0-internal storage, 1-external storage\n
+ * @deprecated Deprecated since 5.0.
+ * @brief Media storage.
+ * @details There are 3 types:\n
+ *               0-internal storage, 1-SD card, 2-USB storage\n
  *               You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -1122,7 +1029,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_STORAGE_TYPE "MEDIA_STORAGE_TYPE"
 
 /**
- * @brief Media exposure time
+ * @deprecated Deprecated since 5.5.
+ * @brief Media exposure time.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -1130,7 +1038,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_EXPOSURE_TIME "MEDIA_EXPOSURE_TIME"
 
 /**
- * @brief Media fnumber
+ * @deprecated Deprecated since 5.5.
+ * @brief Media fnumber.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -1138,7 +1047,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_FNUMBER "MEDIA_FNUMBER"
 
 /**
- * @brief Media ISO
+ * @deprecated Deprecated since 5.5.
+ * @brief Media ISO.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -1146,7 +1056,8 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_ISO "MEDIA_ISO"
 
 /**
- * @brief Media model
+ * @deprecated Deprecated since 5.5.
+ * @brief Media model.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -1154,137 +1065,115 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_MODEL "MEDIA_MODEL"
 
 /**
- * @brief Media file name pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media file name pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *             If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_FILE_NAME_PINYIN "MEDIA_FILE_NAME_PINYIN"
 
 /**
- * @brief Media title pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media title pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *             If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_TITLE_PINYIN "MEDIA_TITLE_PINYIN"
 
 /**
- * @brief Media album pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media album pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_ALBUM_PINYIN "MEDIA_ALBUM_PINYIN"
 
 /**
- * @brief Media artist pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media artist pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *             If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_ARTIST_PINYIN "MEDIA_ARTIST_PINYIN"
 
 /**
- * @brief Media album artist pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media album artist pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_ALBUM_ARTIST_PINYIN "MEDIA_ALBUM_ARTIST_PINYIN"
 
 /**
- * @brief Media genre pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media genre pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_GENRE_PINYIN "MEDIA_GENRE_PINYIN"
 
 /**
- * @brief Media composer pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Media composer pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_COMPOSER_PINYIN "MEDIA_COMPOSER_PINYIN"
 
 /**
- * @brief Media copyright pinyin
+ * @deprecated Deprecated since 5.5.
+ * @brief Media copyright pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_COPYRIGHT_PINYIN "MEDIA_COPYRIGHT_PINYIN"
 
 /**
- * @brief Media description pinyin
+ * @deprecated Deprecated since 5.5.
+ * @brief Media description pinyin.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  *
  */
 #define MEDIA_DESCRIPTION_PINYIN "MEDIA_DESCRIPTION_PINYIN"
 
 /**
- * @brief Media author pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_AUTHOR_PINYIN "MEDIA_AUTHOR_PINYIN"
-
-/**
- * @brief Media provider pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_PROVIDER_PINYIN "MEDIA_PROVIDER_PINYIN"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media content name pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_CONTENT_NAME_PINYIN "MEDIA_CONTENT_NAME_PINYIN"
-
-/**
- * @brief Media category pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_CATEGORY_PINYIN "MEDIA_CATEGORY_PINYIN"
-
-/**
- * @brief Media location tag pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_LOCATION_TAG_PINYIN "MEDIA_LOCATION_TAG_PINYIN"
-
-/**
- * @brief Media age rating pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_AGE_RATING_PINYIN "MEDIA_AGE_RATING_PINYIN"
-
-/**
- * @deprecated Deprecated since 4.0.
- * @brief Media keyword pinyin
- * @details You can use above define to set the condition of media filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
- */
-#define MEDIA_KEYWORD_PINYIN "MEDIA_KEYWORD_PINYIN"
-
-/**
- * @brief Virtual Reality content
+ * @brief Virtual Reality content.
  * @details You can use above define to set the condition of media filter and order keyword.
  * @since_tizen 3.0
  *
@@ -1292,35 +1181,29 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define MEDIA_360 "MEDIA_360"
 
  /**
- * @brief Folder ID
+ * @brief Folder ID.
  * @details You can use above define to set the condition of folder filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define FOLDER_ID "FOLDER_ID"
 
 /**
- * @brief Folder full path
+ * @brief Folder full path.
  * @details You can use above define to set the condition of folder filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define FOLDER_PATH "FOLDER_PATH"
 
 /**
- * @brief Folder base name
+ * @brief Folder base name.
  * @details You can use above define to set the condition of folder filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define FOLDER_NAME "FOLDER_NAME"
 
 /**
- * @brief Folder modified time
- * @details You can use above define to set the condition of folder filter and order keyword.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- */
-#define FOLDER_MODIFIED_TIME "FOLDER_MODIFIED_TIME"
-
-/**
- * @brief Folder storage
+ * @deprecated Deprecated since 5.0.
+ * @brief Folder storage.
  * @details There are 2 types:\n
  *               0-internal storage, 1-external storage\n
  *               You can use above define to set the condition of folder filter and order keyword.
@@ -1329,120 +1212,111 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #define FOLDER_STORAGE_TYPE "FOLDER_STORAGE_TYPE"
 
 /**
- * @brief Folder base name pinyin
+ * @deprecated Deprecated since 7.0.
+ * @brief Folder base name pinyin.
  * @details You can use above define to set the condition of folder filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks Since 4.0, this keyword is related to the following feature:\n
+ *          - %http://tizen.org/feature/content.filter.pinyin\n
+ *            If this feature is not supported on the device, PINYIN search does not work.
  */
 #define FOLDER_NAME_PINYIN "FOLDER_NAME_PINYIN"
 
 /**
- * @deprecated Deprecated since 4.0.
- * @brief Folder order info
- * @details You can use above define to set the condition of folder filter and order keyword.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- */
-#define FOLDER_ORDER "FOLDER_ORDER"
-
-/**
- * @brief Parent folder id
- * @details You can use above define to set the condition of folder filter and order keyword.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- */
-#define FOLDER_PARENT_FOLDER_ID "FOLDER_PARENT_FOLDER_ID"
-
-/**
- * @brief Playlist name
+ * @brief Playlist name.
  * @details You can use above define to set the condition of playlist filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define PLAYLIST_NAME "PLAYLIST_NAME"
 
 /**
- * @brief Playlist id
+ * @brief Playlist id.
  * @details You can use above define to set the condition of playlist filter and order keyword.
  * @since_tizen 4.0
  */
-#define PLAYLIST_ID "PLAYLIST_ID"
+#define MEDIA_PLAYLIST_ID "PLAYLIST_ID"
 
 /**
- * @brief Playlist name
+ * @brief Playlist member order.
  * @details You can use above define to set the condition of playlist filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define PLAYLIST_MEMBER_ORDER "PLAYLIST_MEMBER_ORDER"
 
 /**
- * @brief Media count in playlist
+ * @brief Media count in playlist.
  * @details You can use above define to set the condition of playlist filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define PLAYLIST_MEDIA_COUNT "PLAYLIST_MEDIA_COUNT"
 
 /**
- * @brief Tag name
+ * @brief Tag name.
  * @details You can use above define to set the condition of tag filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define TAG_NAME "TAG_NAME"
 
 /**
- * @brief Tag id
+ * @brief Tag id.
  * @details You can use above define to set the condition of tag filter and order keyword.
  * @since_tizen 4.0
  */
-#define TAG_ID "TAG_ID"
+#define MEDIA_TAG_ID "TAG_ID"
 
 /**
- * @brief Media count in tag
+ * @brief Media count in tag.
  * @details You can use above define to set the condition of tag filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define TAG_MEDIA_COUNT "TAG_MEDIA_COUNT"
 
 /**
- * @brief Bookmark marked time
+ * @brief Bookmark marked time.
  * @details You can use above define to set the condition of bookmark filter and order keyword.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define BOOKMARK_MARKED_TIME "BOOKMARK_MARKED_TIME"
 
 /**
- * @brief Bookmark id
+ * @brief Bookmark id.
  * @details You can use above define to set the condition of bookmark filter and order keyword.
  * @since_tizen 4.0
  */
-#define BOOKMARK_ID "BOOKMARK_ID"
+#define MEDIA_BOOKMARK_ID "BOOKMARK_ID"
 
 /**
- * @brief Bookmark name
+ * @brief Bookmark name.
  * @details You can use above define to set the condition of bookmark filter and order keyword.
  * @since_tizen 4.0
  */
 #define BOOKMARK_NAME "BOOKMARK_NAME"
 
 /**
- * @brief Storage ID
+ * @deprecated Deprecated since 5.0.
+ * @brief Storage ID.
  * @details You can use above define to set the condition of storage filter and order keyword.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 #define MEDIA_STORAGE_ID                                       "STORAGE_ID"
 
 /**
- * @brief Storage path
+ * @deprecated Deprecated since 5.0.
+ * @brief Storage path.
  * @details You can use above define to set the condition of storage filter and order keyword.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 #define MEDIA_STORAGE_PATH                             "STORAGE_PATH"
 
 /**
- * @brief Face tag
+ * @brief Face tag.
  * @details You can use above define to set the condition of face filter and order keyword.
  * @since_tizen 3.0
  */
 #define MEDIA_FACE_TAG "MEDIA_FACE_TAG"
 
 /**
- * @brief Face id
+ * @brief Face id.
  * @details You can use above define to set the condition of face filter and order keyword.
  * @since_tizen 4.0
  */
@@ -1458,4 +1332,4 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 #endif /* __cplusplus */
 
 
-#endif /*__TIZEN_MEDIA_CONTENT_TYPE_H__*/
+#endif /*__TIZEN_CONTENT_MEDIA_CONTENT_TYPE_H__*/