diff -r 6f7ceef7b1d1 -r ebf79c79991a mmserv/metadatautility/Src/MetaDataParserFactory.h --- a/mmserv/metadatautility/Src/MetaDataParserFactory.h Fri Jun 11 19:59:23 2010 -0500 +++ b/mmserv/metadatautility/Src/MetaDataParserFactory.h Fri Jun 25 17:36:03 2010 -0500 @@ -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.