# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1274784474 -10800 # Node ID 913622afaa4b7794153faeaab4e111b8f25f4c9a # Parent 09899d2ccb77b75ac7e0f74d94ad09cc5b70d16f Revision: 201019 Kit: 2010121 diff -r 09899d2ccb77 -r 913622afaa4b videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h --- a/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h Tue May 11 17:09:35 2010 +0300 +++ b/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h Tue May 25 13:47:54 2010 +0300 @@ -15,7 +15,7 @@ */ -// Version : %version: 12 % +// Version : %version: 13 % #ifndef CMPXVIDEOPLAYBACKDEFS_H @@ -122,7 +122,8 @@ EPbCmdCustomPlay, EPbCmdRetrieveBufferingPercentage, EPbCmdLoadingStarted, - EPbCmdHideControls + EPbCmdHideControls, + EPbCmdSetPosterFrame }; enum TMPXGeneralError @@ -131,7 +132,9 @@ KMPXVideoPlayOver2GDuringVoiceCallError, KMPXVideoTvOutPlaybackNotAllowed, KMPXVideoTvOutPlaybackNotAllowedClose, - + KMPXVideoSetPosterFrameFailure, + KMPXVideoSetPosterFrameSuccess, + KMPXVideoSetPosterFrameNotSupported, KMPXPluginError }; diff -r 09899d2ccb77 -r 913622afaa4b videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h --- a/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h Tue May 11 17:09:35 2010 +0300 +++ b/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h Tue May 25 13:47:54 2010 +0300 @@ -128,9 +128,12 @@ EVcxMyVideosOriginTvRecording = MdeConstants::Object::ERecorded } TVcxMyVideosOrigin; -const TInt KVcxMyVideosCollectionCenrepUid = 0x2001B2A9; -const TInt KVcxMyVideosCollectionCenrepKeySortingOrder = 0x01; -const TInt KVcxMyVideosCollectionCenrepKeyLastWatchedMpxId = 0x02; +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