javauis/mmapi_qt/baseline/inc/cmmaplayer.h
changeset 67 63b81d807542
parent 23 98ccebc37403
equal deleted inserted replaced
64:0ea12c182930 67:63b81d807542
   132      * Static getter for control objects.
   132      * Static getter for control objects.
   133      *
   133      *
   134      * @param aPlayer Player to use.
   134      * @param aPlayer Player to use.
   135      * @param aIndex Control's index.
   135      * @param aIndex Control's index.
   136      */
   136      */
   137     IMPORT_C static CMMAControl* StaticControl(CMMAPlayer* aPlayer,
   137     static CMMAControl* StaticControl(CMMAPlayer* aPlayer,
   138             TInt aIndex);
   138             TInt aIndex);
   139 
   139 
   140 public: // New methods
   140 public: // New methods
   141 
   141 
   142     /**
   142     /**
   333      *
   333      *
   334      * @param aError of the action or KErrNone.
   334      * @param aError of the action or KErrNone.
   335      */
   335      */
   336     IMPORT_C void PostActionCompleted(TInt aError);
   336     IMPORT_C void PostActionCompleted(TInt aError);
   337     
   337     
   338     IMPORT_C void PostActionCompletedFile();   //LC work for S60 3.2
   338     void PostActionCompletedFile();   //LC work for S60 3.2
   339     
   339     
   340     IMPORT_C void PostActionCompletedStart();
   340     void PostActionCompletedStart();
   341 protected: // new methods
   341 protected: // new methods
   342     /**
   342     /**
   343      * @see StaticAddSourceStreamL
   343      * @see StaticAddSourceStreamL
   344      */
   344      */
   345     IMPORT_C virtual CMMASourceStream* AddSourceStreamL(JNIEnv* aJniEnv,
   345     IMPORT_C virtual CMMASourceStream* AddSourceStreamL(JNIEnv* aJniEnv,