mpx/playbackframework/playbackengine/inc/mpxplaybackengine.h
branchRCL_3
changeset 15 d240f0a77280
parent 9 bee149131e4b
child 30 6f9f6e99a23e
equal deleted inserted replaced
14:05b0d2323768 15:d240f0a77280
   855     * Increments play count
   855     * Increments play count
   856     */
   856     */
   857     void SavePlaybackCompleteInfoL();
   857     void SavePlaybackCompleteInfoL();
   858 
   858 
   859     /**
   859     /**
   860     * Restore playback position and state if it was saved previously
   860     * Restore playback position if it was saved previously
   861     */
   861     */
   862     void RestorePlaybackPositionAndStateL( const CMPXMedia& aMedia );
   862     void RestorePlaybackPositionL( const CMPXMedia& aMedia );
   863 
   863 
       
   864     /**
       
   865     * Restore playback state if it was saved previously
       
   866     */
       
   867     void RestorePlaybackStateL();
       
   868   
   864     /**
   869     /**
   865     * Sets the volume increment depending on accessory state
   870     * Sets the volume increment depending on accessory state
   866     */
   871     */
   867     void SetVolumeIncrement( TMPXPlaybackAccessoryMode aMode );
   872     void SetVolumeIncrement( TMPXPlaybackAccessoryMode aMode );
   868 
   873 
  1029 #endif
  1034 #endif
  1030     
  1035     
  1031 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
  1036 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
  1032     RFile64 iFile64;
  1037     RFile64 iFile64;
  1033 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
  1038 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
  1039     
       
  1040     TInt iPositionFromMedia; 
       
  1041     
  1034     };
  1042     };
  1035 
  1043 
  1036 #include "mpxplaybackengine.inl"
  1044 #include "mpxplaybackengine.inl"
  1037 
  1045 
  1038 #endif // CMPXPLAYBACKENGINE_H
  1046 #endif // CMPXPLAYBACKENGINE_H