Process URLs in PLS and M3U playlists?
BASS_SetConfig( BASS_CONFIG_NET_PLAYLIST, DWORD netlists );
netlists | When to process URLs in PLS and M3U playlists... 0 = never, 1 = in BASS_StreamCreateURL only, 2 = in BASS_StreamCreateFile and BASS_StreamCreateFileUser too. |
Nested playlists are suported, that is a playlist can contain the URL of another playlist. The BASS_CONFIG_NET_PLAYLIST_DEPTH option limits the nested playlist depth.
By default, playlist processing is disabled.