foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Data Structures | |
class | autoplaylist_client |
class | autoplaylist_client_factory |
class | autoplaylist_client_v2 |
class | autoplaylist_manager |
class | autoplaylist_manager_v2 |
Typedefs | |
typedef service_ptr_t< autoplaylist_client > | autoplaylist_client_ptr |
Enumerations | |
enum | { autoplaylist_flag_sort = 1 << 0 } |
Functions | |
PFC_DECLARE_EXCEPTION (exception_autoplaylist, pfc::exception,"Autoplaylist error") PFC_DECLARE_EXCEPTION(exception_autoplaylist_already_owned | |
This playlist is already an autoplaylist | PFC_DECLARE_EXCEPTION (exception_autoplaylist_not_owned, exception_autoplaylist,"This playlist is not an autoplaylist") PFC_DECLARE_EXCEPTION(exception_autoplaylist_lock_failure |
Variables | |
exception_autoplaylist | |
Definition at line 36 of file autoplaylist.h.
anonymous enum |
Enumerator | |
---|---|
autoplaylist_flag_sort |
When set, core will keep the autoplaylist sorted and prevent user from reordering it. |
Definition at line 9 of file autoplaylist.h.
PFC_DECLARE_EXCEPTION | ( | exception_autoplaylist | , |
pfc::exception | , | ||
"Autoplaylist error" | |||
) |
This playlist is already an autoplaylist PFC_DECLARE_EXCEPTION | ( | exception_autoplaylist_not_owned | , |
exception_autoplaylist | , | ||
"This playlist is not an autoplaylist" | |||
) |
This playlist is already an autoplaylist exception_autoplaylist |
Definition at line 67 of file autoplaylist.h.