mmserv/metadatautility/Src/MetaDataParserFactory.h
branchRCL_3
changeset 15 ab526b8cacfb
parent 0 71ca22bcf22a
equal deleted inserted replaced
13:bea5e7625e42 15:ab526b8cacfb
    45         * Creates an instance of ID3 parser that can interpret the specified source.
    45         * Creates an instance of ID3 parser that can interpret the specified source.
    46         * @param aSource Reference to a metadata source
    46         * @param aSource Reference to a metadata source
    47 		* @return A pointer to a new instance of parser; NULL if parser is not created.
    47 		* @return A pointer to a new instance of parser; NULL if parser is not created.
    48         */
    48         */
    49         static CMetaDataParser* CreateID3ParserL( CMetaDataSource& aSource );
    49         static CMetaDataParser* CreateID3ParserL( CMetaDataSource& aSource );
       
    50         
       
    51         /**
       
    52         * Creates an instance of ID3 parser that can interpret the specified source.
       
    53         * @param aSource Reference to a metadata source
       
    54         * @param aOffset File offset of ID3 metadata
       
    55         * @return A pointer to a new instance of parser; NULL if parser is not created.
       
    56         */
       
    57         static CMetaDataParser* CreateID3ParserL( CMetaDataSource& aSource, TUint aOffset );
    50 
    58 
    51         /**
    59         /**
    52         * Creates an instance of MP4 parser that can interpret the specified file.
    60         * Creates an instance of MP4 parser that can interpret the specified file.
    53         * @param aSource Reference to a metadata source
    61         * @param aSource Reference to a metadata source
    54 		* @return A pointer to a new instance of parser; NULL if parser is not created.
    62 		* @return A pointer to a new instance of parser; NULL if parser is not created.