[ACR] Add keywords for media filter 60/130760/3
authorMinje Ahn <minje.ahn@samsung.com>
Wed, 24 May 2017 01:23:33 +0000 (10:23 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 25 May 2017 00:08:22 +0000 (00:08 +0000)
Change-Id: I9fa00bcce80c66098a5348bf6269dc817f035ac4
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_content_type.h

index b414083..90d3a36 100755 (executable)
@@ -1216,6 +1216,12 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 
 /**
  * @brief You can use above define to set the condition of playlist filter and order keyword.
+ * @since_tizen 4.0
+ */
+#define PLAYLIST_ID "PLAYLIST_ID"  /**< Playlist id */
+
+/**
+ * @brief 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"  /**< Playlist name */
@@ -1240,6 +1246,13 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
 
 /**
  * @brief You can use above define to set the condition of tag filter and order keyword.
+ * @since_tizen 4.0
+ */
+#define TAG_ID "TAG_ID"  /**< Tag id */
+
+
+/**
+ * @brief 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"  /**< Media count in tag view */
@@ -1260,6 +1273,12 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @brief You can use above define to set the condition of bookmark filter and order keyword.
  * @since_tizen 4.0
  */
+#define BOOKMARK_ID "BOOKMARK_ID"  /**< Bookmark id */
+
+/**
+ * @brief You can use above define to set the condition of bookmark filter and order keyword.
+ * @since_tizen 4.0
+ */
 #define BOOKMARK_NAME "BOOKMARK_NAME"  /**< Bookmark name */
 
 /**
@@ -1290,7 +1309,13 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @brief 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"        /**< face tag */
+#define MEDIA_FACE_TAG "MEDIA_FACE_TAG"        /**< Face tag */
+
+/**
+ * @brief You can use above define to set the condition of face filter and order keyword.
+ * @since_tizen 4.0
+ */
+#define MEDIA_FACE_ID  "MEDIA_FACE_ID"  /**< Face id */
 
 /**
  * @}