mmappfw_plat/mpx_playback_utility_api/inc/mpxplaybackutility.h
changeset 20 b1fb57be53fe
parent 0 a2952bb97e68
equal deleted inserted replaced
4:d45095c2f4f3 20:b1fb57be53fe
   411      *  @param aShareableFile shareable RFile64 file handle 
   411      *  @param aShareableFile shareable RFile64 file handle 
   412      *  @param aAccessPoint the access point of the item 
   412      *  @param aAccessPoint the access point of the item 
   413      */ 
   413      */ 
   414     virtual void InitStreaming64L(RFile64& /*aShareableFile*/, const TInt /*aAccessPoint*/) {};
   414     virtual void InitStreaming64L(RFile64& /*aShareableFile*/, const TInt /*aAccessPoint*/) {};
   415 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   415 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
   416     
       
   417     /** 
       
   418      *  Sets the primary client 
       
   419      * 
       
   420      *  @since S60 9.2
       
   421      *  @return system error 
       
   422      */     
       
   423     virtual TInt SetPrimaryClientL() {return KErrNotSupported; };
       
   424 
       
   425     
   416     };
   426     };
   417 
   427 
   418 /**
   428 /**
   419 *  Manages the players. Golden rules: by default, all players of type EPbLocal
   429 *  Manages the players. Golden rules: by default, all players of type EPbLocal
   420 *  are tried and the first one found which can handle the content is used; when
   430 *  are tried and the first one found which can handle the content is used; when