#include <PlayListConverter.h>
Public Member Functions | |
| bool | operator< (const FormatDesc &rhs) |
| FormatDesc () | |
| FormatDesc (const std::string &_name, const std::string &_desc) | |
Public Attributes | |
| std::string | name |
| the name of the format | |
| std::string | desc |
| teh formats description | |
Definition at line 59 of file PlayListConverter.h.
|
|
Definition at line 63 of file PlayListConverter.h. |
|
||||||||||||
|
Definition at line 64 of file PlayListConverter.h. |
|
|
Definition at line 62 of file PlayListConverter.h. References name. |
|
|
teh formats description
Definition at line 61 of file PlayListConverter.h. Referenced by PlayListConverter::get_formats(). |
|
|
the name of the format
Definition at line 60 of file PlayListConverter.h. Referenced by PlayListConverter::get_formats(), and operator<(). |
1.3-rc3