harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h
branchRCL_3
changeset 8 50de4d668bb6
parent 3 6752808b2036
child 9 82c0024438c8
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
    38 		// Common property definitions
    38 		// Common property definitions
    39 		CMdEPropertyDef* iCreationDatePropertyDef;
    39 		CMdEPropertyDef* iCreationDatePropertyDef;
    40 		CMdEPropertyDef* iLastModifiedDatePropertyDef;
    40 		CMdEPropertyDef* iLastModifiedDatePropertyDef;
    41 		CMdEPropertyDef* iSizePropertyDef;
    41 		CMdEPropertyDef* iSizePropertyDef;
    42 		CMdEPropertyDef* iItemTypePropertyDef;
    42 		CMdEPropertyDef* iItemTypePropertyDef;
       
    43         CMdEPropertyDef* iTitlePropertyDef;
       
    44 		
       
    45         // Media property definitions
       
    46         CMdEPropertyDef* iDrmPropertyDef;
       
    47         CMdEPropertyDef* iDescriptionPropertyDef;
       
    48         CMdEPropertyDef* iAuthorPropertyDef;
       
    49         CMdEPropertyDef* iGenrePropertyDef;
    43 		
    50 		
    44 	private:
    51 	private:
    45 		CHarvesterWmvPluginPropertyDefs();
    52 		CHarvesterWmvPluginPropertyDefs();
    46 	
    53 	
    47 		void ConstructL(CMdEObjectDef& aObjectDef);
    54 		void ConstructL(CMdEObjectDef& aObjectDef);
    87     /**
    94     /**
    88     * File size
    95     * File size
    89     */
    96     */
    90     TUint32 iFileSize;
    97     TUint32 iFileSize;
    91 
    98 
       
    99     TBuf<KMaxDataTypeLength> iDescription;
       
   100     TBuf<KMaxDataTypeLength> iTitle;
       
   101     TBuf<KMaxDataTypeLength> iAuthor;
       
   102     TBuf<KMaxDataTypeLength> iGenre;
       
   103     TBool iDrmProtected;  
       
   104     
    92 private:
   105 private:
    93 
   106 
    94     /**
   107     /**
    95      * Default constructor
   108      * Default constructor
    96      */
   109      */