harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h
branchRCL_3
changeset 57 2872ae438bf7
parent 47 b73252188534
child 63 e538444823de
--- a/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Tue Sep 14 22:10:25 2010 +0300
+++ b/harvester/harvesterplugins/AudioPlugin/inc/harvesteraudioplugin.h	Wed Sep 15 12:40:59 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();