--- a/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h Fri May 14 15:30:35 2010 +0300
+++ b/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h Fri May 28 09:48:00 2010 +0300
@@ -40,6 +40,19 @@
const TInt KVcxMvcCategoryIdTvRecordings = 2;
const TInt KVcxMvcCategoryIdCaptured = 3;
const TInt KVcxMvcCategoryIdOther = 4;
+const TInt KCategoryIdLastWatched = 5;
+const TInt KCategoryIdExtraItem1 = 6;
+const TInt KCategoryIdExtraItem2 = 7;
+const TInt KCategoryIdExtraItem3 = 8;
+
+/**
+* My Videos Custom command ID
+*
+* This is sent to MPX video player app UI,
+* when the my videos main view is initialized, and
+* player app should do the background initialization.
+*/
+const TInt KVcxMyVideosCmdDoLateConstruct = 0x20016B9D;
/**
* Same as KIptvUrlMaxLength in IptvUtil.h.
@@ -124,8 +137,12 @@
EVcxMyVideosOriginTvRecording = MdeConstants::Object::ERecorded
} TVcxMyVideosOrigin;
-const TInt KVcxMyVideosCollectionCenrepUid = 0x2001B2A9;
-const TInt KVcxMyVideosCollectionCenrepKeySortingOrder = 0x01;
+const TInt KVcxMyVideosCollectionCenrepUid = 0x2001B2A9;
+const TInt KVcxMyVideosCollectionCenrepKeySortingOrder = 0x01;
+const TInt KVcxMyVideosCollectionCenrepKeyLastWatchedMpxId = 0x02;
+const TInt KVcxMyVideosCollectionCenrepKeyLastWatchedName = 0x03;
+const TInt KVcxMyVideosCollectionCenrepKeyLastWatchedPath = 0x04;
+const TInt KVcxMyVideosCollectionCenrepKeyLastWatchedIndicator = 0x05;
const TInt KVcxMyVideosCenRepUid = 0x102750E2; // same as KIptvCenRepUid in CIptvUtil.h
const TInt KVcxMyVideosCenRepPreferredMemoryKey = 0x01; // same as KIptvCenRepPreferredMemoryKey in CIptvUtil.h
@@ -497,6 +514,13 @@
*/
const TMPXAttributeData KVcxMediaMyVideosTransactionId = {KVcxMediaIdMyVideos, 1 << 24};
+/**
+ * 37.
+ * TBool, video list is partial. This is set to Category level video list to inform
+ * client that video cache is not complete yet.
+ */
+const TMPXAttributeData KVcxMediaMyVideosVideoListIsPartial = {KVcxMediaIdMyVideos, 1 << 24};
+
// -------- end of my videos media attributes -------- //