#include <glib.h>
#include <stdbool.h>
Go to the source code of this file.
Function Documentation
| void playlist_list_global_finish |
( |
void |
| ) |
|
Deinitializes all playlist plugins.
| void playlist_list_global_init |
( |
void |
| ) |
|
Initializes all playlist plugins.
Opens a playlist from a local file.
- Parameters:
-
| path_fs | the path of the playlist file |
| is_r | on success, an input_stream object is returned here, which must be closed after the playlist_provider object is freed |
- Returns:
- a playlist, or NULL on error
Opens a playlist from an input stream.
- Parameters:
-
| is | an input_stream 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 |
| struct playlist_provider* playlist_list_open_uri |
( |
const char * |
uri, |
|
|
GMutex * |
mutex, |
|
|
GCond * |
cond |
|
) |
| [read] |
Opens a playlist by its URI.
| bool playlist_suffix_supported |
( |
const char * |
suffix | ) |
|
Determines if there is a playlist plugin which can handle the specified file name suffix.