harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    57 		CHarvesterRtpPluginPropertyDefs();
    57 		CHarvesterRtpPluginPropertyDefs();
    58 	
    58 	
    59 		void ConstructL(CMdEObjectDef& aObjectDef);
    59 		void ConstructL(CMdEObjectDef& aObjectDef);
    60 
    60 
    61 	public:	
    61 	public:	
    62         static CHarvesterRtpPluginPropertyDefs* NewL();
    62 		static CHarvesterRtpPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef);
    63         void SetByObjectDefL( CMdEObjectDef& aObjectDef) ;
       
    64 	};
    63 	};
    65 
    64 
    66 /**
    65 /**
    67  *  Data class for rtp harvester
    66  *  Data class for rtp harvester
    68  *
    67  *
   224        */
   223        */
   225      TInt CheckIfMimeSupported( const TDesC& aMimeBuf );
   224      TInt CheckIfMimeSupported( const TDesC& aMimeBuf );
   226      
   225      
   227      /** */
   226      /** */
   228      void HandleObjectPropertiesL( CHarvesterData& aHD, CHarvesterRtpClipDetails& aClipDetails, TBool aIsAdd);
   227      void HandleObjectPropertiesL( CHarvesterData& aHD, CHarvesterRtpClipDetails& aClipDetails, TBool aIsAdd);
   229      
       
   230      void InitPropDefsL( CMdEObjectDef& aObjectDef );
       
   231 
   228 
   232 private: // data
   229 private: // data
   233 	CHarvesterRtpPluginPropertyDefs* iPropDefs;
   230 	CHarvesterRtpPluginPropertyDefs* iPropDefs;
   234     };
   231     };
   235 
   232