Change media type for TV
[platform/core/api/media-content.git] / include_product / media_content_type.h
index 1533e06..afc3764 100755 (executable)
@@ -52,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;
 
 /**