internetradio2.0/filerecognizerinc/irrecognizer.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 8 3b03c28289e6
equal deleted inserted replaced
2:2e1adbfc62af 3:ee64f059b8e1
    74 	 * recognises the file by name and/or buffer
    74 	 * recognises the file by name and/or buffer
    75 	 * @param aName is file name containing the data to be recognized
    75 	 * @param aName is file name containing the data to be recognized
    76 	 * @param aBuffer is buffer containing data to be recognized
    76 	 * @param aBuffer is buffer containing data to be recognized
    77 	 */
    77 	 */
    78 	void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
    78 	void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
       
    79 	
       
    80 	/*
       
    81 	 * try to recognize a m3u file and decide whether it should be launched by InternetRadio application
       
    82 	 */
       
    83 	void RecognizeM3uFileL(const TDesC8& aBuffer);
    79     };
    84     };
    80 
    85 
    81 #endif //IRRECOGNIZER_H
    86 #endif //IRRECOGNIZER_H