--- a/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h Tue Jan 26 12:55:56 2010 +0200
+++ b/videoutils_plat/videoplayer_constants_api/inc/mpxvideoplaybackdefs.h Thu Nov 04 11:29:04 2010 +0200
@@ -15,7 +15,7 @@
*/
-// Version : %version: ou1cpsw#4 %
+// Version : %version: 14 %
#ifndef CMPXVIDEOPLAYBACKDEFS_H
@@ -120,7 +120,11 @@
EPbCmdHandleDecreaseVolume,
EPbCmdCustomPause,
EPbCmdCustomPlay,
- EPbCmdRetrieveBufferingPercentage
+ EPbCmdRetrieveBufferingPercentage,
+ EPbCmdLoadingStarted,
+ EPbCmdHideControls,
+ EPbCmdSetPosterFrame,
+ EPbCmdSurfaceRemovedFromWindow
};
enum TMPXGeneralError
@@ -129,7 +133,9 @@
KMPXVideoPlayOver2GDuringVoiceCallError,
KMPXVideoTvOutPlaybackNotAllowed,
KMPXVideoTvOutPlaybackNotAllowedClose,
-
+ KMPXVideoSetPosterFrameFailure,
+ KMPXVideoSetPosterFrameSuccess,
+ KMPXVideoSetPosterFrameNotSupported,
KMPXPluginError
};
@@ -160,6 +166,7 @@
//
const TMPXAttributeData KMPXMediaVideoDisplayAspectRatio = { KMPXMediaIdVideoDisplayMessage, 0x08 };
+
enum TMPXVideoDisplayCommand
{
EPbMsgVideoSurfaceCreated,
@@ -167,7 +174,6 @@
EPbMsgVideoSurfaceRemoved
};
-
#endif
// EOF