add apk and doc file type 07/279507/1 accepted/tizen/unified/20220816.130717 submit/tizen/20220816.022943
authorsamsung2013 <yuzhi.he@samsung.com>
Wed, 10 Aug 2022 10:30:19 +0000 (18:30 +0800)
committersamsung2013 <yuzhi.he@samsung.com>
Wed, 10 Aug 2022 10:30:19 +0000 (18:30 +0800)
Change-Id: I991e38bf0ab016195418a42b32808645fedc36e6

src/common/include/media-common-types.h

index adfdf50..8b103be 100755 (executable)
@@ -130,6 +130,8 @@ typedef enum {
        MS_MEDIA_TYPE_PVR       = 1001, /**< PVR Content*/
        MS_MEDIA_TYPE_UHD       = 1002, /**< UHD Content*/
        MS_MEDIA_TYPE_SCSA      = 1003, /**< SCSA Content*/
+       MS_MEDIA_TYPE_APK       = 1004, /**< APK Content*/
+       MS_MEDIA_TYPE_DOC       = 1005, /**< DOC Content*/
 } ms_media_type_e;