T_MSCLoader_Playlists - piotrulos/MSCModLoader GitHub Wiki
Parse playlists files
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.3.356
C#
public class Playlists
View Source
Inheritance | Object → Playlists |
m3uPlaylist(Stream) | Parse *.m3u and *.m3u8 playlist files and return List of paths |
m3uPlaylist(String) | Parse *.m3u and *.m3u8 playlist files and return List of paths |
plsPlaylist(Stream) | Parse *.pls playlist file and return List of paths |
plsPlaylist(String) | Parse *.pls playlist file and return List of paths |