Remove profile tag
[platform/core/api/media-content.git] / include / media_content_type.h
index 204b80c..30ae76d 100755 (executable)
@@ -41,7 +41,7 @@ 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
+ * @since_tizen 2.3
  * @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.
@@ -58,7 +58,7 @@ typedef enum {
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for media content DB update items.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_ITEM_FILE         = 0,            /**< File type, an item updated to DB */
@@ -68,7 +68,7 @@ typedef enum {
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for media content DB update types.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_CONTENT_INSERT            = 0,            /**< Insert, the type of DB update */
@@ -79,7 +79,7 @@ typedef enum {
 /**
  * @ingroup CAPI_CONTENT_MEDIA_INFO_MODULE
  * @brief Enumeration for orientation types.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_CONTENT_ORIENTATION_NOT_AVAILABLE  = 0,       /**< Not available*/
@@ -96,7 +96,7 @@ typedef enum {
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for ordering.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_CONTENT_ORDER_ASC   = 0,      /**< Ascending order*/
@@ -107,7 +107,7 @@ typedef enum {
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for collations.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_CONTENT_COLLATE_DEFAULT   = 0,        /**< Default collation BINARY */
@@ -119,7 +119,7 @@ typedef enum {
 /**
 * @brief Error class.
 * @details Class for Media Content error
-* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+* @since_tizen 2.3
 *
 */
 #define MEDIA_CONTENT_ERROR_CLASS                              TIZEN_ERROR_MEDIA_CONTENT
@@ -127,7 +127,7 @@ typedef enum {
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for a media content error.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_CONTENT_ERROR_NONE                    = TIZEN_ERROR_NONE,                    /**< Successful */
@@ -146,7 +146,7 @@ typedef enum {
 /**
  * @ingroup CAPI_MEDIA_CONTENT_MODULE
  * @brief Enumeration for a media group.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_CONTENT_GROUP_DISPLAY_NAME = 0,    /**< Media group ID for display name */
@@ -175,63 +175,63 @@ typedef enum {
 /**
  * @ingroup CAPI_CONTENT_MEDIA_INFO_MODULE
  * @brief The structure type for the Media info handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct media_info_s *media_info_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_FOLDER_MODULE
  * @brief The structure type for the Media folder handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct media_folder_s *media_folder_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_PLAYLIST_MODULE
  * @brief The structure type for the Media playlist handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct media_playlist_s *media_playlist_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_TAG_MODULE
  * @brief The structure type for the Media tag handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct media_tag_s *media_tag_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_BOOKMARK_MODULE
  * @brief The structure type for the Media bookmark handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct media_bookmark_s *media_bookmark_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_ALBUM_MODULE
  * @brief The structure type for the Media album handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct media_album_s *media_album_h;
 
 /**
  * @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
+ * @since_tizen 2.3
  */
 typedef struct image_meta_s *image_meta_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_VIDEO_META_MODULE
  * @brief The structure type for the Video metadata handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct video_meta_s *video_meta_h;
 
 /**
  * @ingroup CAPI_CONTENT_MEDIA_AUDIO_META_MODULE
  * @brief The structure type for the Audio metadata handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct audio_meta_s *audio_meta_h;
 
@@ -245,7 +245,7 @@ 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
+ * @since_tizen 2.3
  */
 typedef struct filter_s *filter_h;
 
@@ -276,7 +276,7 @@ typedef void *media_content_noti_h;
  *             #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
+ * @since_tizen 2.3
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
  * @param[in] error The error code
@@ -292,7 +292,7 @@ typedef void (*media_scan_completed_cb)(media_content_error_e error, void * user
  * @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
+ * @since_tizen 2.3
  *
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
@@ -325,7 +325,7 @@ typedef void (*media_content_db_update_cb)(
  * @ingroup CAPI_CONTENT_MEDIA_INFO_MODULE
  * @brief Called for every available media info.
  * @details Iterates over a list of media info.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -362,7 +362,7 @@ typedef bool (*media_info_cb)(media_info_h media, void *user_data);
  *             #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
+ * @since_tizen 2.3
  *
  * @remarks The callback is called in a separate thread(not in the main loop).
  *
@@ -406,7 +406,7 @@ typedef void (*media_face_detection_completed_cb)(media_content_error_e error, c
  * @brief Called for every available media folder.
  * @details Iterates over a list of folders.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -428,7 +428,7 @@ typedef bool (*media_folder_cb)(media_folder_h folder, void *user_data);
  * @brief Called for every playlist in the obtained list of playlists.
  * @details Iterates over a playlist list.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -451,7 +451,7 @@ typedef bool (*media_playlist_cb)(media_playlist_h playlist, void *user_data);
  * @brief Called for every media info with playlist member ID in the obtained list of media info.
  * @details Iterates over playlist members.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -475,7 +475,7 @@ typedef bool (*playlist_member_cb)(int playlist_member_id, media_info_h media, v
  * @brief Called for every tag in the obtained list of tags.
  * @details Iterates over a list of tags.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -499,7 +499,7 @@ typedef bool (*media_tag_cb)(media_tag_h tag, void *user_data);
  * @brief Called for every bookmark in the obtained list of bookmarks.
  * @details Iterates over a bookmark list.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -520,7 +520,7 @@ typedef bool (*media_bookmark_cb)(media_bookmark_h bookmark, void *user_data);
  * @brief Called for every album in the obtained list of groups.
  * @details Iterates over an album list.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @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.
@@ -543,7 +543,7 @@ typedef bool (*media_album_cb)(media_album_h album, void *user_data);
  * @brief Called for every group in the obtained list of groups.
  * @details Iterates over a media group list.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @remarks You should not free @a group_name returned by this function. \n
  *                  The callback is called in the main loop.
@@ -593,7 +593,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_ID "MEDIA_ID"
@@ -601,7 +601,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_PATH "MEDIA_PATH"
@@ -609,7 +609,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_DISPLAY_NAME "MEDIA_DISPLAY_NAME"
@@ -619,7 +619,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_TYPE "MEDIA_TYPE"
@@ -627,7 +627,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_MIME_TYPE "MEDIA_MIME_TYPE"
@@ -636,7 +636,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_SIZE "MEDIA_SIZE"
@@ -644,7 +644,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_ADDED_TIME "MEDIA_ADDED_TIME"
@@ -652,7 +652,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_MODIFIED_TIME "MEDIA_MODIFIED_TIME"
@@ -660,7 +660,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_TIMELINE "MEDIA_TIMELINE"
@@ -668,7 +668,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_THUMBNAIL_PATH "MEDIA_THUMBNAIL_PATH"
@@ -676,7 +676,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_TITLE "MEDIA_TITLE"
@@ -684,7 +684,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_ALBUM "MEDIA_ALBUM"
@@ -692,7 +692,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_ARTIST "MEDIA_ARTIST"
@@ -700,7 +700,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_ALBUM_ARTIST "MEDIA_ALBUM_ARTIST"
@@ -708,7 +708,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_GENRE "MEDIA_GENRE"
@@ -716,7 +716,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_COMPOSER "MEDIA_COMPOSER"
@@ -724,7 +724,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_YEAR "MEDIA_YEAR"
@@ -732,7 +732,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_RECORDED_DATE "MEDIA_RECORDED_DATE"
@@ -740,7 +740,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_TRACK_NUM "MEDIA_TRACK_NUM"
@@ -748,7 +748,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_DURATION "MEDIA_DURATION"
@@ -756,7 +756,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_LONGITUDE "MEDIA_LONGITUDE"
@@ -764,7 +764,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_LATITUDE "MEDIA_LATITUDE"
@@ -772,7 +772,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_ALTITUDE "MEDIA_ALTITUDE"
@@ -780,7 +780,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_WIDTH "MEDIA_WIDTH"
@@ -788,7 +788,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_HEIGHT "MEDIA_HEIGHT"
@@ -796,7 +796,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_DATETAKEN "MEDIA_DATETAKEN"
@@ -804,7 +804,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_FAVOURITE "MEDIA_FAVOURITE"
@@ -814,7 +814,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  */
 #define MEDIA_IS_DRM "MEDIA_IS_DRM"
@@ -823,7 +823,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -835,7 +835,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -847,7 +847,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -859,7 +859,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -871,7 +871,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -883,7 +883,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -895,7 +895,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -914,21 +914,21 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  /**
  * @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
+ * @since_tizen 2.3
  */
 #define FOLDER_ID "FOLDER_ID"
 
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define FOLDER_PATH "FOLDER_PATH"
 
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define FOLDER_NAME "FOLDER_NAME"
 
@@ -936,7 +936,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @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
+ * @since_tizen 2.3
  * @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.
@@ -946,7 +946,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define PLAYLIST_NAME "PLAYLIST_NAME"
 
@@ -960,21 +960,21 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define PLAYLIST_MEMBER_ORDER "PLAYLIST_MEMBER_ORDER"
 
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define PLAYLIST_MEDIA_COUNT "PLAYLIST_MEDIA_COUNT"
 
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define TAG_NAME "TAG_NAME"
 
@@ -988,14 +988,14 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define TAG_MEDIA_COUNT "TAG_MEDIA_COUNT"
 
 /**
  * @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
+ * @since_tizen 2.3
  */
 #define BOOKMARK_MARKED_TIME "BOOKMARK_MARKED_TIME"