internetradio2.0/filerecognizerinc/irrecognizer.h
changeset 8 3b03c28289e6
parent 3 ee64f059b8e1
equal deleted inserted replaced
5:0930554dc389 8:3b03c28289e6
    78 	void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
    78 	void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
    79 	
    79 	
    80 	/*
    80 	/*
    81 	 * try to recognize a m3u file and decide whether it should be launched by InternetRadio application
    81 	 * try to recognize a m3u file and decide whether it should be launched by InternetRadio application
    82 	 */
    82 	 */
    83 	void RecognizeM3uFileL(const TDesC8& aBuffer);
    83 	void RecognizeM3uFileL(const TDesC& aFileName);
       
    84 	
       
    85 	/*
       
    86 	 * check if specified protocol streaming links are in aBuffer
       
    87 	 */
       
    88 	TBool CheckStreamingLinks(TDes8& aBuffer, const TDesC8& aProtocol);
    84     };
    89     };
    85 
    90 
    86 #endif //IRRECOGNIZER_H
    91 #endif //IRRECOGNIZER_H