![]() | ![]() | ![]() | streamtuner Developers Manual | ![]() |
---|
st-pls — functions for handling SHOUTcast PLS playlists.
GSList* st_pls_parse (const char *playlist);
GSList* st_pls_parse (const char *playlist);
Parses a SHOUTcast PLS playlist.
playlist : | the playlist data to parse. |
Returns : | the list of URIs contained in playlist. The list should be freed using g_slist_foreach(list, (GFunc) g_free, NULL); g_slist_free(list); when no longer needed. |
<< st-m3u | STPlugin >> |