Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

conv.h

Go to the documentation of this file.
00001 
00006 #ifndef _CONV_H_
00007 #define _CONV_H_
00008 
00009 #include <string>
00010 
00014 class Conv
00015 {
00016   public:
00017     
00026     static std::string Frame2Time(int framenum);
00027     
00036     static int Time2Frame(const char *ch);
00037     
00046     static int dB2Gain(const char *gainstr);
00047     
00054     static std::string Num2Genre(int genre);
00055     
00064     static int Genre2Num(const char *genrename);
00065 };
00066 
00067 #endif //

Generated on Wed Sep 6 00:17:57 2006 for Kraken by  doxygen 1.4.4