harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h
changeset 60 79f826a55db2
parent 43 c5e73110f733
--- a/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Mon Sep 27 15:53:05 2010 +0300
+++ b/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Wed Oct 06 15:08:08 2010 +0300
@@ -56,12 +56,16 @@
 		CMdEPropertyDef* iDatePropertyDef;
 		CMdEPropertyDef* iDrmPropertyDef;
 		CMdEPropertyDef* iDefaultFolderPropertyDef;
+		CMdEPropertyDef* iTrackPropertyDef;
+		CMdEPropertyDef* iBitratePropertyDef;
 
 		// Audio property definitions
 		CMdEPropertyDef* iAlbumPropertyDef;
 		CMdEPropertyDef* iComposerPropertyDef;		
 		CMdEPropertyDef* iOriginalArtistPropertyDef;
-		CMdEPropertyDef* iTrackPropertyDef;
+		CMdEPropertyDef* iSampleRatePropertyDef;
+		CMdEPropertyDef* iAlbumArtistPropertyDef;
+		
 
 	private:
 		CHarvesterAudioPluginPropertyDefs();