diff -r 2fa4bdc4457e -r 0ff8782add8d videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h --- a/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h Thu May 27 13:53:19 2010 +0300 +++ b/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h Fri Jun 11 14:38:03 2010 +0300 @@ -2,7 +2,7 @@ * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" +* under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * @@ -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 -------- //