harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
changeset 28 c461c7fa72c2
parent 23 33ae025ac1e8
child 30 3e156c80c15d
equal deleted inserted replaced
25:8e4539ab1889 28:c461c7fa72c2
   137 		CMdEPropertyDef* iAuthorPropertyDef;
   137 		CMdEPropertyDef* iAuthorPropertyDef;
   138 		CMdEPropertyDef* iGenrePropertyDef;
   138 		CMdEPropertyDef* iGenrePropertyDef;
   139 		CMdEPropertyDef* iArtistPropertyDef;
   139 		CMdEPropertyDef* iArtistPropertyDef;
   140 		CMdEPropertyDef* iDescriptionPropertyDef;
   140 		CMdEPropertyDef* iDescriptionPropertyDef;
   141 		CMdEPropertyDef* iDrmPropertyDef;
   141 		CMdEPropertyDef* iDrmPropertyDef;
       
   142 		CMdEPropertyDef* iDefaultFolderPropertyDef;
   142 		
   143 		
   143 		CMdEPropertyDef* iAudioFourCCDef;
   144 		CMdEPropertyDef* iAudioFourCCDef;
   144 	
   145 	
   145 		// Video property definitions
   146 		// Video property definitions
   146 		CMdEPropertyDef* iFrameratePropertyDef;
   147 		CMdEPropertyDef* iFrameratePropertyDef;
   232 		
   233 		
   233 		TInt iMaxTextLength;
   234 		TInt iMaxTextLength;
   234 		
   235 		
   235 		// not own
   236 		// not own
   236 		CHarvesterMediaIdUtil* iMediaIdUtil;
   237 		CHarvesterMediaIdUtil* iMediaIdUtil;
       
   238 		
       
   239 	    HBufC* iPhoneVideosPath;
       
   240 	    HBufC* iMmcVideosPath;
   237 	};
   241 	};
   238 
   242 
   239 #endif // __CHARVESTERVIDEOPLUGIN_H__
   243 #endif // __CHARVESTERVIDEOPLUGIN_H__