Skip to content

M_MSCLoader_Playlists_m3uPlaylist

piotrulos edited this page Apr 7, 2023 · 4 revisions

Playlists.m3uPlaylist Method (Stream)

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(
	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
m3uPlaylist Overload
MSCLoader Namespace

Clone this wiki locally