BASS_CONFIG_NET_PLAYLIST_DEPTH config option

Maximum nested playlist processing depth.

BASS_SetConfig(
    BASS_CONFIG_NET_PLAYLIST_DEPTH,
    DWORD depth
);

Parameters

depthMaximum nested playlist processing depth... 0 = do not process nested playlists.

Remarks

When playlist processing is enabled via the BASS_CONFIG_NET_PLAYLIST option, this option limits how deep into nested playlists BASS_StreamCreateURL will go. The default depth is 1, which means playlists within the root playlist will be processed, but not playlists within those playlists.

See also

BASS_GetConfig, BASS_SetConfig, BASS_StreamCreateURL, BASS_CONFIG_NET_PLAYLIST