comparison src/modplug/modplugbmp.h @ 1562:58f03e54b97a

Update codec names, remove now obsolete getsonginfo.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 02 Sep 2007 22:51:48 +0100
parents 488f7e6c36ed
children 6764c35e16a6
comparison
equal deleted inserted replaced
1561:88878ed02ca0 1562:58f03e54b97a
97 void Pause(bool aPaused); // Pause or unpause. 97 void Pause(bool aPaused); // Pause or unpause.
98 98
99 void Seek(float32 aTime); // Seek to the specified time. 99 void Seek(float32 aTime); // Seek to the specified time.
100 float32 GetTime(); // Get the current play time. 100 float32 GetTime(); // Get the current play time.
101 101
102 void GetSongInfo(const string& aFilename, char*& aTitle, int32& aLength); // Function to grab the title string
103 Tuple* GetSongTuple(const string& aFilename); 102 Tuple* GetSongTuple(const string& aFilename);
104 103
105 void SetInputPlugin(InputPlugin& aInPlugin); 104 void SetInputPlugin(InputPlugin& aInPlugin);
106 void SetOutputPlugin(OutputPlugin& aOutPlugin); 105 void SetOutputPlugin(OutputPlugin& aOutPlugin);
107 106