videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h
branchRCL_3
changeset 11 d814ed7f9a12
parent 2 12f9acf7a934
child 12 ec2d0136d75d
equal deleted inserted replaced
7:e3b7e04384fe 11:d814ed7f9a12
    29 /**
    29 /**
    30 * My Videos Collection category IDs.
    30 * My Videos Collection category IDs.
    31 * MPX ID has this as iId1 member and 1 as iId2.
    31 * MPX ID has this as iId1 member and 1 as iId2.
    32 * These are same as indexes in path.
    32 * These are same as indexes in path.
    33 */
    33 */
       
    34 
    34 const TInt KVcxMvcCategoryIdAll          = 0;
    35 const TInt KVcxMvcCategoryIdAll          = 0;
    35 const TInt KVcxMvcCategoryIdDownloads    = 1;
    36 const TInt KVcxMvcCategoryIdDownloads    = 1;
    36 const TInt KVcxMvcCategoryIdTvRecordings = 2;
    37 const TInt KVcxMvcCategoryIdTvRecordings = 2;
    37 const TInt KVcxMvcCategoryIdCaptured     = 3;
    38 const TInt KVcxMvcCategoryIdCaptured     = 3;
    38 const TInt KVcxMvcCategoryIdOther        = 4;
    39 const TInt KVcxMvcCategoryIdOther        = 4;
       
    40 const TInt KCategoryIdLastWatched        = 5;
       
    41 const TInt KCategoryIdExtraItem1         = 6;
       
    42 const TInt KCategoryIdExtraItem2         = 7;
       
    43 const TInt KCategoryIdExtraItem3         = 8;
    39 
    44 
    40 /**
    45 /**
    41 * Same as KIptvUrlMaxLength in IptvUtil.h.
    46 * Same as KIptvUrlMaxLength in IptvUtil.h.
    42 * Comment copied from IptvUtil.h:
    47 * Comment copied from IptvUtil.h:
    43 * As far as I know url specification allows url to be as big as 2048, but
    48 * As far as I know url specification allows url to be as big as 2048, but
   112     EVcxMyVideosOriginDownloaded         = MdeConstants::Object::EDownloaded,
   117     EVcxMyVideosOriginDownloaded         = MdeConstants::Object::EDownloaded,
   113     EVcxMyVideosOriginSideLoaded         = MdeConstants::Object::ESideLoaded,
   118     EVcxMyVideosOriginSideLoaded         = MdeConstants::Object::ESideLoaded,
   114     EVcxMyVideosOriginTvRecording        = MdeConstants::Object::ERecorded
   119     EVcxMyVideosOriginTvRecording        = MdeConstants::Object::ERecorded
   115     }  TVcxMyVideosOrigin;
   120     }  TVcxMyVideosOrigin;
   116 
   121 
   117 const TInt KVcxMyVideosCollectionCenrepUid             = 0x2001B2A9;
   122 const TInt KVcxMyVideosCollectionCenrepUid                 = 0x2001B2A9;
   118 const TInt KVcxMyVideosCollectionCenrepKeySortingOrder = 0x01; 
   123 const TInt KVcxMyVideosCollectionCenrepKeySortingOrder     = 0x01; 
       
   124 const TInt KVcxMyVideosCollectionCenrepKeyLastWatchedMpxId = 0x02; 
   119 
   125 
   120 const TInt KVcxMyVideosCenRepUid = 0x102750E2; // same as KIptvCenRepUid in CIptvUtil.h
   126 const TInt KVcxMyVideosCenRepUid = 0x102750E2; // same as KIptvCenRepUid in CIptvUtil.h
   121 const TInt KVcxMyVideosCenRepPreferredMemoryKey = 0x01; // same as KIptvCenRepPreferredMemoryKey in CIptvUtil.h
   127 const TInt KVcxMyVideosCenRepPreferredMemoryKey = 0x01; // same as KIptvCenRepPreferredMemoryKey in CIptvUtil.h
   122 const TInt KVcxMyvideosCenRepParentControlKey = 0xC; // same as KIptvCenRepParentControlKey in CIptvUtil.h
   128 const TInt KVcxMyvideosCenRepParentControlKey = 0xC; // same as KIptvCenRepParentControlKey in CIptvUtil.h
   123 const TInt KVcxMyvideosCenRepParentControlKeyOff = 0; // same as KIptvCenRepParentControlKeyOff in CIptvUtil.h
   129 const TInt KVcxMyvideosCenRepParentControlKeyOff = 0; // same as KIptvCenRepParentControlKeyOff in CIptvUtil.h
   464  * requests and responses.
   470  * requests and responses.
   465  * Not saved to MDS
   471  * Not saved to MDS
   466  */
   472  */
   467 const TMPXAttributeData KVcxMediaMyVideosTransactionId = {KVcxMediaIdMyVideos, 1 << 23};
   473 const TMPXAttributeData KVcxMediaMyVideosTransactionId = {KVcxMediaIdMyVideos, 1 << 23};
   468 
   474 
       
   475 /**
       
   476  * 36.
       
   477  * TBool, video list is partial. This is set to Category level video list to inform
       
   478  * client that video cache is not complete yet.
       
   479  */
       
   480 const TMPXAttributeData KVcxMediaMyVideosVideoListIsPartial = {KVcxMediaIdMyVideos, 1 << 24};
   469 
   481 
   470 
   482 
   471 // -------- end of my videos media attributes -------- //
   483 // -------- end of my videos media attributes -------- //
   472 
   484 
   473 /*
   485 /*