javauis/mmapi_qt/baseline/inc/cmmavideocontrol.h
changeset 47 f40128debb5d
parent 26 dc7c549001d5
--- a/javauis/mmapi_qt/baseline/inc/cmmavideocontrol.h	Fri Jun 11 13:33:44 2010 +0300
+++ b/javauis/mmapi_qt/baseline/inc/cmmavideocontrol.h	Wed Jun 23 18:07:10 2010 +0300
@@ -102,6 +102,7 @@
      * @param aDeleteRefEvent Event posted in the destructor.
      */
     static void StaticInitDynamicModeL(CMMAVideoControl* aVideoControl,
+                                       JNIEnv* aJni,
                                        TInt* aContentHandle,
                                        MMAFunctionServer* aEventSource,
                                        jobject aGUIObject,
@@ -171,7 +172,16 @@
 private:
 
     void SetForeground(TBool aForeground, TBool aUseEventServer);
-
+    
+public:
+    
+    enum TDisplaytype
+    {
+        EDISPLAY_CANVAS=0,
+        EDISPLAY_VIDEOITEM=1,
+        EDISPLAY_ESWT=2
+    };
+    
 protected:
     /**
      * Not owned.