MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
LoadPlaylist Method (filePath)
NamespacesMPfm.SoundPlaylistLoadPlaylist(String)
Loads a playlist (from any of the following formats: M3U, M3U8, PLS and XSPF). Note: long playlists may take a while to load using this method!
Declaration Syntax
C#Visual Basic
public void LoadPlaylist(
	string filePath
)
Public Sub LoadPlaylist ( _
	filePath As String _
)
Parameters
filePath (String)
Playlist file path
Return Value
Playlist

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)