diff -r e3b7e04384fe -r d814ed7f9a12 videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h --- a/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h Fri Feb 19 23:50:39 2010 +0200 +++ b/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h Fri Mar 12 15:48:41 2010 +0200 @@ -15,7 +15,7 @@ */ -// Version : %version: 6 % +// Version : %version: 7 % #ifndef CMPXVIDEOPLAYBACKDEFS_H @@ -120,7 +120,8 @@ EPbCmdHandleDecreaseVolume, EPbCmdCustomPause, EPbCmdCustomPlay, - EPbCmdRetrieveBufferingPercentage + EPbCmdRetrieveBufferingPercentage, + EPbCmdSurfaceRemoved }; enum TMPXGeneralError @@ -165,7 +166,8 @@ { EPbMsgVideoSurfaceCreated, EPbMsgVideoSurfaceChanged, - EPbMsgVideoSurfaceRemoved + EPbMsgVideoSurfaceRemoved, + EPbMsgVideoRemoveDisplayWindow };