本文介绍了类palylistsnet para m3u的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
晚安的朋友,我在GitHub找到了一个名为PalyListsnet的课程,但是我不能用它。
我希望有人可以帮助我。
阅读
WplContent content = new WplContent();
WplPlaylist播放列表= content.GetFromStream(stream);
// 或
var parser = PlaylistParserFactory.GetPlaylistParser( .wpl);
IBasePlaylist播放列表= parser.GetFromStream(stream);
列表<路径> paths = playlist.GetTracksPaths();
https://github.com/tmk907/PlaylistsNET
谢谢各位朋友!!!
这是期望。
我有什么试过:
// WplContent content = new WplContent();
// WplPlaylist播放列表= content.GetFromStream();
var parse = PlaylistParserFactory.GetPlaylistParser( http://iptvparatodos.net:38953/get.php?username = Juanjimenez& password = fj660000& type = m3u_plus& output = ts跨度>);
IBasePlaylist播放列表= parse.GetFromStream();
列表<路径> paths = playlist.GetTracksPaths();
解决方案
Goodnight friend,
I found a class in GitHub called PalyListsnet, but I can not use it.
I hope someone can help me.
Read
WplContent content = new WplContent (); WplPlaylist playlist = content.GetFromStream (stream); // or var parser = PlaylistParserFactory.GetPlaylistParser (".wpl"); IBasePlaylist playlist = parser.GetFromStream (stream); List <path> paths = playlist.GetTracksPaths ();
https://github.com/tmk907/PlaylistsNET
Thank you friends!!!
This is for the Expectations.
What I have tried:
// WplContent content = new WplContent (); // WplPlaylist playlist = content.GetFromStream (); var parse = PlaylistParserFactory.GetPlaylistParser ("http://iptvparatodos.net:38953/get.php? username = Juanjimenez & password = fj660000 & type = m3u_plus & output = ts"); IBasePlaylist playlist = parse.GetFromStream (); List <path> paths = playlist.GetTracksPaths ();
解决方案
这篇关于类palylistsnet para m3u的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!