Change media type for TV
[platform/core/api/media-content.git] / include_product / media_content_type.h
index 0d67e8a..afc3764 100755 (executable)
 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
@@ -58,9 +52,9 @@ typedef enum {
        MEDIA_CONTENT_TYPE_SOUND        = 2,    /**<The type of sound */
        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_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_e;
 
 /**
@@ -192,9 +186,6 @@ typedef enum {
        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,