#include <PlayListConverter.h>
Public Member Functions | |
Options () | |
Public Attributes | |
bool | wait_for_child |
true if we should wait for child to finish before continuing | |
std::string | workingdir |
the working directory | |
StringList | formats |
the list of formats to use |
Definition at line 45 of file PlayListConverter.h.
|
Definition at line 46 of file PlayListConverter.h. References wait_for_child. |
|
the list of formats to use
Definition at line 49 of file PlayListConverter.h. Referenced by PlayListConverter::load_config(), parse_options(), PlayListConverter::process_rmp(), and PlayListConverter::set_options(). |
|
true if we should wait for child to finish before continuing
Definition at line 47 of file PlayListConverter.h. Referenced by Options(), parse_options(), PlayListConverter::process_format(), and PlayListConverter::set_options(). |
|
the working directory
Definition at line 48 of file PlayListConverter.h. Referenced by PlayListConverter::change_working_dir(), PlayListConverter::load_config(), PlayListConverter::make_subs(), and PlayListConverter::set_options(). |