mmappfw_plat/mpx_playback_common_definition_api/inc/mpxplaybackpluginobserver.h
changeset 20 b1fb57be53fe
parent 0 a2952bb97e68
equal deleted inserted replaced
4:d45095c2f4f3 20:b1fb57be53fe
   108      * @param aErr system error code. if aErr is not KErrNone, aMsg will not be 
   108      * @param aErr system error code. if aErr is not KErrNone, aMsg will not be 
   109      *             used
   109      *             used
   110      */
   110      */
   111     virtual void HandlePlaybackMessage(CMPXMessage* /*aMsg*/, 
   111     virtual void HandlePlaybackMessage(CMPXMessage* /*aMsg*/, 
   112                                        TInt /*aErr*/) {}
   112                                        TInt /*aErr*/) {}
       
   113     
       
   114     
       
   115     /** 
       
   116      * Handle message from plug-in.
       
   117      *
       
   118      * @since S60 9.2
       
   119      * @param aMsg message from the plug-in
       
   120      * @return system error
       
   121     */
       
   122     virtual TInt HandlePlaybackSyncMessage (const CMPXMessage& /*aMsg*/) {return KErrNotSupported;}
       
   123 
       
   124     
   113     };
   125     };
   114 
   126 
   115 #endif      // MMPXMPLAYBACKPLUGINOBSERVER_H
   127 #endif      // MMPXMPLAYBACKPLUGINOBSERVER_H
   116 
   128 
   117 // End of file
   129 // End of file