mmsharing/mmshengine/inc/musenglivesession.h
branchRCL_3
changeset 21 ce86b6d44a6d
parent 0 f0cf47e981f9
child 32 73a1feb507fb
equal deleted inserted replaced
19:95754dcd27ad 21:ce86b6d44a6d
    26 // SYSTEM
    26 // SYSTEM
    27 #include <ecam.h>
    27 #include <ecam.h>
    28 
    28 
    29 // FORWARD DECLARATIONS
    29 // FORWARD DECLARATIONS
    30 class MMusEngLiveSessionObserver;
    30 class MMusEngLiveSessionObserver;
       
    31 class CMusEngOrientationHandler;
    31 
    32 
    32 class CMusEngLiveSession : public CMusEngMceOutSession
    33 class CMusEngLiveSession : public CMusEngMceOutSession
    33     {
    34     {
    34     MUS_UNITTEST( UT_CMusEngOutSession )
    35     MUS_UNITTEST( UT_CMusEngOutSession )
    35     MUS_UNITTEST( UT_CMusEngLiveSession )
    36     MUS_UNITTEST( UT_CMusEngLiveSession )
       
    37     MUS_UNITTEST( UT_CMusEngOrientationHandler )
    36 
    38 
    37     public:
    39     public:
    38 
    40 
    39         /**
    41         /**
    40         * Creates new MultimediaSharing Live session.
    42         * Creates new MultimediaSharing Live session.
   237 
   239 
   238         /**
   240         /**
   239         * Tells whether session is paused or not
   241         * Tells whether session is paused or not
   240         */
   242         */
   241         IMPORT_C TBool IsPlayingL();
   243         IMPORT_C TBool IsPlayingL();
       
   244         
       
   245         void EnableDisplayL( TBool aEnable );
       
   246         
       
   247         void RefreshOrientationL();
   242 
   248 
   243 
   249 
   244     protected: // inherited from CMusEngMceOutSession
   250     protected: // inherited from CMusEngMceOutSession
   245 
   251 
   246         /**
   252         /**
   407         /**
   413         /**
   408         *
   414         *
   409         */
   415         */
   410         TInt iBigZoomStep;
   416         TInt iBigZoomStep;
   411         
   417         
       
   418         CMusEngOrientationHandler* iOrientationHandler;
       
   419         
   412     };
   420     };
   413 
   421 
   414 #endif
   422 #endif
   415 
   423