harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h
branchRCL_3
changeset 19 b73252188534
parent 13 4a4892eec172
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    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(CMdEObjectDef& aObjectDef);
    62         static CHarvesterRtpPluginPropertyDefs* NewL();
       
    63         void SetByObjectDefL( CMdEObjectDef& aObjectDef) ;
    63 	};
    64 	};
    64 
    65 
    65 /**
    66 /**
    66  *  Data class for rtp harvester
    67  *  Data class for rtp harvester
    67  *
    68  *
   223        */
   224        */
   224      TInt CheckIfMimeSupported( const TDesC& aMimeBuf );
   225      TInt CheckIfMimeSupported( const TDesC& aMimeBuf );
   225      
   226      
   226      /** */
   227      /** */
   227      void HandleObjectPropertiesL( CHarvesterData& aHD, CHarvesterRtpClipDetails& aClipDetails, TBool aIsAdd);
   228      void HandleObjectPropertiesL( CHarvesterData& aHD, CHarvesterRtpClipDetails& aClipDetails, TBool aIsAdd);
       
   229      
       
   230      void InitPropDefsL( CMdEObjectDef& aObjectDef );
   228 
   231 
   229 private: // data
   232 private: // data
   230 	CHarvesterRtpPluginPropertyDefs* iPropDefs;
   233 	CHarvesterRtpPluginPropertyDefs* iPropDefs;
   231     };
   234     };
   232 
   235