videoplayback/videohelix/inc/mpxvideoplaybackcontroller.h
branchRCL_3
changeset 12 7f2b2a65da29
parent 11 8970fbd719ec
child 14 55fa1ec415c6
equal deleted inserted replaced
11:8970fbd719ec 12:7f2b2a65da29
    14 * Description:   This class plays files with the Helix Engine
    14 * Description:   This class plays files with the Helix Engine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // Version : %version: 22 %
    19 // Version : %version: 24 %
    20 
    20 
    21 
    21 
    22 #ifndef _CMPXVIDEOPLAYBACKCONTROLLER_H_
    22 #ifndef _CMPXVIDEOPLAYBACKCONTROLLER_H_
    23 #define _CMPXVIDEOPLAYBACKCONTROLLER_H_
    23 #define _CMPXVIDEOPLAYBACKCONTROLLER_H_
    24 
    24 
   130 
   130 
   131         void HandleError(TInt error);
   131         void HandleError(TInt error);
   132         void SetVolumeSteps( TInt aVolumeSteps );
   132         void SetVolumeSteps( TInt aVolumeSteps );
   133         void HandleVolumeL( TBool aIncrease );
   133         void HandleVolumeL( TBool aIncrease );
   134 
   134 
       
   135         void SendHideControlsEventL();
       
   136 
   135 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   137 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   136 
   138 
   137         void OpenFile64L( const TDesC& aMediaFile, RFile64& aFile, TInt aPosition, TInt aAccessPointId = KUseDefaultIap );
   139         void OpenFile64L( const TDesC& aMediaFile, RFile64& aFile, TInt aPosition, TInt aAccessPointId = KUseDefaultIap );
   138 
   140 
   139 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   141 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   182         void DoHandleDisplayTimeout();
   184         void DoHandleDisplayTimeout();
   183 
   185 
   184         CHWRMLight* GetLightsL();
   186         CHWRMLight* GetLightsL();
   185         void ReleaseLights();
   187         void ReleaseLights();
   186 
   188 
   187         TBool SendTvOutEventL( TBool aConnected, TBool aPlaybackAllowed );
   189         void SendTvOutEventL( TBool aConnected, TBool aPlaybackAllowed );
   188 
   190 
   189     protected:
   191     protected:
   190 
   192 
   191         /*
   193         /*
   192          *  C++ default constructor
   194          *  C++ default constructor