Skip to content

M_MSCLoader_Playlists_plsPlaylist

piotrulos edited this page Apr 7, 2023 · 4 revisions

Playlists.plsPlaylist Method (Stream)

Parse *.pls playlist file and return List of paths

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static List<string> plsPlaylist(
	Stream stream
)

View Source

Parameters

 

stream
Type: System.IO.Stream
File stream

Return Value

Type: List(String)
List of paths to files/urls

See Also

Reference

Playlists Class
plsPlaylist Overload
MSCLoader Namespace

Clone this wiki locally