mmserv/metadatautility/Src/MetaDataParserFactory.h
changeset 32 94fc26b6e006
parent 0 71ca22bcf22a
--- a/mmserv/metadatautility/Src/MetaDataParserFactory.h	Wed Jun 23 18:47:10 2010 +0300
+++ b/mmserv/metadatautility/Src/MetaDataParserFactory.h	Tue Jul 06 14:50:35 2010 +0300
@@ -47,6 +47,14 @@
 		* @return A pointer to a new instance of parser; NULL if parser is not created.
         */
         static CMetaDataParser* CreateID3ParserL( CMetaDataSource& aSource );
+        
+        /**
+        * Creates an instance of ID3 parser that can interpret the specified source.
+        * @param aSource Reference to a metadata source
+        * @param aOffset File offset of ID3 metadata
+        * @return A pointer to a new instance of parser; NULL if parser is not created.
+        */
+        static CMetaDataParser* CreateID3ParserL( CMetaDataSource& aSource, TUint aOffset );
 
         /**
         * Creates an instance of MP4 parser that can interpret the specified file.