diff -r bea5e7625e42 -r ab526b8cacfb mmserv/metadatautility/Src/MetaDataParserFactory.h --- a/mmserv/metadatautility/Src/MetaDataParserFactory.h Wed Jun 09 10:15:38 2010 +0300 +++ b/mmserv/metadatautility/Src/MetaDataParserFactory.h Mon Jun 21 16:15:34 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.