Skip to content

T_MSCLoader_Playlists

piotrulos edited this page Apr 7, 2023 · 4 revisions

Playlists Class

Parse playlists files

Inheritance Hierarchy

System.Object
  MSCLoader.Playlists
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public class Playlists

View Source

Methods

 

Name Description
Public methodStatic member m3uPlaylist(Stream) Parse *.m3u and *.m3u8 playlist files and return List of paths
Public methodStatic member m3uPlaylist(String) Parse *.m3u and *.m3u8 playlist files and return List of paths
Public methodStatic member plsPlaylist(Stream) Parse *.pls playlist file and return List of paths
Public methodStatic member plsPlaylist(String) Parse *.pls playlist file and return List of paths
  Back to Top

See Also

Reference

MSCLoader Namespace

Clone this wiki locally