Go to the source code of this file.
◆ playlist_plugins_for_each
#define playlist_plugins_for_each |
( |
|
plugin | ) |
|
Value: (plugin = *playlist_plugin_iterator) != nullptr; \
++playlist_plugin_iterator)
const struct playlist_plugin *const playlist_plugins[]
Definition at line 31 of file PlaylistRegistry.hxx.
◆ playlist_list_global_finish()
void playlist_list_global_finish |
( |
| ) |
|
Deinitializes all playlist plugins.
◆ playlist_list_global_init()
void playlist_list_global_init |
( |
| ) |
|
Initializes all playlist plugins.
◆ playlist_list_open_stream()
Opens a playlist from an input stream.
- Parameters
-
is | an InputStream object which is open and ready |
uri | optional URI which was used to open the stream; may be used to select the appropriate playlist plugin |
◆ playlist_list_open_stream_suffix()
◆ playlist_list_open_uri()
Opens a playlist by its URI.
◆ playlist_suffix_supported()
bool playlist_suffix_supported |
( |
const char * |
suffix | ) |
|
Determines if there is a playlist plugin which can handle the specified file name suffix.
◆ playlist_plugins