Skip to content

M_MSCLoader_Playlists_m3uPlaylist

piotrulos edited this page Jan 15, 2026 · 9 revisions

m3uPlaylist(Stream) Method

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

Definition

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

C#

public static List<string> m3uPlaylist(
	Stream stream
)

View Source

Parameters

  Stream
File stream

Return Value

List(String)
List of paths to files/urls

See Also

Reference

Playlists Class
m3uPlaylist Overload
MSCLoader Namespace

Clone this wiki locally