videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h
changeset 27 9da6551eb47a
parent 26 2f50dfb243ea
child 17 198b91596e2e
--- a/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h	Thu Apr 01 22:45:33 2010 +0300
+++ b/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h	Thu Apr 01 22:57:34 2010 +0300
@@ -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
 };