Skip to content

M_MSCLoader_Playlists_m3uPlaylist_1

piotrulos edited this page Apr 7, 2023 · 4 revisions

Playlists.m3uPlaylist Method (String)

Parse *.m3u and *.m3u8 playlist files and return List of paths

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

Syntax

C#

public static List<string> m3uPlaylist(
	string path
)

View Source

Parameters

 

path
Type: System.String
Path to .m3u or *.m3u8 file

Return Value

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

See Also

Reference

Playlists Class
m3uPlaylist Overload
MSCLoader Namespace

Clone this wiki locally